Home | History | Annotate | Download | only in gdb.base

Lines Matching refs:scope0

19 standard_testfile scope0.c scope1.c
44 # Print scope0.c::filelocal, which is 1
46 gdb_test "print 'scope0.c'::filelocal" "\\\$$decimal = 1" "print 'scope0.c'::filelocal at main"
48 # Print scope0.c::filelocal_bss, which is 101
50 gdb_test "print 'scope0.c'::filelocal_bss" "\\\$$decimal = 101" "print 'scope0.c'::filelocal_bss in test_at_main"
52 # Print scope0.c::filelocal_ro, which is 201
59 gdb_test "print 'scope0.c'::filelocal_ro" "\\\$$decimal = 201" "print 'scope0.c'::filelocal_ro"
101 # Print scope0.c::filelocal, which is 1
102 gdb_test "print 'scope0.c'::filelocal" "\\\$$decimal = 1" "print 'scope0.c'::filelocal at foo"
104 # Print scope0.c::filelocal_bss, which is 101
105 gdb_test "print 'scope0.c'::filelocal_bss" "\\\$$decimal = 101" "print 'scope0.c'::filelocal_bss in test_at_foo"
107 # Print scope0.c::filelocal_ro, which is 201
109 gdb_test "print 'scope0.c'::filelocal_ro" "\\\$$decimal = 201" "print 'scope0.c'::filelocal_ro"
186 # Print scope0.c::filelocal, which is 1
187 gdb_test "print 'scope0.c'::filelocal" "\\\$$decimal = 1" "print 'scope0.c'::filelocal at bar"
189 # Print scope0.c::filelocal_bss, which is 101
190 gdb_test "print 'scope0.c'::filelocal_bss" "\\\$$decimal = 101" "print 'scope0.c'::filelocal_bss in test_at_bar"
192 # Print scope0.c::filelocal_ro, which is 201
194 gdb_test "print 'scope0.c'::filelocal_ro" "\\\$$decimal = 201" "print 'scope0.c'::filelocal_ro at bar"
335 gdb_test "print 'scope0.c'::filelocal_ro" "= 201"
344 gdb_test "print 'scope0.c'::filelocal_bss" "= 0" \
345 "print 'scope0.c'::filelocal_bss before run"
347 gdb_test "print 'scope0.c'::filelocal" "= 1" \
348 "print 'scope0.c'::filelocal before run"