GDB (xrefs)
|
#include "defs.h"
#include "symtab.h"
#include "gdbcore.h"
#include "objfiles.h"
#include "gdbcmd.h"
#include "target.h"
#include "value.h"
#include "symfile.h"
#include "observable.h"
#include "auxv.h"
#include "elf/common.h"
#include "gdb_bfd.h"
#include "inferior.h"
Go to the source code of this file.
Functions | |
gdb_static_assert (sizeof(CORE_ADDR) >=sizeof(bfd_vma)) | |
gdb_static_assert (sizeof(gdb_byte)==sizeof(bfd_byte)) | |
gdb_static_assert (sizeof(ssize_t)<=sizeof(bfd_size_type)) | |
static int | target_read_memory_bfd (bfd_vma memaddr, bfd_byte *myaddr, bfd_size_type len) |
static struct objfile * | symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, size_t size, const char *name, int from_tty) |
static void | add_symbol_file_from_memory_command (const char *args, int from_tty) |
static void | add_vsyscall_page (inferior *inf) |
void | _initialize_symfile_mem () |
void _initialize_symfile_mem | ( | ) |
Definition at line 209 of file symfile-mem.c.
Referenced by initialize_all_files().
|
static |
Definition at line 135 of file symfile-mem.c.
References current_program_space, program_space::exec_bfd(), objfile::obfd, parse_and_eval_address(), symbol_file_add_from_memory(), and program_space::symfile_object_file.
|
static |
Definition at line 161 of file symfile-mem.c.
References core_bfd, current_program_space, exception_print(), program_space::exec_bfd(), gdb_stderr, gdbarch_vsyscall_range(), mem_range::length, name, paddress(), mem_range::start, symbol_file_add_from_memory(), and target_gdbarch().
gdb_static_assert | ( | sizeof(CORE_ADDR) >=sizeof(bfd_vma) | ) |
gdb_static_assert | ( | sizeof(gdb_byte) | = =sizeof(bfd_byte) | ) |
gdb_static_assert | ( | sizeof(ssize_t)<=sizeof(bfd_size_type) | ) |
|
static |
Definition at line 84 of file symfile-mem.c.
References program_space::add_target_sections(), current_program_space, name, OBJF_SHARED, reinit_frame_cache(), size, symbol_file_add_from_bfd(), SYMFILE_NOT_FILENAME, SYMFILE_VERBOSE, and target_read_memory_bfd().
Referenced by add_symbol_file_from_memory_command(), and add_vsyscall_page().
|
static |
Definition at line 69 of file symfile-mem.c.
References target_read_memory().
Referenced by symbol_file_add_from_memory().