Home
last modified time | relevance | path

Searched refs:gdb_syscall_return (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/gdbstub/
H A Duser.h65 void gdb_syscall_return(CPUState *cs, int num);
/openbmc/qemu/include/user/
H A Dsyscall-trace.h39 gdb_syscall_return(cpu, num); in record_syscall_return()
/openbmc/qemu/gdbstub/
H A Duser.c787 void gdb_syscall_return(CPUState *cs, int num) in gdb_syscall_return() function