From: fche Date: Wed, 8 Feb 2006 00:47:51 +0000 (+0000) Subject: 2006-02-07 Frank Ch. Eigler X-Git-Tag: release-0.5.5~98 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7f9f338638d914f077e67d1c74ef0fecd23d2ae3;p=systemtap.git 2006-02-07 Frank Ch. Eigler * 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. --- diff --git a/ChangeLog b/ChangeLog index 46e197ffd..55f40b8c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-07 Frank Ch. Eigler + + * 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. + 2006-02-07 Josh Stone PR 2068 diff --git a/tapsets.cxx b/tapsets.cxx index 6e5f21461..5919d2411 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); } diff --git a/testsuite/buildok/syscall.stp b/testsuite/buildok/syscall.stp index f4f23c629..a802cc972 100755 --- a/testsuite/buildok/syscall.stp +++ b/testsuite/buildok/syscall.stp @@ -1,4 +1,4 @@ -#! stap -p4 +#! stap -up4 probe syscall.*, syscall.*.return { if (returnp)