summaryrefslogtreecommitdiff
path: root/gdbstub/internals.h
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée2023-03-071-0/+3
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-2/+6
* gdbstub: specialise stub_can_reverseAlex Bennée2023-03-071-0/+1
* gdbstub: introduce gdb_get_max_cpusAlex Bennée2023-03-071-0/+1
* gdbstub: specialise target_memory_rw_debugAlex Bennée2023-03-071-0/+19
* gdbstub: specialise handle_query_attachedAlex Bennée2023-03-071-1/+3
* gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée2023-03-071-0/+15
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+18
* gdbstub: move chunk of softmmu functionality to own fileAlex Bennée2023-03-071-1/+42
* gdbstub: make various helpers visible to the rest of the moduleAlex Bennée2023-03-071-0/+25
* gdbstub: move fromhex/tohex routines to internalsAlex Bennée2023-03-071-0/+27
* gdbstub: move GDBState to shared internals headerAlex Bennée2023-03-071-0/+50
* gdbstub/internals.h: clean up include guardAlex Bennée2023-03-071-3/+3
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-271-2/+4
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-061-0/+1
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-0/+16