summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-08-04 22:52:43 +0200
committerMark Wielaard <mjw@redhat.com>2009-08-04 22:52:43 +0200
commit230a12038ced10c17299026764355ec0734dd61b (patch)
tree03ecb4e967925e74aada1facc8627e736d45e9e2 /NEWS
parent2686a832dbca9f8320857ef0ad3bf20e73b59b5a (diff)
downloadsystemtap-steved-230a12038ced10c17299026764355ec0734dd61b.tar.gz
systemtap-steved-230a12038ced10c17299026764355ec0734dd61b.tar.xz
systemtap-steved-230a12038ced10c17299026764355ec0734dd61b.zip
Add NEWS on DW_OP_call_frame_CFA, uprobes/ustack, .probes and statement().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a56787bd..af060e0a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,22 @@
- Translation pass 2 is significantly faster by avoiding unnecessary
searching through a kernel build/module directory tree.
+- When compiled against elfutils 0.142 systemtap now handles the new
+ DW_OP_call_frame_CFA generated by by GCC.
+
+- uprobes and ustack() are more robust when used on applications that
+ depend on prelinked/separate debuginfo shared libraries.
+
+- User space PROBE marks are not always found with or without separate
+ debuginfo. The .probes section itself is now always put in the main
+ elf file and marked as allocated. When when building pic code the
+ section is marked writable. fixes the selinux memory check problems
+ seen with programs using STAP_PROBES.
+
+- statement() probes can now override "address not at start of statement"
+ errors in guru mode. They also provide alternative addresses to use
+ in non-guru mode.
+
* What's new in version 0.9.8
- Miscellaneous new tapset functions: