summary refs log tree commit diff stats
path: root/gdbstub/system.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Remove tb_flush usesRichard Henderson2025-09-241-5/+0
* accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé2025-07-151-0/+1
* accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé2025-07-151-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-091-5/+2
* accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'Philippe Mathieu-Daudé2025-03-061-0/+1
* gdbstub: Check for TCG before calling tb_flush()Philippe Mathieu-Daudé2025-03-061-1/+4
* system: propagate Error to gdbserver_start (and other device setups)Alex Bennée2025-01-171-10/+12
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé2024-09-201-1/+1
* gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero2024-07-051-3/+4
* gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé2024-04-021-4/+4
* gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2024-04-021-1/+1
* gdbstub: use a better signal when we halt for IO reasonsAlex Bennée2023-12-011-1/+1
* gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot2023-10-121-0/+6
* gdbstub: Fix target_xml initializationAkihiko Odaki2023-10-111-1/+1
* gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé2023-10-071-0/+658