aboutsummaryrefslogtreecommitdiff
path: root/include/exec/gdbstub.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta1-0/+6
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-9/+0
2024-06-24include/exec: add missing include guard commentAlex Bennée1-1/+1
2024-02-28gdbstub: expose api to find registersAlex Bennée1-0/+28
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-0/+3
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-0/+6
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-2/+2
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-1/+1
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki1-0/+50
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki1-0/+8
2023-11-08gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki1-0/+1
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki1-8/+0
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki1-2/+7
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée1-0/+10
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-5/+5
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-102/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-86/+0
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-21/+0
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé1-3/+4
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-2/+1
2022-06-28semihosting: Split out semihost_sys_lseekRichard Henderson1-0/+5
2022-06-28include/exec: Define errno values in gdbstub.hRichard Henderson1-0/+22
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson1-0/+25
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson1-0/+9
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé1-12/+13
2021-02-15gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell1-20/+0
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée1-3/+11
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-5/+9
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé1-0/+11
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé1-0/+9
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé1-0/+9
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-18/+41
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée1-0/+13
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell1-0/+15
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