aboutsummaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)AuthorFilesLines
2025-07-15accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé1-0/+1
2025-07-15accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé1-1/+1
2025-07-02gdbstub: Expose gdb_write_register function to consumers of gdbstubRowan Hart1-1/+1
2025-06-07gdbstub: Implement qGDBServerVersion packetDominik 'Disconnect3d' Czarnota1-0/+17
2025-06-07gdbstub: assert earlier in handle_read_all_regsAlex Bennée1-1/+1
2025-05-26meson: remove lib{system, user}_ss aliasesPierrick Bouvier1-2/+2
2025-04-25gdbstub: Allow gdb_core_xml_file to be set at runtimePeter Maydell1-4/+19
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-04-23gdbstub: Move syscalls.c out of common_ssRichard Henderson1-2/+2
2025-04-23meson: Introduce top-level libuser_ss and libsystem_ssRichard Henderson1-25/+9
2025-03-09gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé4-31/+15
2025-03-06accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'Philippe Mathieu-Daudé1-0/+1
2025-03-06gdbstub: Check for TCG before calling tb_flush()Philippe Mathieu-Daudé1-1/+4
2025-02-10gdbstub: Allow late attachmentIlya Leoshkevich1-12/+103
2025-02-10gdbstub: Try unlinking the unix socket before bindingIlya Leoshkevich1-26/+3
2025-02-10gdbstub: Allow the %d placeholder in the socket pathIlya Leoshkevich1-0/+10
2025-01-30gdbstub/user-target: fix gdbserver int format (%d -> %x)Dominik 'Disconnect3d' Czarnota1-5/+5
2025-01-17system: propagate Error to gdbserver_start (and other device setups)Alex Bennée2-20/+24
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé3-6/+6
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé5-5/+5
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+13
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta1-0/+13
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée1-60/+81
2024-07-05gdbstub: Use true to set cmd_startswithGustavo Romero1-40/+40
2024-07-05gdbstub: Pass CPU context to command handlerGustavo Romero1-1/+6
2024-07-05gdbstub: Make hex conversion function non-internalGustavo Romero1-1/+0
2024-07-05gdbstub: Add support for target-specific stubsGustavo Romero1-6/+96
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero6-128/+74
2024-07-05gdbstub: Clean up process_string_cmdGustavo Romero1-20/+20
2024-07-03meson: Drop the .fa library suffixPaolo Bonzini1-2/+0
2024-07-03meson: Pass objects and dependencies to declare_dependency()Akihiko Odaki1-2/+2
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-0/+1
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé2-3/+4
2024-04-26gdbstub: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-02gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé2-8/+8
2024-04-02gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2-11/+11
2024-03-13gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich1-2/+1
2024-03-13gdbstub: Add Xfer:siginfo:read stubGustavo Romero3-0/+32
2024-03-13gdbstub: Save target's siginfoGustavo Romero1-4/+19
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero1-4/+4
2024-03-06gdbstub: Implement follow-fork-mode childIlya Leoshkevich1-2/+210
2024-03-06gdbstub: Introduce gdb_handle_detach_user()Ilya Leoshkevich3-0/+12
2024-03-06gdbstub: Introduce gdb_handle_set_thread_user()Ilya Leoshkevich3-2/+15
2024-03-06gdbstub: Introduce gdb_handle_query_supported_user()Ilya Leoshkevich3-3/+14
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-3/+2
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich1-1/+1
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich1-0/+4
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-2/+2
2024-03-06gdbstub: Support disablement in a multi-threaded processIlya Leoshkevich1-4/+15
2024-02-28gdbstub: expose api to find registersAlex Bennée1-1/+26