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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprofng/src/Dwarf.h b/gprofng/src/Dwarf.h
index f46ad3f..14d9878 100644
--- a/gprofng/src/Dwarf.h
+++ b/gprofng/src/Dwarf.h
@@ -71,12 +71,14 @@ 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;
DwrSec *debug_infoSec;
DwrSec *debug_abbrevSec;
DwrSec *debug_strSec;
+ DwrSec *debug_alt_strSec;
DwrSec *debug_lineSec;
DwrSec *debug_line_strSec;
DwrSec *debug_rangesSec;
@@ -84,6 +86,7 @@ public:
Stabs *stabs;
private:
+ Vector <Dwr_rng_entry *> *debug_rnglists;
DwrSec *dwrGetSec (const char *sec_name);
};