aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/gdbstub.c
AgeCommit message (Expand)Author
2023-11-15gdbstub: spelling fix: respectivellyMichael Tokarev
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki
2023-10-31gdbstub: Check if gdb_regs is NULLAkihiko Odaki
2023-10-12gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot
2023-10-11gdbstub: Replace gdb_regs with an arrayAkihiko Odaki
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki
2023-10-11gdbstub: Use g_markup_printf_escaped()Akihiko Odaki
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki
2023-10-11gdbstub: Fix target.xml responseAkihiko Odaki
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
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-08-30gdbstub: refactor get_feature_xmlAlex Bennée
2023-08-30gdbstub: remove unused user_ctx fieldAlex Bennée
2023-08-30gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella
2023-08-10gdbstub: don't complain about preemptive ACK charsAlex Bennée
2023-08-10gdbstub: more fixes for client Ctrl-C handlingAlex Bennée
2023-08-06gdbstub: use 0 ("any process") on packets with no PIDMatheus Tavares Bernardino
2023-07-31gdbstub: Fix client Ctrl-C handlingNicholas Piggin
2023-07-03gdbstub: Add support for info proc mappingsIlya Leoshkevich
2023-07-03gdbstub: Report the actual qemu-user pidIlya Leoshkevich
2023-07-03gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich
2023-07-03gdbstub: clean-up vcont handling to avoid gotoAlex Bennée
2023-07-03gdbstub: Permit reverse step/break to provide stop responseNicholas Piggin
2023-05-18gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino
2023-04-04gdbstub: don't report auxv feature unless on LinuxAlex Bennée
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée
2023-03-07gdbstub: define separate user/system structuresAlex Bennée
2023-03-07gdbstub: clean-up indent on gdb_exitAlex Bennée
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée