aboutsummaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)Author
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée
2023-03-07gdbstub: define separate user/system structuresAlex Bennée
2023-03-07gdbstub: clean-up indent on gdb_exitAlex Bennée
2023-03-07gdbstub: fix-up copyright and license filesAlex Bennée
2023-03-07gdbstub/internals.h: clean up include guardAlex Bennée
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée
2022-10-06gdbstub: move into its own sub directoryAlex Bennée