Home
last modified time | relevance | path

Searched refs:srcfile (Results 176 – 200 of 3415) sorted by relevance

12345678910>>...137

/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-frame-regs.exp27 if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
61 global srcfile
91 "callee$i" ".*" ".*${srcfile}" ".*" \
114 global srcfile
131 "callee3" ".*" ".*${srcfile}" ".*" \
165 "callee3" ".*" ".*${srcfile}" ".*" "" \
H A Dmi-nsmoribund.exp35 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
58 mi_create_breakpoint "$srcfile:$bkpt_line" \
64 mi_expect_stop "breakpoint-hit" "thread_function" "\[^\n\]*" "$srcfile" \
83 mi_gdb_test "234-break-insert -p 5 $srcfile:$bkpt_line" \
99 mi_expect_stop "breakpoint-hit" "thread_function" "\[^\n\]*" "$srcfile" \
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doverload.exp31 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++}]} {
313 gdb_test "list ${srcfile}:intToChar" "int intToChar.*"
314 gdb_test "list ${srcfile}:intToChar(char)" "int intToChar.*"
315 gdb_test "list ${srcfile}:'intToChar(char)'" "int intToChar.*"
316 gdb_test "list '${srcfile}:intToChar(char)'" "int intToChar.*"
317 gdb_test "list '${srcfile}':intToChar(char)" "int intToChar.*"
318 gdb_test "list '${srcfile}':'intToChar(char)'" "int intToChar.*"
322 gdb_test "list ${srcfile}:foo::overloadfnarg(int)" "int foo::overloadfnarg.*}"
323 gdb_test "list ${srcfile}:'foo::overloadfnarg(int)'" "int foo::overloadfnarg.*}"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doverload.exp31 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++}]} {
313 gdb_test "list ${srcfile}:intToChar" "int intToChar.*"
314 gdb_test "list ${srcfile}:intToChar(char)" "int intToChar.*"
315 gdb_test "list ${srcfile}:'intToChar(char)'" "int intToChar.*"
316 gdb_test "list '${srcfile}:intToChar(char)'" "int intToChar.*"
317 gdb_test "list '${srcfile}':intToChar(char)" "int intToChar.*"
318 gdb_test "list '${srcfile}':'intToChar(char)'" "int intToChar.*"
322 gdb_test "list ${srcfile}:foo::overloadfnarg(int)" "int foo::overloadfnarg.*}"
323 gdb_test "list ${srcfile}:'foo::overloadfnarg(int)'" "int foo::overloadfnarg.*}"
/netbsd/external/gpl2/xcvs/dist/src/
H A Dclassify.c87 else if (RCS_isdead (vers->srcfile, vers->vn_rcs)) in Classify_File()
134 RCS_isdead (vers->srcfile, vers->vn_rcs)) in Classify_File()
145 if (vers->srcfile->flags & INATTIC in Classify_File()
146 && vers->srcfile->flags & VALID) in Classify_File()
181 || RCS_isdead (vers->srcfile, vers->vn_rcs)) in Classify_File()
229 if (vers->vn_rcs == NULL || RCS_isdead (vers->srcfile, vers->vn_rcs)) in Classify_File()
378 || (vers->srcfile != NULL in Classify_File()
379 && (vers->srcfile->flags & INATTIC) != 0)) in Classify_File()
390 || (vers->srcfile != NULL in Classify_File()
391 && (vers->srcfile->flags & INATTIC) != 0)) in Classify_File()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsource-dir.exp57 global srcfile srcdir subdir binfile
96 set new_srcfile [standard_output_file ${srcfile}]
107 if { [gdb_compile "${srcfile}" "${binfile}" \
132 "Current source file is ${srcfile}" \
155 "Current source file is ${srcfile}" \
H A Drecpar.exp18 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
27 gdb_test "break $srcfile:[gdb_get_line_number BREAK $srcfile] if n == 3" \
31 "Breakpoint .* foo \\(n=3\\) at .*$srcfile:$decimal.*"
H A Dbp-permanent.exp27 if {[build_executable "failed to prepare" $testfile $srcfile $options]} {
43 global srcfile binfile
161 "breakpoint.*keep.*y.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
170 "breakpoint.*keep.*n.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
181 "breakpoint.*keep.*n.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
195 "breakpoint.*keep.*y.*$hex.*in test at .*$srcfile:$line_bp.*already hit 3 times.*" \
H A Dhbreak.exp21 set srcfile ${test}.c
22 if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } {
33 gdb_test "hbreak ${srcfile}:${breakline}" \
34 …"Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-nsmoribund.exp35 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
58 mi_create_breakpoint "$srcfile:$bkpt_line" \
64 mi_expect_stop "breakpoint-hit" "thread_function" "\[^\n\]*" "$srcfile" \
83 mi_gdb_test "234-break-insert -p 5 $srcfile:$bkpt_line" \
99 mi_expect_stop "breakpoint-hit" "thread_function" "\[^\n\]*" "$srcfile" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsource-dir.exp57 global srcfile srcdir subdir binfile
96 set new_srcfile [standard_output_file ${srcfile}]
107 if { [gdb_compile "${srcfile}" "${binfile}" \
132 "Current source file is ${srcfile}" \
155 "Current source file is ${srcfile}" \
H A Drecpar.exp18 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
27 gdb_test "break $srcfile:[gdb_get_line_number BREAK $srcfile] if n == 3" \
31 "Breakpoint .* foo \\(n=3\\) at .*$srcfile:$decimal.*"
H A Dbp-permanent.exp27 if {[build_executable "failed to prepare" $testfile $srcfile $options]} {
43 global srcfile binfile
161 "breakpoint.*keep.*y.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
170 "breakpoint.*keep.*n.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
181 "breakpoint.*keep.*n.*$hex.*in test at .*$srcfile:$line_bp.*already hit 2 times.*" \
195 "breakpoint.*keep.*y.*$hex.*in test at .*$srcfile:$line_bp.*already hit 3 times.*" \
H A Dhbreak.exp21 set srcfile ${test}.c
22 if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } {
33 gdb_test "hbreak ${srcfile}:${breakline}" \
34 …"Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.c74 srcfile = NULL; in Module()
111 srcfile = new File(srcfilename); in Module()
263 m->srcfile = new File(result); in load()
299 if (srcfile->read()) in read()
316 toChars(), srcfile->toChars()); in read()
352 utf8_t *buf = (utf8_t *)srcfile->buffer; in parse()
353 size_t buflen = srcfile->len; in parse()
537 if (srcfile->ref == 0) in parse()
538 ::free(srcfile->buffer); in parse()
539 srcfile->buffer = NULL; in parse()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c74 srcfile = NULL; in Module()
111 srcfile = new File(srcfilename); in Module()
263 m->srcfile = new File(result); in load()
299 if (srcfile->read()) in read()
316 toChars(), srcfile->toChars()); in read()
352 utf8_t *buf = (utf8_t *)srcfile->buffer; in parse()
353 size_t buflen = srcfile->len; in parse()
537 if (srcfile->ref == 0) in parse()
538 ::free(srcfile->buffer); in parse()
539 srcfile->buffer = NULL; in parse()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daix-sighandle.exp24 set srcfile aix-sighandle.c
28 "Breakpoint.1.at.*:.file.*$srcfile,.line.22." \
31 …"Starting.program:.*$binfile.*\r\nProgram.received.signal.SIGSEGV,.*\r\n.*.in.foo.*.at.*$srcfile:2…
35 "Continuing.*Breakpoint.1,.sig_handle_aix..signo=11..at.*$srcfile:22.*" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daix-sighandle.exp24 set srcfile aix-sighandle.c
28 "Breakpoint.1.at.*:.file.*$srcfile,.line.22." \
31 …"Starting.program:.*$binfile.*\r\nProgram.received.signal.SIGSEGV,.*\r\n.*.in.foo.*.at.*$srcfile:2…
35 "Continuing.*Breakpoint.1,.sig_handle_aix..signo=11..at.*$srcfile:22.*" \
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-mi.exp29 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags…
49 mi_continue_to_line [gdb_get_line_number {MI breakpoint here} ${srcfile}] \
225 [gdb_get_line_number {MI outer breakpoint here} ${srcfile}] \
248 [gdb_get_line_number {Another MI breakpoint} ${srcfile}] \
255 [gdb_get_line_number {break to inspect struct and union} ${srcfile}] \
310 [gdb_get_line_number {breakpoint bug 14741} ${srcfile}] \
332 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" \
352 [gdb_get_line_number {break to inspect struct and union} ${srcfile}] \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-mi.exp29 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags…
49 mi_continue_to_line [gdb_get_line_number {MI breakpoint here} ${srcfile}] \
225 [gdb_get_line_number {MI outer breakpoint here} ${srcfile}] \
248 [gdb_get_line_number {Another MI breakpoint} ${srcfile}] \
255 [gdb_get_line_number {break to inspect struct and union} ${srcfile}] \
310 [gdb_get_line_number {breakpoint bug 14741} ${srcfile}] \
332 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" \
352 [gdb_get_line_number {break to inspect struct and union} ${srcfile}] \
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dthread_check.exp37 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable debug] != "" } {
54 "Breakpoint.*at.* file .*$srcfile, line.*" \
63 ".*Breakpoint 2,.*tf.*at.*$srcfile:.*" \
70 "#0 .*tf .*at .*$srcfile:.*" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dthread_check.exp37 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable debug] != "" } {
54 "Breakpoint.*at.* file .*$srcfile, line.*" \
63 ".*Breakpoint 2,.*tf.*at.*$srcfile:.*" \
70 "#0 .*tf .*at .*$srcfile:.*" \
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dfinish-reverse-bkpt.exp28 if { [prepare_for_testing "failed to prepare" "$testfile" $srcfile] } {
42 set breakloc [gdb_get_line_number "VOID FUNC" "$srcfile"]
44 "Temporary breakpoint $decimal at .*$srcfile, line $breakloc\." \
46 gdb_continue_to_breakpoint "void_func" ".*$srcfile:$breakloc.*"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dfinish-reverse-bkpt.exp28 if { [prepare_for_testing "failed to prepare" "$testfile" $srcfile] } {
42 set breakloc [gdb_get_line_number "VOID FUNC" "$srcfile"]
44 "Temporary breakpoint $decimal at .*$srcfile, line $breakloc\." \
46 gdb_continue_to_breakpoint "void_func" ".*$srcfile:$breakloc.*"
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ranges-func.exp35 global testfile binfile srcfile srcfile2 gdb_prompt hex
41 set srcfile $testfile.c
51 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
57 global srcdir subdir srcfile srcfile2
131 file_name "$srcfile" 1
216 [list $srcfile $asm_file] {nodebug}] } {
233 "Breakpoint.*at.* file .*$srcfile, line $bp_foo_bar\\." \
260 "Breakpoint.*at.* file .*$srcfile, line \\d+\\."
328 "Breakpoint.*at.* file .*$srcfile, line \\d+\\."

12345678910>>...137