2008-09-04 Michael Snyder * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well as "at" (for non-debug functions such as _start). Index: lib/gdb.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v retrieving revision 1.105 diff -u -p -r1.105 gdb.exp --- lib/gdb.exp 15 Aug 2008 15:18:34 -0000 1.105 +++ lib/gdb.exp 4 Sep 2008 21:58:38 -0000 @@ -456,7 +456,7 @@ proc gdb_continue_to_breakpoint {name {l send_gdb "continue\n" gdb_expect { - -re "Breakpoint .* at $location_pattern\r\n$gdb_prompt $" { + -re "Breakpoint .* (at|in) $location_pattern\r\n$gdb_prompt $" { pass $full_name } -re ".*$gdb_prompt $" {