Searched defs:gdb_syscall_mode (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c342 } gdb_syscall_mode; variable in typeref:enum:__anon29641
348 if (gdb_syscall_mode == GDB_SYS_UNKNOWN) {
349 gdb_syscall_mode = (gdbserver_state ? GDB_SYS_ENABLED
352 return gdb_syscall_mode == GDB_SYS_ENABLED;

Completed in 1949 milliseconds