index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbstub
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Drop the .fa library suffix
Paolo Bonzini
2024-07-03
1
-2
/
+0
*
meson: Pass objects and dependencies to declare_dependency()
Akihiko Odaki
2024-07-03
1
-2
/
+2
*
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
1
-0
/
+1
*
user: Use get_task_state() helper
Philippe Mathieu-Daudé
2024-05-06
2
-3
/
+4
*
gdbstub: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
gdbstub/system: Rename 'user_ctx' argument as 'ctx'
Philippe Mathieu-Daudé
2024-04-02
2
-8
/
+8
*
gdbstub: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2024-04-02
2
-11
/
+11
*
gdbstub: Fix double close() of the follow-fork-mode socket
Ilya Leoshkevich
2024-03-13
1
-2
/
+1
*
gdbstub: Add Xfer:siginfo:read stub
Gustavo Romero
2024-03-13
3
-0
/
+32
*
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
1
-4
/
+19
*
gdbstub: Rename back gdb_handlesig
Gustavo Romero
2024-03-13
1
-4
/
+4
*
gdbstub: Implement follow-fork-mode child
Ilya Leoshkevich
2024-03-06
1
-2
/
+210
*
gdbstub: Introduce gdb_handle_detach_user()
Ilya Leoshkevich
2024-03-06
3
-0
/
+12
*
gdbstub: Introduce gdb_handle_set_thread_user()
Ilya Leoshkevich
2024-03-06
3
-2
/
+15
*
gdbstub: Introduce gdb_handle_query_supported_user()
Ilya Leoshkevich
2024-03-06
3
-3
/
+14
*
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
2024-03-06
1
-3
/
+2
*
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
2024-03-06
1
-0
/
+4
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-2
/
+2
*
gdbstub: Support disablement in a multi-threaded process
Ilya Leoshkevich
2024-03-06
1
-4
/
+15
*
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
3
-0
/
+101
*
gdbstub: Add syscall entry/return hooks
Ilya Leoshkevich
2024-02-09
1
-0
/
+8
*
gdbstub: Allow specifying a reason in stop packets
Ilya Leoshkevich
2024-02-09
1
-1
/
+4
*
gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
Ilya Leoshkevich
2024-02-09
2
-0
/
+6
*
meson: remove config_targetos
Paolo Bonzini
2023-12-31
1
-2
/
+2
*
gdbstub: use a better signal when we halt for IO reasons
Alex Bennée
2023-12-01
2
-1
/
+2
*
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
3
-2
/
+15
*
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
2
-17
/
+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
*
gdbstub: Fix target_xml initialization
Akihiko Odaki
2023-10-11
1
-1
/
+1
*
gdbstub: Rename 'softmmu' -> 'system'
Philippe Mathieu-Daudé
2023-10-07
4
-9
/
+9
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
2
-3
/
+3
*
meson: clean up static_library keyword arguments
Paolo Bonzini
2023-09-29
1
-2
/
+2
*
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
2023-09-07
1
-2
/
+2
*
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
2023-08-30
1
-6
/
+0
[next]