aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/user.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero1-3/+4
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-0/+1
2024-03-13gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich1-2/+1
2024-03-13gdbstub: Add Xfer:siginfo:read stubGustavo Romero1-0/+23
2024-03-13gdbstub: Save target's siginfoGustavo Romero1-4/+19
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero1-4/+4
2024-03-06gdbstub: Implement follow-fork-mode childIlya Leoshkevich1-2/+210
2024-03-06gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich1-0/+5
2024-03-06gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich1-0/+5
2024-03-06gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich1-0/+4
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-3/+2
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich1-1/+1
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich1-0/+4
2024-03-06gdbstub: Support disablement in a multi-threaded processIlya Leoshkevich1-4/+15
2024-02-09gdbstub: Implement catching syscallsIlya Leoshkevich1-0/+91
2024-02-09gdbstub: Add syscall entry/return hooksIlya Leoshkevich1-0/+8
2024-02-09gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich1-1/+4
2023-10-12gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot1-0/+6
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-1/+0
2023-05-18gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino1-8/+16
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-0/+1
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée1-0/+5
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée1-0/+17
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée1-0/+15
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/+19
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+344
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/+6
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+62