mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-28 02:06:13 +00:00
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.
|