Age | Commit message (Expand) | Author | Files | Lines |
12 days | gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro | Philippe Mathieu-Daudé | 1 | -17/+9 |
2024-12-20 | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 1 | -2/+2 |
2024-09-20 | license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-07-24 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson | 1 | -0/+13 |
2024-07-22 | gdbstub: Add helper function to unregister GDB register space | Salil Mehta | 1 | -0/+13 |
2024-07-22 | gdbstub: Re-factor gdb command extensions | Alex Bennée | 1 | -60/+81 |
2024-07-05 | gdbstub: Use true to set cmd_startswith | Gustavo Romero | 1 | -40/+40 |
2024-07-05 | gdbstub: Pass CPU context to command handler | Gustavo Romero | 1 | -1/+6 |
2024-07-05 | gdbstub: Add support for target-specific stubs | Gustavo Romero | 1 | -6/+96 |
2024-07-05 | gdbstub: Move GdbCmdParseEntry into a new header file | Gustavo Romero | 1 | -85/+49 |
2024-07-05 | gdbstub: Clean up process_string_cmd | Gustavo Romero | 1 | -20/+20 |
2024-05-06 | user: Use get_task_state() helper | Philippe Mathieu-Daudé | 1 | -1/+2 |
2024-04-26 | gdbstub: Include missing 'hw/core/cpu.h' header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2024-03-13 | gdbstub: Add Xfer:siginfo:read stub | Gustavo Romero | 1 | -0/+8 |
2024-03-06 | gdbstub: Introduce gdb_handle_detach_user() | Ilya Leoshkevich | 1 | -0/+6 |
2024-03-06 | gdbstub: Introduce gdb_handle_set_thread_user() | Ilya Leoshkevich | 1 | -2/+9 |
2024-03-06 | gdbstub: Introduce gdb_handle_query_supported_user() | Ilya Leoshkevich | 1 | -3/+9 |
2024-02-28 | gdbstub: expose api to find registers | Alex Bennée | 1 | -1/+26 |
2024-02-28 | gdbstub: Add members to identify registers to GDBFeature | Akihiko Odaki | 1 | -3/+9 |
2024-02-28 | gdbstub: Infer number of core registers from XML | Akihiko Odaki | 1 | -1/+4 |
2024-02-28 | gdbstub: Simplify XML lookup | Akihiko Odaki | 1 | -58/+60 |
2024-02-28 | gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb | Akihiko Odaki | 1 | -4/+2 |
2024-02-28 | gdbstub: Use GDBFeature for GDBRegisterState | Akihiko Odaki | 1 | -8/+6 |
2024-02-28 | gdbstub: Use GDBFeature for gdb_register_coprocessor | Akihiko Odaki | 1 | -6/+7 |
2024-02-09 | gdbstub: Implement catching syscalls | Ilya Leoshkevich | 1 | -0/+9 |
2023-11-15 | gdbstub: spelling fix: respectivelly | Michael Tokarev | 1 | -1/+1 |
2023-11-08 | gdbstub: Introduce GDBFeatureBuilder | Akihiko Odaki | 1 | -0/+65 |
2023-11-08 | gdbstub: Introduce gdb_find_static_feature() | Akihiko Odaki | 1 | -0/+13 |
2023-10-31 | gdbstub: Check if gdb_regs is NULL | Akihiko Odaki | 1 | -14/+20 |
2023-10-12 | gdbstub: replace exit calls with proper shutdown for softmmu | Clément Chigot | 1 | -2/+3 |
2023-10-11 | gdbstub: Replace gdb_regs with an array | Akihiko Odaki | 1 | -14/+21 |
2023-10-11 | gdbstub: Remove gdb_has_xml variable | Akihiko Odaki | 1 | -15/+0 |
2023-10-11 | gdbstub: Use g_markup_printf_escaped() | Akihiko Odaki | 1 | -15/+21 |
2023-10-11 | hw/core/cpu: Return static value with gdb_arch_name() | Akihiko Odaki | 1 | -2/+1 |
2023-10-11 | gdbstub: Introduce GDBFeature structure | Akihiko Odaki | 1 | -3/+3 |
2023-10-11 | gdbstub: Fix target.xml response | Akihiko Odaki | 1 | -1/+1 |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 1 | -2/+2 |
2023-08-30 | gdbstub: move comment for gdb_register_coprocessor | Alex Bennée | 1 | -6/+0 |
2023-08-30 | gdbstub: replace global gdb_has_xml with a function | Alex Bennée | 1 | -5/+7 |
2023-08-30 | gdbstub: refactor get_feature_xml | Alex Bennée | 1 | -39/+42 |
2023-08-30 | gdbstub: remove unused user_ctx field | Alex Bennée | 1 | -8/+8 |
2023-08-30 | gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT | Matheus Branco Borella | 1 | -0/+29 |
2023-08-10 | gdbstub: don't complain about preemptive ACK chars | Alex Bennée | 1 | -0/+5 |
2023-08-10 | gdbstub: more fixes for client Ctrl-C handling | Alex Bennée | 1 | -2/+3 |
2023-08-06 | gdbstub: use 0 ("any process") on packets with no PID | Matheus Tavares Bernardino | 1 | -1/+1 |
2023-07-31 | gdbstub: Fix client Ctrl-C handling | Nicholas Piggin | 1 | -2/+11 |
2023-07-03 | gdbstub: Add support for info proc mappings | Ilya Leoshkevich | 1 | -2/+43 |
2023-07-03 | gdbstub: Report the actual qemu-user pid | Ilya Leoshkevich | 1 | -8/+17 |
2023-07-03 | gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() | Ilya Leoshkevich | 1 | -8/+8 |
2023-07-03 | gdbstub: clean-up vcont handling to avoid goto | Alex Bennée | 1 | -19/+9 |