aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/softmmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-03gdbstub: lightly refactor connection to avoid snprintfAlex Bennée1-10/+9
2023-05-18gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino1-2/+11
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée1-0/+14
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-3/+4
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée1-0/+5
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée1-0/+9
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée1-0/+51
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée1-0/+5
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée1-0/+8
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée1-12/+6
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+90
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée1-0/+423
2023-03-07gdbstub: fix-up copyright and license filesAlex Bennée1-1/+2
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé1-3/+2
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-0/+9
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+42