GDB (xrefs)
|
#include "defs.h"
#include "signal.h"
#include "nat/linux-nat.h"
#include "nat/linux-waitpid.h"
#include "gdb_wait.h"
Go to the source code of this file.
Functions | |
static void | linux_debug (const char *format,...) |
int | my_waitpid (int pid, int *status, int flags) |
static void linux_debug | ( | const char * | format, |
... | |||
) | [inline, static] |
Definition at line 35 of file linux-waitpid.c.
Referenced by my_waitpid().
int my_waitpid | ( | int | pid, |
int * | status, | ||
int | flags | ||
) |
Definition at line 55 of file linux-waitpid.c.
References linux_debug().
Referenced by kill_wait_callback(), lin_lwp_attach_lwp(), linux_check_ptrace_features(), linux_handle_extended_wait(), linux_nat_post_attach_wait(), linux_nat_wait_1(), linux_test_for_tracefork(), and wait_lwp().