summary refs log tree commit diff stats
path: root/include/exec/gdbstub.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: expose api to find registersAlex Bennée2024-02-281-0/+28
* gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-0/+3
* gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-0/+6
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-2/+2
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-1/+1
* gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki2023-11-081-0/+50
* gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki2023-11-081-0/+8
* gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki2023-11-081-0/+1
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-111-8/+0
* gdbstub: Introduce GDBFeature structureAkihiko Odaki2023-10-111-2/+7
* gdbstub: move comment for gdb_register_coprocessorAlex Bennée2023-08-301-0/+10
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-5/+5
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-102/+0
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-86/+0
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-21/+0
* gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé2023-03-071-3/+4
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-281-2/+1
* 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/+0
* 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/+0
* linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin2016-06-071-1/+0
* 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/+0
* 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/+2