summary refs log tree commit diff stats
path: root/gdbstub/internals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debuggingVacha Bhavsar2025-09-161-1/+21
* gdbstub: Make hex conversion function non-internalGustavo Romero2024-07-051-1/+0
* gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero2024-07-051-22/+0
* gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé2024-04-021-4/+4
* gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2024-04-021-10/+10
* gdbstub: Add Xfer:siginfo:read stubGustavo Romero2024-03-131-0/+1
* gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich2024-03-061-0/+1
* gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich2024-03-061-0/+1
* gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich2024-03-061-0/+1
* gdbstub: Implement catching syscallsIlya Leoshkevich2024-02-091-0/+1
* gdbstub: Expose TARGET_SIGTRAP in a target-agnostic wayIlya Leoshkevich2024-02-091-0/+1
* gdbstub: use a better signal when we halt for IO reasonsAlex Bennée2023-12-011-0/+1
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-111-2/+0
* gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé2023-10-071-2/+2
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-0/+1
* gdbstub: refactor get_feature_xmlAlex Bennée2023-08-301-1/+1
* gdbstub: Add support for info proc mappingsIlya Leoshkevich2023-07-031-0/+5
* gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich2023-07-031-0/+2
* gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino2023-05-181-0/+5
* 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