|
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.
Defines | |
| #define | MAX_SYSCALLS 262 /* Pretty arbitrary. */ |
Functions | |
| void | proc_prettyfprint_syscall (FILE *file, int num, int verbose) |
| void | proc_prettyprint_syscall (int num, int verbose) |
| void | proc_prettyfprint_syscalls (FILE *file, sysset_t *sysset, int verbose) |
| void | proc_prettyprint_syscalls (sysset_t *sysset, int verbose) |
| void | proc_prettyfprint_signal (FILE *file, int signo, int verbose) |
| void | proc_prettyprint_signal (int signo, int verbose) |
| void | proc_prettyfprint_signalset (FILE *file, sigset_t *sigset, int verbose) |
| void | proc_prettyprint_signalset (sigset_t *sigset, int verbose) |
| void | proc_prettyfprint_fault (FILE *file, int faultno, int verbose) |
| void | proc_prettyprint_fault (int faultno, int verbose) |
| void | proc_prettyfprint_faultset (FILE *file, fltset_t *fltset, int verbose) |
| void | proc_prettyprint_faultset (fltset_t *fltset, int verbose) |
| void | proc_prettyprint_actionset (struct sigaction *actions, int verbose) |
| void | _initialize_proc_events (void) |
| #define MAX_SYSCALLS 262 /* Pretty arbitrary. */ |
Definition at line 67 of file proc-events.c.
| void _initialize_proc_events | ( | void | ) |
Definition at line 1726 of file proc-events.c.
| void proc_prettyfprint_fault | ( | FILE * | file, |
| int | faultno, | ||
| int | verbose | ||
| ) |
Definition at line 1668 of file proc-events.c.
| void proc_prettyfprint_faultset | ( | FILE * | file, |
| fltset_t * | fltset, | ||
| int | verbose | ||
| ) |
Definition at line 1692 of file proc-events.c.
| void proc_prettyfprint_signal | ( | FILE * | file, |
| int | signo, | ||
| int | verbose | ||
| ) |
Definition at line 1550 of file proc-events.c.
| void proc_prettyfprint_signalset | ( | FILE * | file, |
| sigset_t * | sigset, | ||
| int | verbose | ||
| ) |
Definition at line 1576 of file proc-events.c.
| void proc_prettyfprint_syscall | ( | FILE * | file, |
| int | num, | ||
| int | verbose | ||
| ) |
Definition at line 1362 of file proc-events.c.
| void proc_prettyfprint_syscalls | ( | FILE * | file, |
| sysset_t * | sysset, | ||
| int | verbose | ||
| ) |
Definition at line 1379 of file proc-events.c.
| void proc_prettyprint_actionset | ( | struct sigaction * | actions, |
| int | verbose | ||
| ) |
Definition at line 1717 of file proc-events.c.
| void proc_prettyprint_fault | ( | int | faultno, |
| int | verbose | ||
| ) |
Definition at line 1684 of file proc-events.c.
| void proc_prettyprint_faultset | ( | fltset_t * | fltset, |
| int | verbose | ||
| ) |
Definition at line 1709 of file proc-events.c.
| void proc_prettyprint_signal | ( | int | signo, |
| int | verbose | ||
| ) |
Definition at line 1568 of file proc-events.c.
| void proc_prettyprint_signalset | ( | sigset_t * | sigset, |
| int | verbose | ||
| ) |
Definition at line 1593 of file proc-events.c.
| void proc_prettyprint_syscall | ( | int | num, |
| int | verbose | ||
| ) |
Definition at line 1371 of file proc-events.c.
| void proc_prettyprint_syscalls | ( | sysset_t * | sysset, |
| int | verbose | ||
| ) |
Definition at line 1392 of file proc-events.c.
1.7.6.1