aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-01-28 14:29:35 +0000
committerWill Newton <will.newton@linaro.org>2014-02-11 10:19:24 +0000
commit7b3436d468bbd1107ec11191d9ff385b1a339cfb (patch)
treea9ce5badc35e769601e3968b5f5627827d0ed0f4 /ChangeLog
parentb4f12ca39108269a5ca55e0925ae2046965d3083 (diff)
downloadglibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.zip
glibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.tar.gz
glibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.tar.bz2
manual/probes.texi: Add documentation of setjmp/longjmp probes
Add some documentation of the setjmp, longjmp and longjmp_target Systemtap probe points. ChangeLog: 2014-02-11 Will Newton <will.newton@linaro.org> * manual/probes.texi (Internal Probes): Add documentation of setjmp, longjmp and longjmp_target probes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfd48c0..15cfe18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-11 Will Newton <will.newton@linaro.org>
+ * manual/probes.texi (Internal Probes): Add documentation
+ of setjmp, longjmp and longjmp_target probes.
+
+2014-02-11 Will Newton <will.newton@linaro.org>
+
* include/stap-probe.h: Add comment about probe argument
format.