|
GDB (API)
|
#include "defs.h"#include "gdbcmd.h"#include "completer.h"#include <stdio.h>#include <sys/types.h>#include <sys/procfs.h>#include <fcntl.h>#include "gdb_wait.h"#include "proc-utils.h"Go to the source code of this file.
Functions | |
| int | ioctl_with_trace (int fd, long opcode, void *ptr, char *file, int line) |
| int | open_with_trace (char *filename, int mode, char *file, int line) |
| int | close_with_trace (int fd, char *file, int line) |
| pid_t | wait_with_trace (int *wstat, char *file, int line) |
| void | procfs_note (char *msg, char *file, int line) |
| void | proc_prettyfprint_status (long flags, int why, int what, int thread) |
| void | _initialize_proc_api (void) |
| void _initialize_proc_api | ( | void | ) |
Definition at line 778 of file proc-api.c.
| int close_with_trace | ( | int | fd, |
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 677 of file proc-api.c.
| int ioctl_with_trace | ( | int | fd, |
| long | opcode, | ||
| void * | ptr, | ||
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 224 of file proc-api.c.
| int open_with_trace | ( | char * | filename, |
| int | mode, | ||
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 636 of file proc-api.c.
| void proc_prettyfprint_status | ( | long | flags, |
| int | why, | ||
| int | what, | ||
| int | thread | ||
| ) |
Definition at line 753 of file proc-api.c.
| void procfs_note | ( | char * | msg, |
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 738 of file proc-api.c.
| pid_t wait_with_trace | ( | int * | wstat, |
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 703 of file proc-api.c.
1.7.6.1