index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
gdbstub.h
Age
Commit message (
Expand
)
Author
2020-05-06
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-04-15
gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
Philippe Mathieu-Daudé
2020-04-15
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
gdbstub: add helper for 128 bit registers
Alex Bennée
2018-05-25
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
2018-03-27
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
2017-07-14
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
2016-06-07
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2014-12-11
Add the "-semihosting-config" option.
Liviu Ionescu
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
2013-07-25
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
2013-07-23
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
2013-07-22
configure: Make NPTL non-optional
Peter Maydell
2013-06-28
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
Andreas Färber
2013-02-16
cpu: Move host_tid field to CPUState
Andreas Färber
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini