diff options
author | Rajan Arora <rarora@redhat.com> | 2008-12-01 02:06:51 -0500 |
---|---|---|
committer | Rajan Arora <rarora@redhat.com> | 2008-12-01 02:10:48 -0500 |
commit | 7471ea1f77971b814bc366a3e09d99aaddcfb0f7 (patch) | |
tree | c155f76087281c1f5603f40c0a44a4c3911e1c87 /NEWS | |
parent | 4ea5a9d947ac41fc9da143ce501642673d27c7bf (diff) | |
download | systemtap-steved-7471ea1f77971b814bc366a3e09d99aaddcfb0f7.tar.gz systemtap-steved-7471ea1f77971b814bc366a3e09d99aaddcfb0f7.tar.xz systemtap-steved-7471ea1f77971b814bc366a3e09d99aaddcfb0f7.zip |
BZ 5892: Add stap -B to sic systemtap at an alternate kernel build tree
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * What's new +- A new stap -B option is now available which enables user to sic systemtap + at a kernel build tree in any oddball directory. + - A serious problem associated with user-space probing in shared libraries was corrected, making it now possible to experiment with probe shared libraries. Assuming dwarf debugging information is installed, use this |