summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorfche <fche>2006-02-08 00:47:51 +0000
committerfche <fche>2006-02-08 00:47:51 +0000
commit7f9f338638d914f077e67d1c74ef0fecd23d2ae3 (patch)
tree148285ac0288294ca0504947df6ce546e58b5fc2 /tapsets.cxx
parente0ed924a6755dd23e9b34589def18214ccb29849 (diff)
downloadsystemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.tar.gz
systemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.tar.xz
systemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.zip
2006-02-07 Frank Ch. Eigler <fche@elastic.org>
* src/testsuite/buildok/syscalls.stp: Build with "-u" to build-test all auxiliary functions. * tapsets.cxx (dwarf_query::add_probe_point): Add some "-vv" output.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx6
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);
}