Lines Matching refs:cc

18 standard_testfile lspec.cc
22 set baseone base/one/thefile.cc
23 set basetwo base/two/thefile.cc
54 gdb_test "break one/thefile.cc:$l1" \
55 "Breakpoint $decimal at $hex: file .*thefile.cc, line $l1." \
58 gdb_test "clear one/thefile.cc:$l1" \
65 # ambiguous "thefile.cc" source filename. Check both
68 send_gdb "break thefile.cc:t\t"
70 -re "break thefile.cc:twodup\\(\\) " {
75 "Breakpoint $decimal at $hex: thefile.cc:twodup\\(\\). \[(\]2 locations\[)\]" \
83 # in all matching sources -- one/thefile.cc and
84 # two/thefile.cc. The "one" file has "z1()", while the "two"
87 send_gdb "break thefile.cc:z\t"
89 -re "break thefile.cc:z\\\x07" {
97 "Function \"z\" not defined in \"thefile.cc\"." \
109 send_gdb "break one/thefile.cc:z\t"
111 -re "break one/thefile.cc:z1\\(\\) " {
116 "Breakpoint $decimal at $hex: file .*thefile.cc, line \[^\r\n\]*" \
123 set dir_file "one/thefile.cc"
137 # of the thefile.cc files. Make sure none is
150 gdb_test "break thefile.cc:$l1" \
151 "Breakpoint $decimal at $hex: thefile.cc:$l1. \[(\]2 locations\[)\]" \
167 gdb_test "break lspec.cc:nosuchfunction" \
168 "Function \"nosuchfunction\" not defined in \"lspec.cc\"." \
175 gdb_test "break lspec.cc:NameSpace::overload" \
176 "Breakpoint \[0-9\]+ at $hex: file .*lspec.cc, line 7." \
177 "set breakpoint at lspec.cc instance of NameSpace::overload"
179 gdb_test "break lspec.cc:NameSpace::overload(double)" \
180 "Function \"NameSpace::overload\\(double\\)\" not defined in \"lspec.cc\"." \
181 "set breakpoint at non-existent lspec.cc instance of NameSpace::overload"
184 "Breakpoint \[0-9\]+ at $hex: file .*lspec.cc, line 7." \