|
GDB (API)
|
#include "defs.h"#include "gdb_assert.h"#include "gdbthread.h"#include "target.h"#include "inferior.h"#include "regcache.h"#include "gdbcmd.h"#include "ppc-tdep.h"#include "gdb_string.h"#include "observer.h"#include <procinfo.h>#include <sys/types.h>#include <sys/ptrace.h>#include <sys/reg.h>#include <sched.h>#include <sys/pthdebug.h>Go to the source code of this file.
Defines | |
| #define | pthdb_tid_t tid_t |
| #define | PD_TID(ptid) (pd_active && ptid_get_tid (ptid) != 0) |
| #define | PD_USER 1 |
| #define | PDC_SUCCESS PTHDB_SUCCESS |
| #define | PDC_FAILURE PTHDB_CALLBACK |
| #define | addr_ptr int * |
Functions | |
| int | getthrds (pid_t, struct thrdsinfo64 *, int, tid_t *, int) |
| void | _initialize_aix_thread (void) |
Definition at line 259 of file aix-thread.c.
| #define PD_TID | ( | ptid | ) | (pd_active && ptid_get_tid (ptid) != 0) |
Definition at line 74 of file aix-thread.c.
| #define PD_USER 1 |
Definition at line 79 of file aix-thread.c.
| #define PDC_FAILURE PTHDB_CALLBACK |
Definition at line 84 of file aix-thread.c.
| #define PDC_SUCCESS PTHDB_SUCCESS |
Definition at line 83 of file aix-thread.c.
| #define pthdb_tid_t tid_t |
Definition at line 69 of file aix-thread.c.
| void _initialize_aix_thread | ( | void | ) |
Definition at line 1848 of file aix-thread.c.
1.7.6.1