aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src/Dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/src/Dwarf.h')
-rw-r--r--gprofng/src/Dwarf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprofng/src/Dwarf.h b/gprofng/src/Dwarf.h
index f46ad3f..bf8ffb4 100644
--- a/gprofng/src/Dwarf.h
+++ b/gprofng/src/Dwarf.h
@@ -71,6 +71,7 @@ public:
void srcline_Dwarf (Module *module);
void read_hwcprof_info (Module *module);
Vector<Range *> *get_ranges (uint64_t offset);
+ Vector <Dwr_rng_entry *> *get_debug_rnglists ();
Stabs::Stab_status status;
Vector<DwrCU *> *dwrCUs;
@@ -84,6 +85,7 @@ public:
Stabs *stabs;
private:
+ Vector <Dwr_rng_entry *> *debug_rnglists;
DwrSec *dwrGetSec (const char *sec_name);
};