GDB (API)
|
#include "defs.h"
#include "cli/cli-cmds.h"
#include "command.h"
#include "frame.h"
#include "regcache.h"
#include "target.h"
#include "value.h"
#include "gdbcore.h"
#include "gdbthread.h"
#include "gdb_assert.h"
#include <fcntl.h>
#include <kvm.h>
#include <paths.h>
#include "readline/readline.h"
#include <sys/proc.h>
#include <sys/user.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Functions | |
void | bsd_kvm_add_target (int(*supply_pcb)(struct regcache *, struct pcb *)) |
Variables | |
struct cmd_list_element * | bsd_kvm_cmdlist |
void bsd_kvm_add_target | ( | int(*)(struct regcache *, struct pcb *) | supply_pcb | ) |
struct cmd_list_element* bsd_kvm_cmdlist |