aboutsummaryrefslogtreecommitdiff
path: root/include/gdbstub
AgeCommit message (Expand)AuthorFilesLines
12 daysgdbstub: Pass CPU context to command handlerGustavo Romero1-0/+3
12 daysgdbstub: Make hex conversion function non-internalGustavo Romero1-0/+6
12 daysgdbstub: Add support for target-specific stubsGustavo Romero1-0/+22
12 daysgdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero1-0/+72
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-0/+21
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé1-1/+2
2024-04-26gdbstub: Simplify #ifdef'ry in helpers.hPhilippe Mathieu-Daudé1-5/+4
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-1/+1
2024-03-13gdbstub: Save target's siginfoGustavo Romero1-1/+5
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero1-13/+2
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-2/+3
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/+5
2024-02-09gdbstub: Add syscall entry/return hooksIlya Leoshkevich1-0/+13
2024-02-09gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich1-2/+14
2023-10-12gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot1-0/+9
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson1-11/+0
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-0/+124
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-0/+103
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+43