Home
last modified time | relevance | path

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

/openbmc/qemu/include/gdbstub/
H A Duser.h58 void gdb_syscall_entry(CPUState *cs, int num);
/openbmc/qemu/include/user/
H A Dsyscall-trace.h33 gdb_syscall_entry(cpu, num); in record_syscall_start()
/openbmc/qemu/gdbstub/
H A Duser.c779 void gdb_syscall_entry(CPUState *cs, int num) in gdb_syscall_entry() function