diff options
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 6e5f2146..5919d241 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -2031,6 +2031,12 @@ dwarf_query::add_probe_point(string const & funcname, probe_has_no_target_variables = true; } + if (sess.verbose > 1) + { + clog << "probe " << funcname << "@" << filename << ":" << line + << " pc=0x" << hex << addr << dec << endl; + } + probe->add_probe_point(funcname, filename, line, addr, *this); } |