aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: Drop the .fa library suffixPaolo Bonzini2024-07-031-2/+0
* meson: Pass objects and dependencies to declare_dependency()Akihiko Odaki2024-07-031-2/+2
* gdbstub: move enums into separate headerAlex Bennée2024-06-241-0/+1
* user: Use get_task_state() helperPhilippe Mathieu-Daudé2024-05-062-3/+4
* gdbstub: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
* gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé2024-04-022-8/+8
* gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2024-04-022-11/+11
* gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich2024-03-131-2/+1
* gdbstub: Add Xfer:siginfo:read stubGustavo Romero2024-03-133-0/+32
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-4/+19
* gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-131-4/+4
* gdbstub: Implement follow-fork-mode childIlya Leoshkevich2024-03-061-2/+210
* gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich2024-03-063-0/+12
* gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich2024-03-063-2/+15
* gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich2024-03-063-3/+14
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-3/+2
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+4
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-2/+2
* gdbstub: Support disablement in a multi-threaded processIlya Leoshkevich2024-03-061-4/+15
* 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-093-0/+101
* gdbstub: Add syscall entry/return hooksIlya Leoshkevich2024-02-091-0/+8
* gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich2024-02-091-1/+4
* gdbstub: Expose TARGET_SIGTRAP in a target-agnostic wayIlya Leoshkevich2024-02-092-0/+6
* meson: remove config_targetosPaolo Bonzini2023-12-311-2/+2
* gdbstub: use a better signal when we halt for IO reasonsAlex Bennée2023-12-012-1/+2
* 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-123-2/+15
* gdbstub: Replace gdb_regs with an arrayAkihiko Odaki2023-10-111-14/+21
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-112-17/+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
* gdbstub: Fix target_xml initializationAkihiko Odaki2023-10-111-1/+1
* gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé2023-10-074-9/+9
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-042-3/+3
* meson: clean up static_library keyword argumentsPaolo Bonzini2023-09-291-2/+2
* configure, meson: remove target OS symbols from config-host.makPaolo Bonzini2023-09-071-2/+2
* gdbstub: move comment for gdb_register_coprocessorAlex Bennée2023-08-301-6/+0