summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-05-15 14:10:57 -0700
committerJosh Stone <jistone@redhat.com>2009-05-15 14:10:57 -0700
commit511785011b1bd7092d9e093f6e954c131d83a3a0 (patch)
treee528d32206046f948dab7f41cec016831979595a /dwflpp.h
parentb6fa229bc4b361a23f23daa13af634a0515230d6 (diff)
downloadsystemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.tar.gz
systemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.tar.xz
systemtap-steved-511785011b1bd7092d9e093f6e954c131d83a3a0.zip
Break the dwflpp dependence on query_module
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dwflpp.h b/dwflpp.h
index 5ae00131..3cd2a444 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -63,8 +63,6 @@ typedef std::vector<inline_instance_info> inline_instance_map_t;
/* XXX FIXME functions that dwflpp needs from tapsets.cxx */
int query_cu (Dwarf_Die * cudie, void * arg);
-int query_module (Dwfl_Module *mod, void **, const char *name,
- Dwarf_Addr addr, void *arg);
func_info_map_t *get_filtered_functions(dwarf_query *q);
inline_instance_map_t *get_filtered_inlines(dwarf_query *q);
void add_label_name(dwarf_query *q, const char *name);
@@ -214,7 +212,6 @@ struct dwflpp
const char *, Dwarf_Addr,
void *),
base_query *data);
- void query_modules(base_query *q);
typedef std::map<Dwarf*, std::vector<Dwarf_Die>*> module_cu_cache_t;
module_cu_cache_t module_cu_cache;