HomeSort by: relevance | last modified time | path
    Searched defs:check_syscall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
inflow.c 784 check_syscall (const char *msg, int result)
819 check_syscall (inferior_thisrun_terminal.c_str (), tty);
825 check_syscall ("dup'ing tty into fd 0", dup (tty));
830 check_syscall ("dup'ing tty into fd 1", dup (tty));
835 check_syscall ("dup'ing tty into fd 2", dup (tty));
782 check_syscall (const char *msg, int result) function
  /src/external/gpl3/gdb/dist/gdb/
inflow.c 811 check_syscall (const char *msg, int result)
846 check_syscall (inferior_thisrun_terminal.c_str (), tty);
852 check_syscall ("dup'ing tty into fd 0", dup (tty));
857 check_syscall ("dup'ing tty into fd 1", dup (tty));
862 check_syscall ("dup'ing tty into fd 2", dup (tty));
809 check_syscall (const char *msg, int result) function

Completed in 24 milliseconds