GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/fbsd-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include "regset.h"
#include "gdbthread.h"
#include "gdb_wait.h"
#include <sys/types.h>
#include <sys/procfs.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include "elf-bfd.h"
#include "fbsd-nat.h"

Go to the source code of this file.

Functions

static char * fbsd_pid_to_exec_file (struct target_ops *self, int pid)
 
static int fbsd_read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, char *protection)
 
static int fbsd_find_memory_regions (struct target_ops *self, find_memory_region_ftype func, void *obfd)
 
void fbsd_nat_add_target (struct target_ops *t)
 

Function Documentation

static int fbsd_find_memory_regions ( struct target_ops self,
find_memory_region_ftype  func,
void *  obfd 
)
static
void fbsd_nat_add_target ( struct target_ops t)
static char* fbsd_pid_to_exec_file ( struct target_ops self,
int  pid 
)
static

Definition at line 43 of file fbsd-nat.c.

References len, name, pid, and xsnprintf().

Referenced by fbsd_nat_add_target().

static int fbsd_read_mapping ( FILE *  mapfile,
unsigned long *  start,
unsigned long *  end,
char *  protection 
)
static

Definition at line 130 of file fbsd-nat.c.

Referenced by fbsd_find_memory_regions().