binutils-gdb/gdb/testsuite/gdb.server
Yao Qi 498a44896d Specify source file explicitly when setting a breakpoint
When I run no-thread-db.exp, the breakpoint is set on line 26.
However, the breakpoint is set to line 26 of dl-start.S rather than
no-thread-db.c, which is not intended.

(gdb) monitor set libthread-db-search-path /foo/bar^M
libthread-db-search-path set to `/foo/bar'^M
(gdb) PASS: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
break 26^M
Breakpoint 1 at 0x48018078: file ../sysdeps/powerpc/powerpc32/dl-start.S, line 26.^M
(gdb) continue^M
Continuing.

This patch is to change the breakpoint setting with source file
specified, then it is correct now.

gdb/testsuite:

2014-05-26  Yao Qi  <yao@codesourcery.com>

	* gdb.server/no-thread-db.exp: Specify source file name
	explicitly when setting a breakpoint.
2014-05-26 09:11:15 +08:00
..
ext-attach.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ext-attach.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ext-run.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
file-transfer.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
Makefile.in
no-thread-db.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
no-thread-db.exp Specify source file explicitly when setting a breakpoint 2014-05-26 09:11:15 +08:00
server-exec-info.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
server-kill.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
server-kill.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
server-mon.exp New gdbserver option --debug-format=timestamp. 2014-01-22 14:17:39 -08:00
server-run.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
server.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
solib-list-lib.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
solib-list-main.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
solib-list.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
transfer.txt
wrapper.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
wrapper.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00