|
GDBserver
|
#include <sys/types.h>Go to the source code of this file.
Classes | |
| struct | ps_prochandle |
Typedefs | |
| typedef unsigned int | lwpid_t |
| typedef void * | psaddr_t |
| typedef elf_gregset_t | prgregset_t |
Enumerations | |
| enum | ps_err_e { PS_OK, PS_ERR, PS_BADPID, PS_BADLID, PS_BADADDR, PS_NOSYM, PS_NOFREGS } |
| typedef unsigned int lwpid_t |
Definition at line 53 of file gdb_proc_service.h.
| typedef elf_gregset_t prgregset_t |
Definition at line 61 of file gdb_proc_service.h.
| typedef void* psaddr_t |
Definition at line 57 of file gdb_proc_service.h.
| enum ps_err_e |
Definition at line 41 of file gdb_proc_service.h.
1.7.6.1