aboutsummaryrefslogtreecommitdiff
path: root/include/exec/gdbstub.h
AgeCommit message (Expand)Author
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-24include/exec: add missing include guard commentAlex Bennée
2024-02-28gdbstub: expose api to find registersAlex Bennée
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki
2023-11-08gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson
2022-06-28semihosting: Split out semihost_sys_lseekRichard Henderson
2022-06-28include/exec: Define errno values in gdbstub.hRichard Henderson
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé
2021-02-15gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée
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