summaryrefslogtreecommitdiff
path: root/include/exec/gdbstub.h
AgeCommit message (Expand)Author
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini