summary refs log tree commit diff stats
path: root/gdbstub/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdbstub: Add support for info proc mappingsIlya Leoshkevich2023-07-031-2/+43
* gdbstub: Report the actual qemu-user pidIlya Leoshkevich2023-07-031-8/+17
* gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich2023-07-031-8/+8
* gdbstub: clean-up vcont handling to avoid gotoAlex Bennée2023-07-031-19/+9
* gdbstub: Permit reverse step/break to provide stop responseNicholas Piggin2023-07-031-0/+1
* gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino2023-05-181-9/+28
* gdbstub: don't report auxv feature unless on LinuxAlex Bennée2023-04-041-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* gdbstub: only compile gdbstub twice for whole buildAlex Bennée2023-03-071-3/+1
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-174/+3
* gdbstub: don't use target_ulong while handling registersAlex Bennée2023-03-071-7/+10
* gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée2023-03-071-2/+2
* gdbstub: specialise stub_can_reverseAlex Bennée2023-03-071-11/+2
* gdbstub: introduce gdb_get_max_cpusAlex Bennée2023-03-071-10/+1
* gdbstub: specialise target_memory_rw_debugAlex Bennée2023-03-071-62/+11
* gdbstub: specialise handle_query_attachedAlex Bennée2023-03-071-13/+2