#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 <fcntl.h>
#include "readline/readline.h"
#include "gdb_string.h"
#include "gdbcore.h"
#include <ctype.h>
#include "gdb_stat.h"
Go to the source code of this file.
Functions |
void | _initialize_exec (void) |
void | exec_close (void) |
void | exec_file_clear (int from_tty) |
void | exec_file_attach (char *filename, int from_tty) |
int | resize_section_table (struct target_section_table *table, int num_added) |
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 | remove_target_sections (void *owner) |
| VEC (mem_range_s) |
int | section_table_xfer_memory_partial (gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len, struct target_section *sections, struct target_section *sections_end, const char *section_name) |
void | print_section_info (struct target_section_table *t, bfd *abfd) |
void | exec_set_section_address (const char *filename, int index, CORE_ADDR address) |
void | exec_set_find_memory_regions (int(*func)(find_memory_region_ftype, void *)) |
Variables |
void(* | deprecated_file_changed_hook )(char *) |
struct target_ops | exec_ops |
int | write_files = 0 |
Function Documentation
Variable Documentation