summaryrefslogtreecommitdiff
path: root/gdbstub
AgeCommit message (Expand)Author
10 daysmonitor: isolate HMP declarations in hmp.hMarc-André Lureau
10 dayssystem: guard HMP initialization paths with CONFIG_HMPMarc-André Lureau
2026-07-07monitor: pass chardev ID into monitor constructor instead of objectDaniel P. Berrangé
2026-07-07monitor: minimal conversion of monitors to QOMDaniel P. Berrangé
2026-07-07monitor: rename monitor_init* to monitor_new*Daniel P. Berrangé
2026-07-06accel: Use GdbBreakpointType enumPhilippe Mathieu-Daudé
2026-07-06gdbstub: Introduce GdbBreakpointType enumeratorPhilippe Mathieu-Daudé
2026-07-06gdbstub: Reduce @type variable scopePhilippe Mathieu-Daudé
2026-07-06gdbstub/user: Directly call gdb_breakpoint_remove_all() in user modePhilippe Mathieu-Daudé
2026-07-06accel: Remove AccelOpsClass::supports_guest_debugPhilippe Mathieu-Daudé
2026-07-06accel: Hold @can_reverse information in AccelGdbConfigPhilippe Mathieu-Daudé
2026-07-06accel: Have each implementation return their AccelGdbConfigPhilippe Mathieu-Daudé
2026-07-06gdbstub: Move supported_sstep_flags in AccelGdbConfig structurePhilippe Mathieu-Daudé
2026-07-06gdbstub: Reduce gdb_supports_guest_debug() scopePhilippe Mathieu-Daudé
2026-07-06gdbstub: Only return E22 when reverse GDB is not supportedPhilippe Mathieu-Daudé
2026-07-06gdbstub: Add trace event for STEP packet handlerPhilippe Mathieu-Daudé
2026-07-06cpu: Constify CPUState::cc (cached CPUClass pointer)Philippe Mathieu-Daudé
2026-06-18Merge tag 'accel-20260618' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2026-06-18gdbstub/system: Replace legacy cpu_physical_memory_read/write() callsPhilippe Mathieu-Daudé
2026-06-17gdbstub: Update x86 control register bitsMathias Krause
2026-03-10gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]Philippe Mathieu-Daudé
2026-03-10gdbstub: Move gdb-xml/ within gdbstub/Philippe Mathieu-Daudé
2026-03-10gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()Philippe Mathieu-Daudé
2026-03-10gdbstub: Remove @g_pos argument in gdb_register_coprocessor()Philippe Mathieu-Daudé
2026-03-10gdbstub: Add trace events for around XML parsing / generationPhilippe Mathieu-Daudé
2026-03-10gdbstub: Simplify gdb_init_cpu() logicPhilippe Mathieu-Daudé
2026-02-25gdbstub: Always infer gdb_num_core_regs when using XML filePhilippe Mathieu-Daudé
2026-02-13chardev: .chr_open(): add boolean return valueVladimir Sementsov-Ogievskiy
2026-02-13chardev: .chr_open(): drop be_opened parameterVladimir Sementsov-Ogievskiy
2026-02-13chardev: consistent naming for ChardevClass handlers implementationsVladimir Sementsov-Ogievskiy
2026-02-13chardev: ChardevClass: consistent naming for handlersVladimir Sementsov-Ogievskiy
2026-02-06gdbstub/user: rename and use bool for running_stateAlex Bennée
2026-02-06gdbstub/user-target: Convert host errno to GDB File-I/O errnoYodel Eldar
2026-02-06gdbstub: Export host_to_gdb_errno File-I/O helper functionYodel Eldar
2026-02-06gdbstub/user: localise variables for reading gdb socketAlex Bennée
2026-02-06gdbstub: extract stop reply message constructionAlex Bennée
2026-02-06gdbstub: remove the need for goto cleanupAlex Bennée
2026-01-20gdbstub: unlink the unix socket before bind()Michael Tokarev
2026-01-20Revert "gdbstub: Try unlinking the unix socket before binding"Michael Tokarev
2025-12-27include: move hw/boards.h to hw/core/Paolo Bonzini
2025-12-16gdbstub: Fix const qualifier build errors with recent glibcCédric Le Goater
2025-12-09Fix const qualifier build errors with recent glibcCédric Le Goater
2025-10-29gdbstub: Fix %s formattingSean Anderson
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau
2025-09-24gdbstub: Remove tb_flush usesRichard Henderson
2025-09-16target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debuggingVacha Bhavsar
2025-07-15accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé
2025-07-15accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé
2025-07-02gdbstub: Expose gdb_write_register function to consumers of gdbstubRowan Hart
2025-06-07gdbstub: Implement qGDBServerVersion packetDominik 'Disconnect3d' Czarnota