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