]> sourceware.org Git - systemtap.git/commitdiff
2006-02-07 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Wed, 8 Feb 2006 00:47:51 +0000 (00:47 +0000)
committerfche <fche>
Wed, 8 Feb 2006 00:47:51 +0000 (00:47 +0000)
* 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.

ChangeLog
tapsets.cxx
testsuite/buildok/syscall.stp

index 46e197ffdd8f79c1763c0366850c4ee37547ca80..55f40b8c161f1da07a2e1801a5f2110cc52597f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2006-02-07  Josh Stone  <joshua.i.stone@intel.com>
 
        PR 2068
index 6e5f2146176f788bcd50c0888cc16fa6734f1fb5..5919d2411b7409294d13059bc6a2fe839e7a7687 100644 (file)
@@ -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);
 }
 
index f4f23c6297ec5ca551789ed5ad861b5f42031545..a802cc972d9cfa0022b1dc9c158124f822adec9b 100755 (executable)
@@ -1,4 +1,4 @@
-#! stap -p4
+#! stap -up4
 
 probe syscall.*, syscall.*.return {
        if (returnp)
This page took 0.042549 seconds and 5 git commands to generate.