aboutsummaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)Author
2024-03-06gdbstub: Implement follow-fork-mode childIlya Leoshkevich
2024-03-06gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-03-06gdbstub: Support disablement in a multi-threaded processIlya Leoshkevich
2024-02-28gdbstub: expose api to find registersAlex Bennée
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko 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 GDBRegisterStateAkihiko Odaki
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki
2024-02-09gdbstub: Implement catching syscallsIlya Leoshkevich
2024-02-09gdbstub: Add syscall entry/return hooksIlya Leoshkevich
2024-02-09gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich
2024-02-09gdbstub: Expose TARGET_SIGTRAP in a target-agnostic wayIlya Leoshkevich
2023-12-31meson: remove config_targetosPaolo Bonzini
2023-12-01gdbstub: use a better signal when we halt for IO reasonsAlex Bennée
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-11gdbstub: Fix target_xml initializationAkihiko Odaki
2023-10-07gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-29meson: clean up static_library keyword argumentsPaolo Bonzini
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini
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 handlingpull-target-arm-20230731Nicholas 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