GDB (xrefs)
Classes | Functions | Variables
/tmp/gdb-7.10/gdb/proc-why.c File Reference
#include "defs.h"
#include <sys/types.h>
#include <sys/procfs.h>
#include "proc-utils.h"

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 []
 

Function Documentation

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 
)

Definition at line 170 of file proc-why.c.

References proc_prettyfprint_why().

Referenced by do_attach(), procfs_info_proc(), and procfs_wait().

Variable Documentation

struct trans pr_why_table[]
static

Definition at line 48 of file proc-why.c.