|
GDB (API)
|
#include "defs.h"#include <stdio.h>#include <sys/types.h>#include <sys/procfs.h>#include "proc-utils.h"Go to the source code of this file.
Functions | |
| void | proc_prettyfprint_flags (FILE *file, unsigned long flags, int verbose) |
| void | proc_prettyprint_flags (unsigned long flags, int verbose) |
| void proc_prettyfprint_flags | ( | FILE * | file, |
| unsigned long | flags, | ||
| int | verbose | ||
| ) |
Definition at line 273 of file proc-flags.c.
| void proc_prettyprint_flags | ( | unsigned long | flags, |
| int | verbose | ||
| ) |
Definition at line 289 of file proc-flags.c.
1.7.6.1