GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/exec.c File Reference
#include "defs.h"
#include "frame.h"
#include "inferior.h"
#include "target.h"
#include "gdbcmd.h"
#include "language.h"
#include "filenames.h"
#include "symfile.h"
#include "objfiles.h"
#include "completer.h"
#include "value.h"
#include "exec.h"
#include "observer.h"
#include "arch-utils.h"
#include "gdbthread.h"
#include "progspace.h"
#include "gdb_bfd.h"
#include "gcore.h"
#include <fcntl.h>
#include "readline/readline.h"
#include "gdbcore.h"
#include <ctype.h>
#include <sys/stat.h>
#include "solist.h"

Go to the source code of this file.

Functions

static void file_command (char *, int)
 
static void set_section_command (char *, int)
 
static void exec_files_info (struct target_ops *)
 
static void init_exec_ops (void)
 
void _initialize_exec (void)
 
static void show_write_files (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void exec_open (const char *args, int from_tty)
 
void exec_close (void)
 
static void exec_close_1 (struct target_ops *self)
 
void exec_file_clear (int from_tty)
 
void exec_file_locate_attach (int pid, int from_tty)
 
void exec_file_attach (const char *filename, int from_tty)
 
static void exec_file_command (char *args, int from_tty)
 
static void add_to_section_table (bfd *abfd, struct bfd_section *asect, void *table_pp_char)
 
void clear_section_table (struct target_section_table *table)
 
static int resize_section_table (struct target_section_table *table, int adjustment)
 
int build_section_table (struct bfd *some_bfd, struct target_section **start, struct target_section **end)
 
void add_target_sections (void *owner, struct target_section *sections, struct target_section *sections_end)
 
void add_target_sections_of_objfile (struct objfile *objfile)
 
void remove_target_sections (void *owner)
 
enum target_xfer_status exec_read_partial_read_only (gdb_byte *readbuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len)
 
static VEC (mem_range_s)
 
enum target_xfer_status section_table_read_available_memory (gdb_byte *readbuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len)
 
enum target_xfer_status section_table_xfer_memory_partial (gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len, struct target_section *sections, struct target_section *sections_end, const char *section_name)
 
static struct target_section_tableexec_get_section_table (struct target_ops *ops)
 
static enum target_xfer_status exec_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len)
 
void print_section_info (struct target_section_table *t, bfd *abfd)
 
void exec_set_section_address (const char *filename, int index, CORE_ADDR address)
 
static int ignore (struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
static int exec_has_memory (struct target_ops *ops)
 
static char * exec_make_note_section (struct target_ops *self, bfd *obfd, int *note_size)
 

Variables

void(* deprecated_file_changed_hook )(char *)
 
static struct target_ops exec_ops
 
int write_files = 0
 

Function Documentation

void _initialize_exec ( void  )
void add_target_sections ( void *  owner,
struct target_section sections,
struct target_section sections_end 
)
void add_target_sections_of_objfile ( struct objfile objfile)
static void add_to_section_table ( bfd *  abfd,
struct bfd_section *  asect,
void *  table_pp_char 
)
static

Definition at line 406 of file exec.c.

References gdb_assert.

Referenced by build_section_table().

int build_section_table ( struct bfd *  some_bfd,
struct target_section **  start,
struct target_section **  end 
)
void clear_section_table ( struct target_section_table table)
void exec_close ( void  )
static void exec_close_1 ( struct target_ops self)
static
void exec_file_attach ( const char *  filename,
int  from_tty 
)
void exec_file_clear ( int  from_tty)

Definition at line 129 of file exec.c.

References _, exec_close(), and printf_unfiltered().

static void exec_file_command ( char *  args,
int  from_tty 
)
static
void exec_file_locate_attach ( int  pid,
int  from_tty 
)
static void exec_files_info ( struct target_ops t)
static

Definition at line 925 of file exec.c.

References _, current_target_sections, exec_bfd, print_section_info(), and puts_filtered().

Referenced by init_exec_ops(), and set_section_command().

static struct target_section_table* exec_get_section_table ( struct target_ops ops)
static

Definition at line 831 of file exec.c.

References current_target_sections.

Referenced by init_exec_ops().

static int exec_has_memory ( struct target_ops ops)
static

Definition at line 1009 of file exec.c.

References current_target_sections.

Referenced by init_exec_ops().

static char* exec_make_note_section ( struct target_ops self,
bfd *  obfd,
int note_size 
)
static

Definition at line 1018 of file exec.c.

References _, and error().

Referenced by init_exec_ops().

static void exec_open ( const char *  args,
int  from_tty 
)
static

Definition at line 78 of file exec.c.

References exec_file_attach(), and target_preopen().

Referenced by init_exec_ops().

enum target_xfer_status exec_read_partial_read_only ( gdb_byte readbuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len 
)
void exec_set_section_address ( const char *  filename,
int  index,
CORE_ADDR  address 
)
static enum target_xfer_status exec_xfer_partial ( struct target_ops ops,
enum target_object  object,
const char *  annex,
gdb_byte readbuf,
const gdb_byte writebuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len 
)
static
static void file_command ( char *  arg,
int  from_tty 
)
static

Definition at line 390 of file exec.c.

References deprecated_file_changed_hook, exec_file_command(), and symbol_file_command().

Referenced by _initialize_exec().

static int ignore ( struct target_ops ops,
struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)
static

Definition at line 1002 of file exec.c.

Referenced by init_exec_ops().

static void init_exec_ops ( void  )
static
void print_section_info ( struct target_section_table t,
bfd *  abfd 
)
void remove_target_sections ( void *  owner)
static int resize_section_table ( struct target_section_table table,
int  adjustment 
)
static
enum target_xfer_status section_table_read_available_memory ( gdb_byte readbuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len 
)
enum target_xfer_status section_table_xfer_memory_partial ( gdb_byte readbuf,
const gdb_byte writebuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len,
struct target_section sections,
struct target_section sections_end,
const char *  section_name 
)
static void set_section_command ( char *  args,
int  from_tty 
)
static
static void show_write_files ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

Definition at line 69 of file exec.c.

References _, and fprintf_filtered().

Referenced by _initialize_exec().

static VEC ( mem_range_s  )
static

Variable Documentation

void(* deprecated_file_changed_hook) (char *)

Definition at line 47 of file exec.c.

Referenced by file_command().

struct target_ops exec_ops
static
int write_files = 0

Definition at line 67 of file exec.c.

Referenced by _initialize_exec(), bsd_kvm_open(), captured_main(), core_open(), and exec_file_attach().