aboutsummaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)AuthorFilesLines
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée4-8/+44
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée1-12/+6
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée6-674/+742
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée4-413/+478
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée2-136/+165
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée2-20/+27
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+2
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée2-42/+50
2023-03-07gdbstub: define separate user/system structuresAlex Bennée1-41/+53
2023-03-07gdbstub: clean-up indent on gdb_exitAlex Bennée1-14/+14
2023-03-07gdbstub: fix-up copyright and license filesAlex Bennée2-2/+4
2023-03-07gdbstub/internals.h: clean up include guardAlex Bennée1-3/+3
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé4-9/+8
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée4-3/+18
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée5-118/+137
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-18/+4
2022-10-06gdbstub: move into its own sub directoryAlex Bennée4-0/+3672