summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 0a7ca902..f71b8186 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -3453,7 +3453,8 @@ query_func_info (Dwarf_Addr entrypc,
else
{
if (q->sess.prologue_searching
- && !q->has_statement_str && !q->has_statement_num) // PR 2608
+ && !q->has_statement_str && !q->has_statement_num
+ && !q->sess.ignore_vmlinux && !q->sess.ignore_dwarf) // PR 2608
{
if (fi.prologue_end == 0)
throw semantic_error("could not find prologue-end "