|
GDB (xrefs)
|
#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 | |
| static void | bsd_kvm_open (char *filename, int from_tty) |
| static void | bsd_kvm_close (void) |
| static LONGEST | bsd_kvm_xfer_memory (CORE_ADDR addr, ULONGEST len, gdb_byte *readbuf, const gdb_byte *writebuf) |
| static LONGEST | bsd_kvm_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len) |
| static void | bsd_kvm_files_info (struct target_ops *ops) |
| static int | bsd_kvm_fetch_pcb (struct regcache *regcache, struct pcb *paddr) |
| static void | bsd_kvm_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum) |
| static void | bsd_kvm_cmd (char *arg, int fromtty) |
| static void | bsd_kvm_proc_cmd (char *arg, int fromtty) |
| static void | bsd_kvm_pcb_cmd (char *arg, int fromtty) |
| static int | bsd_kvm_thread_alive (struct target_ops *ops, ptid_t ptid) |
| static char * | bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid) |
| static int | bsd_kvm_return_one (struct target_ops *ops) |
| void | bsd_kvm_add_target (int(*supply_pcb)(struct regcache *, struct pcb *)) |
Variables | |
| static const char * | bsd_kvm_corefile |
| static kvm_t * | core_kd |
| static struct pcb * | bsd_kvm_paddr |
| static int(* | bsd_kvm_supply_pcb )(struct regcache *regcache, struct pcb *pcb) |
| static struct target_ops | bsd_kvm_ops |
| static ptid_t | bsd_kvm_ptid |
| struct cmd_list_element * | bsd_kvm_cmdlist |
| void bsd_kvm_add_target | ( | int(*)(struct regcache *, struct pcb *) | supply_pcb | ) |
Definition at line 338 of file bsd-kvm.c.
References _, add_cmd(), add_prefix_cmd(), add_target(), bsd_kvm_close(), bsd_kvm_cmd(), bsd_kvm_fetch_registers(), bsd_kvm_files_info(), bsd_kvm_open(), bsd_kvm_ops, bsd_kvm_pcb_cmd(), bsd_kvm_pid_to_str(), bsd_kvm_proc_cmd(), bsd_kvm_return_one(), bsd_kvm_supply_pcb, bsd_kvm_thread_alive(), bsd_kvm_xfer_partial(), class_obscure, cmdlist, gdb_assert, OPS_MAGIC, process_stratum, ptid_build(), target_ops::to_close, target_ops::to_doc, target_ops::to_fetch_registers, target_ops::to_files_info, target_ops::to_has_memory, target_ops::to_has_registers, target_ops::to_has_stack, target_ops::to_longname, target_ops::to_magic, target_ops::to_open, target_ops::to_pid_to_str, target_ops::to_shortname, target_ops::to_stratum, target_ops::to_thread_alive, and target_ops::to_xfer_partial.
Referenced by _initialize_alphabsd_nat(), _initialize_amd64fbsd_nat(), _initialize_amd64obsd_nat(), _initialize_i386fbsd_nat(), _initialize_i386nbsd_nat(), _initialize_i386obsd_nat(), _initialize_m68kbsd_nat(), _initialize_ppcfbsd_nat(), _initialize_ppcnbsd_nat(), _initialize_ppcobsd_nat(), _initialize_sparc64fbsd_nat(), _initialize_sparc64nbsd_nat(), _initialize_sparcnbsd_nat(), and _initialize_vaxbsd_nat().
| static void bsd_kvm_close | ( | void | ) | [static] |
Definition at line 107 of file bsd-kvm.c.
References core_kd, delete_thread_silent(), inferior_ptid, null_ptid, and warning().
Referenced by bsd_kvm_add_target().
| static void bsd_kvm_cmd | ( | char * | arg, |
| int | fromtty | ||
| ) | [static] |
Definition at line 258 of file bsd-kvm.c.
Referenced by bsd_kvm_add_target().
| static int bsd_kvm_fetch_pcb | ( | struct regcache * | regcache, |
| struct pcb * | paddr | ||
| ) | [static] |
Definition at line 162 of file bsd-kvm.c.
References bsd_kvm_supply_pcb, core_kd, error(), and gdb_assert.
Referenced by bsd_kvm_fetch_registers().
| static void bsd_kvm_fetch_registers | ( | struct target_ops * | ops, |
| struct regcache * | regcache, | ||
| int | regnum | ||
| ) | [static] |
Definition at line 174 of file bsd-kvm.c.
References _, bsd_kvm_fetch_pcb(), bsd_kvm_paddr, core_kd, error(), and memset().
Referenced by bsd_kvm_add_target().
| static void bsd_kvm_files_info | ( | struct target_ops * | ops | ) | [static] |
Definition at line 150 of file bsd-kvm.c.
References _, bsd_kvm_corefile, and printf_filtered().
Referenced by bsd_kvm_add_target().
| static void bsd_kvm_open | ( | char * | filename, |
| int | from_tty | ||
| ) | [static] |
Definition at line 65 of file bsd-kvm.c.
References add_thread_silent(), bsd_kvm_corefile, bsd_kvm_ops, bsd_kvm_ptid, core_kd, current_directory, error(), get_current_regcache(), get_exec_file(), get_selected_frame(), inferior_ptid, print_stack_frame(), push_target(), reinit_frame_cache(), SRC_AND_LOC, target_fetch_registers(), target_preopen(), unpush_target(), write_files, and xfree().
Referenced by bsd_kvm_add_target().
| static void bsd_kvm_pcb_cmd | ( | char * | arg, |
| int | fromtty | ||
| ) | [static] |
Definition at line 295 of file bsd-kvm.c.
References _, bsd_kvm_paddr, core_kd, error(), error_no_arg(), get_current_regcache(), get_selected_frame(), parse_and_eval_address(), print_stack_frame(), reinit_frame_cache(), SRC_AND_LOC, and target_fetch_registers().
Referenced by bsd_kvm_add_target().
| static char* bsd_kvm_pid_to_str | ( | struct target_ops * | ops, |
| ptid_t | ptid | ||
| ) | [static] |
Definition at line 320 of file bsd-kvm.c.
References xsnprintf().
Referenced by bsd_kvm_add_target().
| static void bsd_kvm_proc_cmd | ( | char * | arg, |
| int | fromtty | ||
| ) | [static] |
Definition at line 266 of file bsd-kvm.c.
References _, bsd_kvm_paddr, core_kd, error(), error_no_arg(), get_current_regcache(), get_selected_frame(), parse_and_eval_address(), print_stack_frame(), reinit_frame_cache(), SRC_AND_LOC, and target_fetch_registers().
Referenced by bsd_kvm_add_target().
| static int bsd_kvm_return_one | ( | struct target_ops * | ops | ) | [static] |
Definition at line 328 of file bsd-kvm.c.
Referenced by bsd_kvm_add_target().
| static int bsd_kvm_thread_alive | ( | struct target_ops * | ops, |
| ptid_t | ptid | ||
| ) | [static] |
Definition at line 313 of file bsd-kvm.c.
Referenced by bsd_kvm_add_target().
| static LONGEST bsd_kvm_xfer_memory | ( | CORE_ADDR | addr, |
| ULONGEST | len, | ||
| gdb_byte * | readbuf, | ||
| const gdb_byte * | writebuf | ||
| ) | [static] |
Definition at line 121 of file bsd-kvm.c.
Referenced by bsd_kvm_xfer_partial().
| static LONGEST bsd_kvm_xfer_partial | ( | struct target_ops * | ops, |
| enum target_object | object, | ||
| const char * | annex, | ||
| gdb_byte * | readbuf, | ||
| const gdb_byte * | writebuf, | ||
| ULONGEST | offset, | ||
| LONGEST | len | ||
| ) | [static] |
Definition at line 134 of file bsd-kvm.c.
References bsd_kvm_xfer_memory(), and TARGET_OBJECT_MEMORY.
Referenced by bsd_kvm_add_target().
| struct cmd_list_element* bsd_kvm_cmdlist |
const char* bsd_kvm_corefile [static] |
Definition at line 44 of file bsd-kvm.c.
Referenced by bsd_kvm_files_info(), and bsd_kvm_open().
struct target_ops bsd_kvm_ops [static] |
Definition at line 57 of file bsd-kvm.c.
Referenced by bsd_kvm_add_target(), and bsd_kvm_open().
struct pcb* bsd_kvm_paddr [static] |
Definition at line 50 of file bsd-kvm.c.
Referenced by bsd_kvm_fetch_registers(), bsd_kvm_pcb_cmd(), and bsd_kvm_proc_cmd().
ptid_t bsd_kvm_ptid [static] |
Definition at line 62 of file bsd-kvm.c.
Referenced by bsd_kvm_open().
int(* bsd_kvm_supply_pcb)(struct regcache *regcache, struct pcb *pcb) [static] |
Definition at line 54 of file bsd-kvm.c.
Referenced by bsd_kvm_add_target(), and bsd_kvm_fetch_pcb().
kvm_t* core_kd [static] |
Definition at line 47 of file bsd-kvm.c.
Referenced by bsd_kvm_close(), bsd_kvm_fetch_pcb(), bsd_kvm_fetch_registers(), bsd_kvm_open(), bsd_kvm_pcb_cmd(), bsd_kvm_proc_cmd(), and bsd_kvm_xfer_memory().
1.7.6.1