diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
commit | 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch) | |
tree | 3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /NEWS | |
parent | a00cc8c70d20f2f3429590b629d272c8db65b40f (diff) | |
download | systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.gz systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.xz systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.zip |
PR6736: changelogs for post-merge compiled unwind/symbols data reorganization
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,10 +20,6 @@ number. This allows using the same systemtap script if the rest of the file.c source only changes slightly. -- Stack backtraces for x86 and x86-64 are generated by a dwarf - debuginfo-based unwinder based on the code from <jbeulich@novell.com>. - This should give more accurate backtraces. - - A probe listing mode is available. % stap -l vm.* vm.brk |