index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
gdbstub
Age
Commit message (
Expand
)
Author
2024-07-22
gdbstub: Re-factor gdb command extensions
Alex Bennée
2024-07-05
gdbstub: Pass CPU context to command handler
Gustavo Romero
2024-07-05
gdbstub: Make hex conversion function non-internal
Gustavo Romero
2024-07-05
gdbstub: Add support for target-specific stubs
Gustavo Romero
2024-07-05
gdbstub: Move GdbCmdParseEntry into a new header file
Gustavo Romero
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-04-26
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
Philippe Mathieu-Daudé
2024-04-26
gdbstub: Simplify #ifdef'ry in helpers.h
Philippe Mathieu-Daudé
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
2024-03-13
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
gdbstub: Rename back gdb_handlesig
Gustavo Romero
2024-03-06
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
2024-03-06
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
2024-03-06
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
2024-02-09
gdbstub: Add syscall entry/return hooks
Ilya Leoshkevich
2024-02-09
gdbstub: Allow specifying a reason in stop packets
Ilya Leoshkevich
2023-10-12
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
2023-03-07
gdbstub: Remove gdb_do_syscallv
Richard Henderson
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée