after SVN r15810.
Now that we have AT_ENTRY in the client auxv, mdb does not
print binary name before function designation.
n-i-bz
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15811
%r15 = 0x000000000000010e
-%rip = 0x........ coredump_single_thread`inner+0x........
+%rip = 0x........ inner+0x........
%rsp = 0x000000000000010f
%err = 0x0
---Stack trace---
-coredump_single_thread`inner
-coredump_single_thread`outer
-coredump_single_thread`main
-coredump_single_thread`_start
+inner
+outer
+main
+_start
1 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`main
-coredump_many_threads`_start
+main
+_start
2 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func2
+thread_func2
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
3 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func3
+thread_func3
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
4 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func4
+thread_func4
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
6 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func6
+thread_func6
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
7 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func7
+thread_func7
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
8 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func8
+thread_func8
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
9 UNPARKED <NONE> 1
libc.so.1`sleep
-coredump_many_threads`thread_func9
+thread_func9
libc.so.1`_thrp_setup
libc.so.1`_lwp_start
perl -p -e 's/^(THREAD)\s+(STATE)\s+(SOBJ)\s+(COUNT)\s*$/$1 $2 $3 $4\n/' | \
perl -p -e 's/^(\d+)\s+(UNPARKED)\s+(\S+)\s+(\d+)/$1 $2 $3 $4/g' | \
perl -p -e 's/^\s*libc.*.so.1/libc.so.1/g' | \
-perl -p -e 's/^\s*(coredump_many_threads)/$1/g' | \
-perl -p -e 's/\+0x[0-9A-Fa-f]+//g'
+perl -p -e 's/\+0x[0-9A-Fa-f]+//g' |
+sed 's/^ *//g'
%fs = 0x........ %esi = 0x00000105
%gs = 0x........ %edi = 0x00000106
- %eip = 0x........ coredump_single_thread`inner+0x........
+ %eip = 0x........ inner+0x........
%kesp = 0x00000000
%err = 0x0
---Stack trace---
-coredump_single_thread`inner
-coredump_single_thread`outer
-coredump_single_thread`main
-coredump_single_thread`_start
+inner
+outer
+main
+_start