Home
last modified time | relevance | path

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

/external/qemu/
Dgdbstub.c340 } gdb_syscall_mode; variable
346 if (gdb_syscall_mode == GDB_SYS_UNKNOWN) { in use_gdb_syscalls()
347 gdb_syscall_mode = (gdbserver_state ? GDB_SYS_ENABLED in use_gdb_syscalls()
350 return gdb_syscall_mode == GDB_SYS_ENABLED; in use_gdb_syscalls()