summary refs log tree commit diff stats
path: root/gdbstub/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gdbstub: don't report auxv feature unless on LinuxAlex Bennée2023-04-041-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* gdbstub: only compile gdbstub twice for whole buildAlex Bennée2023-03-071-3/+1
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-174/+3
* 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-071-11/+2
* gdbstub: introduce gdb_get_max_cpusAlex Bennée2023-03-071-10/+1
* gdbstub: specialise target_memory_rw_debugAlex Bennée2023-03-071-62/+11
* gdbstub: specialise handle_query_attachedAlex Bennée2023-03-071-13/+2
* 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