diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-09 21:35:28 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-09 21:35:28 +0100 |
| commit | a699c3ddd443a2d6113fe3b08f7ae81c510239e6 (patch) | |
| tree | 39f4b6103f3d8f0d896d150e198f408b736f7557 /src/GDB.hs | |
| parent | 9b9cd5b2f25b39bf366e0487b723c2fa770fcd2c (diff) | |
Improve displayed values for process, network and node types
Diffstat (limited to 'src/GDB.hs')
| -rw-r--r-- | src/GDB.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,7 +75,8 @@ gdbStart onCrash = do ignore <- liftIO $ newTVarIO ( 0, [] ) let process = Process - { procName = ProcNameGDB + { procId = ProcessId (-2) + , procName = ProcNameGDB , procHandle = Left handle , procStdin = hin , procOutput = pout |