aboutsummaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)Author
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-05gdbstub: Use true to set cmd_startswithGustavo Romero
2024-07-05gdbstub: Pass CPU context to command handlerGustavo Romero
2024-07-05gdbstub: Make hex conversion function non-internalGustavo Romero
2024-07-05gdbstub: Add support for target-specific stubsGustavo Romero
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero
2024-07-05gdbstub: Clean up process_string_cmdGustavo Romero
2024-07-03meson: Drop the .fa library suffixPaolo Bonzini
2024-07-03meson: Pass objects and dependencies to declare_dependency()Akihiko Odaki
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé
2024-04-26gdbstub: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé
2024-04-02gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé
2024-04-02gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2024-03-13gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich
2024-03-13gdbstub: Add Xfer:siginfo:read stubGustavo Romero
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero
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