HomeSort by relevance Sort by last modified time
    Searched full:gdb_syscall_mode (Results 1 - 1 of 1) sorted by null

  /external/qemu/
gdbstub.c 340 } gdb_syscall_mode; variable in typeref:enum:__anon13578
346 if (gdb_syscall_mode == GDB_SYS_UNKNOWN) {
347 gdb_syscall_mode = (gdbserver_state ? GDB_SYS_ENABLED
350 return gdb_syscall_mode == GDB_SYS_ENABLED;
    [all...]

Completed in 53 milliseconds