|
GDB (API)
|
#include "defs.h"#include "linux-osdata.h"#include <sys/types.h>#include <sys/sysinfo.h>#include <ctype.h>#include <stdlib.h>#include <string.h>#include <utmp.h>#include <time.h>#include <unistd.h>#include <pwd.h>#include <grp.h>#include <netdb.h>#include <netinet/in.h>#include <arpa/inet.h>#include "xml-utils.h"#include "buffer.h"#include "gdb_assert.h"#include "gdb_dirent.h"#include "gdb_stat.h"#include "filestuff.h"Go to the source code of this file.
Defines | |
| #define | MAX_PID_T_STRLEN (sizeof ("-9223372036854775808") - 1) |
Typedefs | |
| typedef long long | PID_T |
| typedef long long | TIME_T |
Functions | |
| int | linux_common_core_of_thread (ptid_t ptid) |
| LONGEST | linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, ULONGEST offset, LONGEST len) |
Variables | |
| struct osdata_type | osdata_table [] |
| #define MAX_PID_T_STRLEN (sizeof ("-9223372036854775808") - 1) |
Definition at line 60 of file linux-osdata.c.
| typedef long long PID_T |
Definition at line 53 of file linux-osdata.c.
| typedef long long TIME_T |
Definition at line 58 of file linux-osdata.c.
| int linux_common_core_of_thread | ( | ptid_t | ptid | ) |
Definition at line 67 of file linux-osdata.c.
| LONGEST linux_common_xfer_osdata | ( | const char * | annex, |
| gdb_byte * | readbuf, | ||
| ULONGEST | offset, | ||
| LONGEST | len | ||
| ) |
Definition at line 1551 of file linux-osdata.c.
| struct osdata_type osdata_table[] |
1.7.6.1