summaryrefslogtreecommitdiffstats
path: root/include/exec/gdbstub.h
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-281-2/+1Star
* semihosting: Split out semihost_sys_lseekRichard Henderson2022-06-281-0/+5
* include/exec: Define errno values in gdbstub.hRichard Henderson2022-06-281-0/+22
* include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson2022-06-281-0/+25
* include/exec: Move gdb open flags to gdbstub.hRichard Henderson2022-06-281-0/+9
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé2022-03-061-12/+13
* gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell2021-02-151-20/+0Star
* gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée2021-01-181-3/+11
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-5/+9
* gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé2020-05-061-0/+11
* gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé2020-04-151-0/+9
* gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé2020-04-151-0/+9
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-18/+41
* gdbstub: add helper for 128 bit registersAlex Bennée2020-03-171-0/+13
* gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell2018-05-251-0/+15
* gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic2018-03-271-0/+2
* gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée2017-07-141-9/+0Star
* linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin2016-06-071-1/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* gdbstub: Implement gdb_do_syscallv()Peter Maydell2015-09-071-0/+27
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-091-1/+1
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-6/+0Star
* Add the "-semihosting-config" option.Liviu Ionescu2014-12-111-0/+6
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-0/+8
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-0/+37
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-1/+1
|\
| * configure: Make NPTL non-optionalPeter Maydell2013-07-221-1/+1
* | gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber2013-07-231-1/+1
* | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-1/+1
* | gdbstub: Change syscall callback argument to CPUStateAndreas Färber2013-07-231-1/+1
|/
* gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber2013-06-281-1/+1
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-3/+2Star
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+53