diff options
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index f1f0cede..ca5237df 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -617,6 +617,9 @@ semantic_pass_symbols (systemtap_session& s) } catch (const semantic_error& e) { + cerr << "while resolving probe point list:" << endl; + for (unsigned k=0; k<p->locations.size(); k++) + cerr << " " << *p->locations[k] << endl; s.print_error (e); // dps.erase (dps.begin(), dps.end()); } |