summaryrefslogtreecommitdiff
path: root/src/GDB.hs
AgeCommit message (Collapse)Author
2023-03-22Fix non-exhaustive pattern match warningsRoman Smrž
2023-02-02Enable OverloadedStrings as default extensionRoman Smrž
2023-01-25GDB command completion and historyRoman Smrž
2023-01-16Haskeline for input handlingRoman Smrž
2023-01-13GDB: replay last command on empty inputRoman Smrž
2023-01-12GDB: use non-stop modeRoman Smrž
Avoids issues caused by stopping already running inferiors when attaching new one.
2022-10-27Show GDB console output always and without promptRoman Smrž
2022-10-23Start GDB session on signal captured by the debuggerRoman Smrž
2022-10-21Handle GDB thread groups properlyRoman Smrž
2022-10-21GDB/MI output parsingRoman Smrž
2022-10-18GDB process type and separate start functionRoman Smrž
2022-10-13Fail test and start gdb session immediately on process crashRoman Smrž
2022-05-04Test run monadRoman Smrž
2022-04-30Separate GDB support moduleRoman Smrž