summary refs log tree commit diff stats
path: root/include/gdbstub (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé2024-04-261-1/+2
* gdbstub: Simplify #ifdef'ry in helpers.hPhilippe Mathieu-Daudé2024-04-261-5/+4
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-1/+1
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-1/+5
* gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-131-13/+2
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-2/+3
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+5
* gdbstub: Add syscall entry/return hooksIlya Leoshkevich2024-02-091-0/+13
* gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich2024-02-091-2/+14
* gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot2023-10-121-0/+9
* gdbstub: Remove gdb_do_syscallvRichard Henderson2023-03-071-11/+0
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-0/+124
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-0/+103
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+43