index
:
qemu/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-10.1
stable-10.2
stable-11.0
stable-11.1
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-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub
Age
Commit message (
Expand
)
Author
10 days
monitor: isolate HMP declarations in hmp.h
Marc-André Lureau
10 days
system: guard HMP initialization paths with CONFIG_HMP
Marc-André Lureau
2026-07-07
monitor: pass chardev ID into monitor constructor instead of object
Daniel P. Berrangé
2026-07-07
monitor: minimal conversion of monitors to QOM
Daniel P. Berrangé
2026-07-07
monitor: rename monitor_init* to monitor_new*
Daniel P. Berrangé
2026-07-06
accel: Use GdbBreakpointType enum
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Introduce GdbBreakpointType enumerator
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Reduce @type variable scope
Philippe Mathieu-Daudé
2026-07-06
gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
Philippe Mathieu-Daudé
2026-07-06
accel: Remove AccelOpsClass::supports_guest_debug
Philippe Mathieu-Daudé
2026-07-06
accel: Hold @can_reverse information in AccelGdbConfig
Philippe Mathieu-Daudé
2026-07-06
accel: Have each implementation return their AccelGdbConfig
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Reduce gdb_supports_guest_debug() scope
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Only return E22 when reverse GDB is not supported
Philippe Mathieu-Daudé
2026-07-06
gdbstub: Add trace event for STEP packet handler
Philippe Mathieu-Daudé
2026-07-06
cpu: Constify CPUState::cc (cached CPUClass pointer)
Philippe Mathieu-Daudé
2026-06-18
Merge tag 'accel-20260618' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2026-06-18
gdbstub/system: Replace legacy cpu_physical_memory_read/write() calls
Philippe Mathieu-Daudé
2026-06-17
gdbstub: Update x86 control register bits
Mathias Krause
2026-03-10
gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Move gdb-xml/ within gdbstub/
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Add trace events for around XML parsing / generation
Philippe Mathieu-Daudé
2026-03-10
gdbstub: Simplify gdb_init_cpu() logic
Philippe Mathieu-Daudé
2026-02-25
gdbstub: Always infer gdb_num_core_regs when using XML file
Philippe Mathieu-Daudé
2026-02-13
chardev: .chr_open(): add boolean return value
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: .chr_open(): drop be_opened parameter
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: consistent naming for ChardevClass handlers implementations
Vladimir Sementsov-Ogievskiy
2026-02-13
chardev: ChardevClass: consistent naming for handlers
Vladimir Sementsov-Ogievskiy
2026-02-06
gdbstub/user: rename and use bool for running_state
Alex Bennée
2026-02-06
gdbstub/user-target: Convert host errno to GDB File-I/O errno
Yodel Eldar
2026-02-06
gdbstub: Export host_to_gdb_errno File-I/O helper function
Yodel Eldar
2026-02-06
gdbstub/user: localise variables for reading gdb socket
Alex Bennée
2026-02-06
gdbstub: extract stop reply message construction
Alex Bennée
2026-02-06
gdbstub: remove the need for goto cleanup
Alex Bennée
2026-01-20
gdbstub: unlink the unix socket before bind()
Michael Tokarev
2026-01-20
Revert "gdbstub: Try unlinking the unix socket before binding"
Michael Tokarev
2025-12-27
include: move hw/boards.h to hw/core/
Paolo Bonzini
2025-12-16
gdbstub: Fix const qualifier build errors with recent glibc
Cédric Le Goater
2025-12-09
Fix const qualifier build errors with recent glibc
Cédric Le Goater
2025-10-29
gdbstub: Fix %s formatting
Sean Anderson
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
2025-09-24
gdbstub: Remove tb_flush uses
Richard Henderson
2025-09-16
target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
Vacha Bhavsar
2025-07-15
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
2025-07-15
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
2025-07-02
gdbstub: Expose gdb_write_register function to consumers of gdbstub
Rowan Hart
2025-06-07
gdbstub: Implement qGDBServerVersion packet
Dominik 'Disconnect3d' Czarnota
[next]