index
:
tester
devel
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GDB.hs
Age
Commit message (
Collapse
)
Author
6 days
Shell interpreter for test script
Roman Smrž
Changelog: Experimental shell interpreter
2024-02-21
Update to support mtl-2.3
Roman Smrž
2023-03-22
Fix non-exhaustive pattern match warnings
Roman Smrž
2023-02-02
Enable OverloadedStrings as default extension
Roman Smrž
2023-01-25
GDB command completion and history
Roman Smrž
2023-01-16
Haskeline for input handling
Roman Smrž
2023-01-13
GDB: replay last command on empty input
Roman Smrž
2023-01-12
GDB: use non-stop mode
Roman Smrž
Avoids issues caused by stopping already running inferiors when attaching new one.
2022-10-27
Show GDB console output always and without prompt
Roman Smrž
2022-10-23
Start GDB session on signal captured by the debugger
Roman Smrž
2022-10-21
Handle GDB thread groups properly
Roman Smrž
2022-10-21
GDB/MI output parsing
Roman Smrž
2022-10-18
GDB process type and separate start function
Roman Smrž
2022-10-13
Fail test and start gdb session immediately on process crash
Roman Smrž
2022-05-04
Test run monad
Roman Smrž
2022-04-30
Separate GDB support module
Roman Smrž