summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 87ba8911..55873d51 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -3533,8 +3533,8 @@ query_dwarf_func (Dwarf_Die * func, void * arg)
q->filtered_functions.push_back (func);
}
else
- throw semantic_error("no entrypc found for function '"
- + q->dw.function_name + "'");
+ /* this function just be fully inlined, just ignore it */
+ return DWARF_CB_OK;
}
else if (q->has_statement_num)
{