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

Lines Matching refs:hdrfile

24 set hdrfile "${testfile}.h"
25 include_file $hdrfile
32 set bp_location [gdb_get_line_number "set breakpoint here" $hdrfile]
36 gdb_test "break $hdrfile:$bp_location" \
37 "Breakpoint.*at.*: $hdrfile:$bp_location. \\(2 locations\\).*" \
43 "\[\r\n\]1\.1.* y .* at .*$hdrfile:$bp_location.*\[\r\n\]1\.2.* y .* at .*$hdrfile:$bp_location.*"
62 -re "1\.2.* n .* at .*$hdrfile:$bp_location.*$gdb_prompt $" {
65 -re "1\.2.* y .* at .*$hdrfile:$bp_location.*$gdb_prompt $" {
80 set bp_location [gdb_get_line_number "set multi-line breakpoint here" $hdrfile]
86 gdb_test "break $hdrfile:$bp_location" \
87 "Breakpoint.*at.*: $hdrfile:$bp_location. \\(2 locations\\).*" \