summary refs log tree commit diff stats
path: root/gdbstub/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Expose gdb_write_register function to consumers of gdbstubRowan Hart2025-07-021-1/+1
* gdbstub: Implement qGDBServerVersion packetDominik 'Disconnect3d' Czarnota2025-06-071-0/+17
* gdbstub: assert earlier in handle_read_all_regsAlex Bennée2025-06-071-1/+1
* gdbstub: Allow gdb_core_xml_file to be set at runtimePeter Maydell2025-04-251-4/+19
* gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-091-17/+9
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé2024-09-201-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2024-07-241-0/+13
|\
| * gdbstub: Add helper function to unregister GDB register spaceSalil Mehta2024-07-221-0/+13
* | gdbstub: Re-factor gdb command extensionsAlex Bennée2024-07-221-60/+81
|/
* gdbstub: Use true to set cmd_startswithGustavo Romero2024-07-051-40/+40
* gdbstub: Pass CPU context to command handlerGustavo Romero2024-07-051-1/+6
* gdbstub: Add support for target-specific stubsGustavo Romero2024-07-051-6/+96
* gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero2024-07-051-85/+49
* gdbstub: Clean up process_string_cmdGustavo Romero2024-07-051-20/+20
* user: Use get_task_state() helperPhilippe Mathieu-Daudé2024-05-061-1/+2
* gdbstub: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
* gdbstub: Add Xfer:siginfo:read stubGustavo Romero2024-03-131-0/+8
* gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich2024-03-061-0/+6
* gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich2024-03-061-2/+9
* gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich2024-03-061-3/+9
* gdbstub: expose api to find registersAlex Bennée2024-02-281-1/+26
* gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-3/+9
* gdbstub: Infer number of core registers from XMLAkihiko Odaki2024-02-281-1/+4
* gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-58/+60
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-4/+2
* gdbstub: Use GDBFeature for GDBRegisterStateAkihiko Odaki2024-02-281-8/+6
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-6/+7
* gdbstub: Implement catching syscallsIlya Leoshkevich2024-02-091-0/+9
* gdbstub: spelling fix: respectivellyMichael Tokarev2023-11-151-1/+1
* gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki2023-11-081-0/+65
* gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki2023-11-081-0/+13
* gdbstub: Check if gdb_regs is NULLAkihiko Odaki2023-10-311-14/+20
* gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot2023-10-121-2/+3
* gdbstub: Replace gdb_regs with an arrayAkihiko Odaki2023-10-111-14/+21
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-111-15/+0
* gdbstub: Use g_markup_printf_escaped()Akihiko Odaki2023-10-111-15/+21
* hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki2023-10-111-2/+1
* gdbstub: Introduce GDBFeature structureAkihiko Odaki2023-10-111-3/+3
* gdbstub: Fix target.xml responseAkihiko Odaki2023-10-111-1/+1
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* gdbstub: move comment for gdb_register_coprocessorAlex Bennée2023-08-301-6/+0
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-5/+7
* gdbstub: refactor get_feature_xmlAlex Bennée2023-08-301-39/+42
* gdbstub: remove unused user_ctx fieldAlex Bennée2023-08-301-8/+8
* gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella2023-08-301-0/+29
* gdbstub: don't complain about preemptive ACK charsAlex Bennée2023-08-101-0/+5
* gdbstub: more fixes for client Ctrl-C handlingAlex Bennée2023-08-101-2/+3
* gdbstub: use 0 ("any process") on packets with no PIDMatheus Tavares Bernardino2023-08-061-1/+1
* gdbstub: Fix client Ctrl-C handlingNicholas Piggin2023-07-311-2/+11