summaryrefslogtreecommitdiff
path: root/gdbstub
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: don't report auxv feature unless on LinuxAlex Bennée2023-04-041-1/+1
* gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessaryPhilippe Mathieu-Daudé2023-04-041-2/+4
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* gdbstub: Build syscall.c onceRichard Henderson2023-03-072-6/+2
* gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson2023-03-071-6/+6
* gdbstub: Remove gdb_do_syscallvRichard Henderson2023-03-071-16/+10
* gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée2023-03-074-24/+34
* gdbstub: only compile gdbstub twice for whole buildAlex Bennée2023-03-072-7/+27
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-076-179/+253
* gdbstub: don't use target_ulong while handling registersAlex Bennée2023-03-071-7/+10
* gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée2023-03-071-2/+2
* gdbstub: specialise stub_can_reverseAlex Bennée2023-03-074-11/+13
* gdbstub: introduce gdb_get_max_cpusAlex Bennée2023-03-074-10/+28
* gdbstub: specialise target_memory_rw_debugAlex Bennée2023-03-074-62/+96
* gdbstub: specialise handle_query_attachedAlex Bennée2023-03-074-14/+15
* gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée2023-03-074-8/+44
* gdbstub: rationalise signal mapping in softmmuAlex Bennée2023-03-071-12/+6
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-076-674/+742
* gdbstub: move chunk of softmmu functionality to own fileAlex Bennée2023-03-074-413/+478
* gdbstub: make various helpers visible to the rest of the moduleAlex Bennée2023-03-072-136/+165
* gdbstub: move fromhex/tohex routines to internalsAlex Bennée2023-03-072-20/+27
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+2
* gdbstub: move GDBState to shared internals headerAlex Bennée2023-03-072-42/+50
* 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
* gdbstub: fix-up copyright and license filesAlex Bennée2023-03-072-2/+4
* gdbstub/internals.h: clean up include guardAlex Bennée2023-03-071-3/+3
* 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-274-9/+8
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-064-3/+18
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-065-118/+137
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-18/+4
* gdbstub: move into its own sub directoryAlex Bennée2022-10-064-0/+3672