summaryrefslogtreecommitdiff
path: root/include/exec/gdbstub.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic1-0/+2
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée1-9/+0
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin1-1/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell1-0/+27
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae1-6/+0
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu1-0/+6
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+8
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-0/+37
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-1/+1
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber1-1/+1
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-1/+1
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber1-1/+1
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber1-3/+2
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-0/+53