GDB (API)
|
#include "defs.h"
#include <fcntl.h>
#include <spawn.h>
#include <sys/debug.h>
#include <sys/procfs.h>
#include <sys/neutrino.h>
#include <sys/syspage.h>
#include "gdb_dirent.h"
#include <sys/netmgr.h>
#include "exceptions.h"
#include "gdb_string.h"
#include "gdbcore.h"
#include "inferior.h"
#include "target.h"
#include "objfiles.h"
#include "gdbthread.h"
#include "nto-tdep.h"
#include "command.h"
#include "regcache.h"
#include "solib.h"
Go to the source code of this file.
Defines | |
#define | NULL_PID 0 |
#define | _DEBUG_FLAG_TRACE |
#define | OSTYPE_NTO 1 |
Functions | |
void | procfs_pidlist (char *args, int from_tty) |
void | procfs_meminfo (char *args, int from_tty) |
void | procfs_store_registers (struct target_ops *ops, struct regcache *regcache, int regno) |
void | _initialize_procfs (void) |
Variables | |
int | ctl_fd |
#define _DEBUG_FLAG_TRACE |
(_DEBUG_FLAG_TRACE_EXEC|_DEBUG_FLAG_TRACE_RD|\ _DEBUG_FLAG_TRACE_WR|_DEBUG_FLAG_TRACE_MODIFY)
Definition at line 47 of file nto-procfs.c.
#define NULL_PID 0 |
Definition at line 46 of file nto-procfs.c.
#define OSTYPE_NTO 1 |
Definition at line 1430 of file nto-procfs.c.
void _initialize_procfs | ( | void | ) |
Definition at line 1433 of file nto-procfs.c.
void procfs_meminfo | ( | char * | args, |
int | from_tty | ||
) |
Definition at line 451 of file nto-procfs.c.
void procfs_pidlist | ( | char * | args, |
int | from_tty | ||
) |
Definition at line 359 of file nto-procfs.c.
static void procfs_store_registers | ( | struct target_ops * | ops, |
struct regcache * | regcache, | ||
int | regno | ||
) |
Definition at line 1270 of file nto-procfs.c.
Definition at line 52 of file nto-procfs.c.