Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-09 | gdbstub: Add syscall entry/return hooks | Ilya Leoshkevich | 1 | -0/+13 |
2024-02-09 | gdbstub: Allow specifying a reason in stop packets | Ilya Leoshkevich | 1 | -2/+14 |
2023-10-12 | gdbstub: replace exit calls with proper shutdown for softmmu | Clément Chigot | 1 | -0/+9 |
2023-03-07 | gdbstub: Remove gdb_do_syscallv | Richard Henderson | 1 | -11/+0 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -0/+124 |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée | 1 | -0/+103 |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée | 1 | -0/+43 |