]> sourceware.org Git - systemtap.git/commit
Fixed PR11955 by updating the signal tapset.
authorDavid Smith <dsmith@redhat.com>
Fri, 1 Feb 2013 17:01:40 +0000 (11:01 -0600)
committerDavid Smith <dsmith@redhat.com>
Fri, 1 Feb 2013 17:01:40 +0000 (11:01 -0600)
commit990766430b7024608b9cbda50fff0419e55726b9
tree90cd4960f079ca0b41439d70ea02b1e05c6fd545
parent7dec22d76c9952636d0b3d521249827c68c117de
Fixed PR11955 by updating the signal tapset.

* tapset/linux/signal.stp (signal.send): Now uses the 'signal_generate'
  tracepoint where available. Deprecated the 'send2queue' variable.
  (signal.send.return): Deprecated.
  (signal.handle): Now uses the 'signal_deliver' tracepoint where
  available. Deprecated the 'oldset_addr' and 'regs' variables.
  (signal.handle.return): Deprecated.
* testsuite/buildok/signal-detailed.stp: Updated with 'signal.send',
  'signal.send.return', and 'signal.handle.return' deprecations.
* NEWS: Added deprecation notes.
NEWS
tapset/linux/signal.stp
testsuite/buildok/signal-detailed.stp
This page took 0.027074 seconds and 5 git commands to generate.