GDB (xrefs)
|
#include "dwz.h"
Classes | |
struct | abbrev |
struct | debug_names |
struct | gdb_index |
struct | info |
struct | line |
struct | macro |
struct | str |
struct | types |
Public Member Functions | |
dwz_file (gdb_bfd_ref_ptr &&bfd) | |
const char * | filename () const |
const char * | read_string (struct objfile *objfile, LONGEST str_offset) |
Public Attributes | |
gdb_bfd_ref_ptr | dwz_bfd |
std::unique_ptr< index_cache_resource > | index_cache_res |
|
inline |
|
inline |
Definition at line 38 of file dwz.h.
References dwz_bfd.
Referenced by dwarf2_get_dwz_file(), index_cache_store_context::index_cache_store_context(), and save_gdb_index_command().
const char * dwz_file::read_string | ( | struct objfile * | objfile, |
LONGEST | str_offset ) |
Definition at line 34 of file dwz.c.
References dwz_bfd.
Referenced by dwarf_decode_macro_bytes(), and read_attribute_value().
gdb_bfd_ref_ptr dwz_file::dwz_bfd |
Definition at line 54 of file dwz.h.
Referenced by dwarf2_get_dwz_file(), dwarf2_read_debug_names(), dwarf2_read_gdb_index(), filename(), get_gdb_index_contents_from_cache_dwz(), index_cache_store_context::index_cache_store_context(), and read_string().
std::unique_ptr<index_cache_resource> dwz_file::index_cache_res |
Definition at line 58 of file dwz.h.
Referenced by get_gdb_index_contents_from_cache_dwz().