GDB (API)
|
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "target.h"
#include "gdb_assert.h"
#include <signal.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "amd64-tdep.h"
#include "amd64-nat.h"
#include "amd64bsd-nat.h"
#include "inf-ptrace.h"
Go to the source code of this file.
Functions | |
struct target_ops * | amd64bsd_target (void) |
struct target_ops* amd64bsd_target | ( | void | ) | [read] |
Definition at line 120 of file amd64bsd-nat.c.