|
GDB (API)
|
#include "defs.h"#include "gdbcore.h"#include "inferior.h"#include "regcache.h"#include "regset.h"#include "gdbthread.h"#include "gdb_assert.h"#include "gdb_string.h"#include <sys/types.h>#include <sys/procfs.h>#include <sys/sysctl.h>#include "elf-bfd.h"#include "fbsd-nat.h"Go to the source code of this file.
Functions | |
| char * | fbsd_pid_to_exec_file (int pid) |
| int | fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd) |
| char * | fbsd_make_corefile_notes (bfd *obfd, int *note_size) |
| int fbsd_find_memory_regions | ( | find_memory_region_ftype | func, |
| void * | obfd | ||
| ) |
Definition at line 94 of file fbsd-nat.c.
| char* fbsd_make_corefile_notes | ( | bfd * | obfd, |
| int * | note_size | ||
| ) |
Definition at line 169 of file fbsd-nat.c.
| char* fbsd_pid_to_exec_file | ( | int | pid | ) |
Definition at line 40 of file fbsd-nat.c.
1.7.6.1