Searched refs:g_s (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwith-mf-inc.c29 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
34 g_s.a++;;
H A Ddefault-args.c25 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
30 g_s.a++;;
H A Dwith.c27 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
32 g_s.a++;;
H A Doptions.c27 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
H A Dutf8-identifiers.c36 } g_s; variable in typeref:struct:S
41 g_s.NUM_EUROS = 1000;
47 g_s.NUM_EUROS = 1000;
H A Dwith.exp118 gdb_test "print g_s" " = {a = 1, b = 2, c = 3}"
119 gdb_test "with print pretty -- print g_s" \
140 gdb_test "with language ada -- print g_s" \
144 gdb_test "with language ada -- with language c -- print g_s" \
166 {print g_s} \
185 gdb_test "print g_s" " = {a = 1, b = 2, c = 3}"
196 # Repeating repeats the original "print g_s", not the last "with"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwith-mf-inc.c29 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
34 g_s.a++;;
H A Ddefault-args.c25 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
30 g_s.a++;;
H A Dwith.c27 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
32 g_s.a++;;
H A Doptions.c27 struct S g_s = {1, 2, 3}; variable in typeref:struct:S
H A Dutf8-identifiers.c36 } g_s; variable in typeref:struct:S
41 g_s.NUM_EUROS = 1000;
47 g_s.NUM_EUROS = 1000;
H A Dwith.exp118 gdb_test "print g_s" " = {a = 1, b = 2, c = 3}"
119 gdb_test "with print pretty -- print g_s" \
140 gdb_test "with language ada -- print g_s" \
144 gdb_test "with language ada -- with language c -- print g_s" \
166 {print g_s} \
185 gdb_test "print g_s" " = {a = 1, b = 2, c = 3}"
196 # Repeating repeats the original "print g_s", not the last "with"

Completed in 192 milliseconds