summary refs log tree commit diff stats
path: root/gdbstub/syscalls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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