]> sourceware.org Git - systemtap.git/commitdiff
NEWS: retroactively add mention of STAP_ERROR() embedded-c code
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 29 Apr 2015 14:36:45 +0000 (10:36 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 29 Apr 2015 14:36:45 +0000 (10:36 -0400)
(It was overlooked in the stap 2.5 block of release notes.)

NEWS

diff --git a/NEWS b/NEWS
index 67a3b734717b064a6147e0c6bbbe9cd62ef0dc57..e65cd9932ab68de7d4e55ecb0d884f377b0afb5a 100644 (file)
--- a/NEWS
+++ b/NEWS
 - Embedded-C functions may use STAP_RETURN(value) instead of the
   more wordy STAP_RETVALUE assignment followed by a "goto out".
   The macro supports numeric or string values as appropriate.
+  STAP_ERROR(...) is available to return with a (catchable) error.
 
 - Some struct-sockaddr fields are now individually decoded for
   socket-related syscalls:
This page took 0.031025 seconds and 5 git commands to generate.