diff options
Diffstat (limited to 'include/gdbstub/syscalls.h')
| -rw-r--r-- | include/gdbstub/syscalls.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/gdbstub/syscalls.h b/include/gdbstub/syscalls.h index 5851a2c706..243eaf8ce4 100644 --- a/include/gdbstub/syscalls.h +++ b/include/gdbstub/syscalls.h @@ -92,17 +92,6 @@ typedef void (*gdb_syscall_complete_cb)(CPUState *cpu, uint64_t ret, int err); void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...); /** - * gdb_do_syscallv: - * @cb: function to call when the system call has completed - * @fmt: gdb syscall format string - * @va: arguments to interpolate into @fmt - * - * As gdb_do_syscall, but taking a va_list rather than a variable - * argument list. - */ -void gdb_do_syscallv(gdb_syscall_complete_cb cb, const char *fmt, va_list va); - -/** * use_gdb_syscalls() - report if GDB should be used for syscalls * * This is mostly driven by the semihosting mode the user configures |