aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/internals.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-02gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé1-4/+4
2024-04-02gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé1-10/+10
2024-03-13gdbstub: Add Xfer:siginfo:read stubGustavo Romero1-0/+1
2024-03-06gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich1-0/+1
2024-03-06gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich1-0/+1
2024-03-06gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich1-0/+1
2024-02-09gdbstub: Implement catching syscallsIlya Leoshkevich1-0/+1
2024-02-09gdbstub: Expose TARGET_SIGTRAP in a target-agnostic wayIlya Leoshkevich1-0/+1
2023-12-01gdbstub: use a better signal when we halt for IO reasonsAlex Bennée1-0/+1
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki1-2/+0
2023-10-07gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé1-2/+2
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-0/+1
2023-08-30gdbstub: refactor get_feature_xmlAlex Bennée1-1/+1
2023-07-03gdbstub: Add support for info proc mappingsIlya Leoshkevich1-0/+5
2023-07-03gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich1-0/+2
2023-05-18gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino1-0/+5
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée1-0/+3
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-2/+6
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée1-0/+1
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée1-0/+1
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée1-0/+19
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée1-1/+3
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée1-0/+15
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+18
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée1-1/+42
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée1-0/+25
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée1-0/+27
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée1-0/+50
2023-03-07gdbstub/internals.h: clean up include guardAlex Bennée1-3/+3
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé1-2/+4
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-0/+1
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+16