GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | trans |
Functions | |
void | proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, int verbose) |
void | proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) |
Variables | |
static struct trans | pr_why_table [] |
void proc_prettyfprint_why | ( | FILE * | file, |
unsigned long | why, | ||
unsigned long | what, | ||
int | verbose ) |
Definition at line 61 of file proc-why.c.
References trans::desc, name, pr_why_table, proc_prettyfprint_fault(), proc_prettyfprint_signal(), and proc_prettyfprint_syscall().
Referenced by proc_prettyfprint_status(), and proc_prettyprint_why().
void proc_prettyprint_why | ( | unsigned long | why, |
unsigned long | what, | ||
int | verbose ) |
Definition at line 109 of file proc-why.c.
References proc_prettyfprint_why().
Referenced by do_attach(), procfs_target::info_proc(), and procfs_target::wait().
|
static |
Definition at line 44 of file proc-why.c.
Referenced by proc_prettyfprint_why().