summary refs log tree commit diff stats
path: root/gdbstub/user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Remove tb_flush usesRichard Henderson2025-09-241-3/+0
* gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-091-5/+2
* gdbstub: Allow late attachmentIlya Leoshkevich2025-02-101-12/+103
* gdbstub: Try unlinking the unix socket before bindingIlya Leoshkevich2025-02-101-26/+3
* gdbstub: Allow the %d placeholder in the socket pathIlya Leoshkevich2025-02-101-0/+10
* system: propagate Error to gdbserver_start (and other device setups)Alex Bennée2025-01-171-10/+12
* license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé2024-09-201-1/+1
* gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero2024-07-051-3/+4
* gdbstub: move enums into separate headerAlex Bennée2024-06-241-0/+1
* gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich2024-03-131-2/+1
* gdbstub: Add Xfer:siginfo:read stubGustavo Romero2024-03-131-0/+23
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-4/+19
* gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-131-4/+4
* gdbstub: Implement follow-fork-mode childIlya Leoshkevich2024-03-061-2/+210
* gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich2024-03-061-0/+5
* gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich2024-03-061-0/+5
* gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich2024-03-061-0/+4
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-3/+2
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+4
* gdbstub: Support disablement in a multi-threaded processIlya Leoshkevich2024-03-061-4/+15
* gdbstub: Implement catching syscallsIlya Leoshkevich2024-02-091-0/+91
* gdbstub: Add syscall entry/return hooksIlya Leoshkevich2024-02-091-0/+8
* gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich2024-02-091-1/+4
* gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot2023-10-121-0/+6
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-1/+0
* gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino2023-05-181-8/+16
* gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée2023-03-071-0/+14
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-0/+1
* gdbstub: specialise stub_can_reverseAlex Bennée2023-03-071-0/+5
* gdbstub: introduce gdb_get_max_cpusAlex Bennée2023-03-071-0/+17
* gdbstub: specialise target_memory_rw_debugAlex Bennée2023-03-071-0/+15
* gdbstub: specialise handle_query_attachedAlex Bennée2023-03-071-0/+5
* gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée2023-03-071-0/+19
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+344
* gdbstub: fix-up copyright and license filesAlex Bennée2023-03-071-1/+2
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-271-3/+2
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-061-0/+6
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-0/+62