summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/dwflpp.h b/dwflpp.h
index 85817391..5ae00131 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -197,10 +197,7 @@ struct dwflpp
void focus_on_cu(Dwarf_Die * c);
void focus_on_function(Dwarf_Die * f);
- void query_cu_containing_global_address(Dwarf_Addr a, void *arg);
- void query_cu_containing_module_address(Dwarf_Addr a, void *arg);
-
- Dwarf_Addr module_address_to_global(Dwarf_Addr a);
+ void query_cu_containing_address(Dwarf_Addr a, void *arg);
bool module_name_matches(std::string pattern);
bool name_has_wildcard(std::string pattern);