1 # connect gdb to Valgrind gdbserver:
2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-hgtls
3 echo vgdb launched process attached\n
4 monitor v.set vgdb-error 999999
21 set $tls_ip = &static_extern
24 set $tls_ip = &so_extern
27 set $tls_ip = &so_local
32 printf "test %s tls_ip %p ip %p equal %d\n", test->name, $tls_ip, ip, $tls_ip == ip
35 # continue till the end