aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04gdbstub: don't report auxv feature unless on LinuxAlex Bennée1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée1-3/+1
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-174/+3
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée1-7/+10
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée1-2/+2
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée1-11/+2
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée1-10/+1
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée1-62/+11
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée1-13/+2
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée1-8/+2
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-674/+4
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée1-411/+10
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée1-136/+140
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée1-20/+0
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+2
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée1-42/+0
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-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é1-1/+0
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-3/+2
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-118/+9
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-18/+4
2022-10-06gdbstub: move into its own sub directoryAlex Bennée1-0/+3641