mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Older GDB (7.2 on i386) don't print out which variable+offset an argument pointer in a breakpoint function points to. The hgtls test already tests whether the p pointer/test points to the expected tests array element. So don't expect gdb to print it also and filter it out with filter_gdb. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14331
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
Breakpoint 1 at 0x........: file tls.c, line 55.
|
|
Continuing.
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test race tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test race tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test local tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test local tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test global tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test global tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test static_extern tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test static_extern tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_extern tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_extern tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_local tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_local tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
|
|
55 int here = 0;
|
|
test so_global tls_ip 0x........ ip 0x........ equal 1
|
|
[New Thread ....]
|
|
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.
|