Sign in
qemu
/
qemu
/
e5143c90883cd32a432eb793cdcce6bee747834a
/
include
/
exec
/
gdbstub.h
8fdb9fe
linux-user: Remove redundant gdb_queuesig()
by Timothy E Baldwin
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
19239b3
gdbstub: Implement gdb_do_syscallv()
by Peter Maydell
· 9 years ago
f7ec7f7
gdbstub: Change gdbserver_fork() to accept cpu instead of env
by Peter Crosthwaite
· 10 years ago
cfe67ce
semihosting: create SemihostingConfig structure and semihost.h
by Leon Alrae
· 10 years ago
a38bb07
Add the "-semihosting-config" option.
by Liviu Ionescu
· 10 years ago
5b50e79
cpu: Introduce CPUClass::gdb_{read,write}_register()
by Andreas Färber
· 12 years ago
986a299
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
by Andreas Färber
· 12 years ago
874ec3c
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 12 years ago
22169d4
gdbstub: Change gdb_register_coprocessor() argument to CPUState
by Andreas Färber
· 12 years ago
db6b81d
gdbstub: Change gdb_handlesig() argument to CPUState
by Andreas Färber
· 12 years ago
9e0c542
gdbstub: Change syscall callback argument to CPUState
by Andreas Färber
· 12 years ago
24cb36a
configure: Make NPTL non-optional
by Peter Maydell
· 12 years ago
64f6b34
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
by Andreas Färber
· 12 years ago
0d34282
cpu: Move host_tid field to CPUState
by Andreas Färber
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
[Renamed from gdbstub.h]
68f4730
make gdb_id() generally avialable and rename it to cpu_index()
by Wen Congyang
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
4c3b5a4
Add scripts directory
by Blue Swirl
· 14 years ago
0b65b9e
Use gcc warning flag -Wnested-externs
by Blue Swirl
· 14 years ago
0e1c9c5
GDB exit status for semihosting
by Paul Brook
· 15 years ago
1c14f16
Allow various header files to be included from non-CPU code
by Blue Swirl
· 15 years ago
e22a25c
Guest debugging support for KVM (Jan Kiszka)
by aliguori
· 16 years ago
ca587a8
User-mode GDB stub improvements - handle signals
by aurel32
· 16 years ago
2b1319c
User-mode GDB stub improvements - handle fork
by aurel32
· 16 years ago
880a757
gdbstub: manage CPUs as threads (Jan Kiszka)
by aliguori
· 16 years ago
56aebc8
Add GDB XML register description support.
by pbrook
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
cfc3475
Allow gdbstub to connect over any serial device.
by pbrook
· 18 years ago
c636bb6
gdbserver fix
by bellard
· 18 years ago
a2d1eba
GDB hosted syscalls.
by pbrook
· 18 years ago
4046d91
Use standard character device interface for gdbstub.
by pbrook
· 18 years ago
e900967
report user mode gdb exit codes (Paul Brook)
by bellard
· 20 years ago
1fddef4
gdb support for user mode (Paul Brook)
by bellard
· 20 years ago