mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
gdb 7.9 reports new threads at different moment than the previous versions. Filter these new threads lines so as to not be dependent on this gdb aspect. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15347
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
Breakpoint 1 at 0x........: file tls.c, line 55.
|
|
Continuing.
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test race tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test race tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test local tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test local tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test global tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test global tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test static_extern tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test static_extern tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_extern tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_extern tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_local tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_local tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_global tls_ip 0x........ ip 0x........ equal 1
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_global tls_ip 0x........ ip 0x........ equal 1
|
|
Program exited normally.
|