index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2025-07-15
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-02
gdbstub: Expose gdb_write_register function to consumers of gdbstub
Rowan Hart
1
-1
/
+1
2025-06-07
gdbstub: Implement qGDBServerVersion packet
Dominik 'Disconnect3d' Czarnota
1
-0
/
+17
2025-06-07
gdbstub: assert earlier in handle_read_all_regs
Alex Bennée
1
-1
/
+1
2025-05-26
meson: remove lib{system, user}_ss aliases
Pierrick Bouvier
1
-2
/
+2
2025-04-25
gdbstub: Allow gdb_core_xml_file to be set at runtime
Peter Maydell
1
-4
/
+19
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-23
gdbstub: Move syscalls.c out of common_ss
Richard Henderson
1
-2
/
+2
2025-04-23
meson: Introduce top-level libuser_ss and libsystem_ss
Richard Henderson
1
-25
/
+9
2025-03-09
gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
4
-31
/
+15
2025-03-06
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2025-03-06
gdbstub: Check for TCG before calling tb_flush()
Philippe Mathieu-Daudé
1
-1
/
+4
2025-02-10
gdbstub: Allow late attachment
Ilya Leoshkevich
1
-12
/
+103
2025-02-10
gdbstub: Try unlinking the unix socket before binding
Ilya Leoshkevich
1
-26
/
+3
2025-02-10
gdbstub: Allow the %d placeholder in the socket path
Ilya Leoshkevich
1
-0
/
+10
2025-01-30
gdbstub/user-target: fix gdbserver int format (%d -> %x)
Dominik 'Disconnect3d' Czarnota
1
-5
/
+5
2025-01-17
system: propagate Error to gdbserver_start (and other device setups)
Alex Bennée
2
-20
/
+24
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
3
-6
/
+6
2024-09-20
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
5
-5
/
+5
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: Make hex conversion function non-internal
Gustavo Romero
1
-1
/
+0
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
6
-128
/
+74
2024-07-05
gdbstub: Clean up process_string_cmd
Gustavo Romero
1
-20
/
+20
2024-07-03
meson: Drop the .fa library suffix
Paolo Bonzini
1
-2
/
+0
2024-07-03
meson: Pass objects and dependencies to declare_dependency()
Akihiko Odaki
1
-2
/
+2
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
1
-0
/
+1
2024-05-06
user: Use get_task_state() helper
Philippe Mathieu-Daudé
2
-3
/
+4
2024-04-26
gdbstub: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-02
gdbstub/system: Rename 'user_ctx' argument as 'ctx'
Philippe Mathieu-Daudé
2
-8
/
+8
2024-04-02
gdbstub: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2
-11
/
+11
2024-03-13
gdbstub: Fix double close() of the follow-fork-mode socket
Ilya Leoshkevich
1
-2
/
+1
2024-03-13
gdbstub: Add Xfer:siginfo:read stub
Gustavo Romero
3
-0
/
+32
2024-03-13
gdbstub: Save target's siginfo
Gustavo Romero
1
-4
/
+19
2024-03-13
gdbstub: Rename back gdb_handlesig
Gustavo Romero
1
-4
/
+4
2024-03-06
gdbstub: Implement follow-fork-mode child
Ilya Leoshkevich
1
-2
/
+210
2024-03-06
gdbstub: Introduce gdb_handle_detach_user()
Ilya Leoshkevich
3
-0
/
+12
2024-03-06
gdbstub: Introduce gdb_handle_set_thread_user()
Ilya Leoshkevich
3
-2
/
+15
2024-03-06
gdbstub: Introduce gdb_handle_query_supported_user()
Ilya Leoshkevich
3
-3
/
+14
2024-03-06
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
1
-3
/
+2
2024-03-06
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
1
-1
/
+1
2024-03-06
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
1
-0
/
+4
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-2
/
+2
2024-03-06
gdbstub: Support disablement in a multi-threaded process
Ilya Leoshkevich
1
-4
/
+15
2024-02-28
gdbstub: expose api to find registers
Alex Bennée
1
-1
/
+26
[next]