summary refs log tree commit diff stats
path: root/gdbstub/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée2023-03-071-8/+2
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-674/+4
* gdbstub: move chunk of softmmu functionality to own fileAlex Bennée2023-03-071-411/+10
* gdbstub: make various helpers visible to the rest of the moduleAlex Bennée2023-03-071-136/+140
* gdbstub: move fromhex/tohex routines to internalsAlex Bennée2023-03-071-20/+0
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+2
* gdbstub: move GDBState to shared internals headerAlex Bennée2023-03-071-42/+0
* gdbstub: define separate user/system structuresAlex Bennée2023-03-071-41/+53
* gdbstub: clean-up indent on gdb_exitAlex Bennée2023-03-071-14/+14
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-271-1/+0
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-061-3/+2
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-118/+9
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-18/+4
* gdbstub: move into its own sub directoryAlex Bennée2022-10-061-0/+3641