summary refs log tree commit diff stats
path: root/gdbstub/syscalls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* 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: Build syscall.c onceRichard Henderson2023-03-071-4/+1
* gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson2023-03-071-6/+6
* gdbstub: Remove gdb_do_syscallvRichard Henderson2023-03-071-16/+10
* gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée2023-03-071-24/+3
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-0/+235