aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_vfork.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-05-20 13:45:54 +0800
committerYao Qi <yao@codesourcery.com>2014-05-26 09:11:15 +0800
commit498a44896d5420739d7485fd52336b87410a0680 (patch)
treeeaf8a99b0d8bf8b70c80825bb800ab18232a2c59 /gdb/gdb_vfork.h
parentd77454b1a49157957434eb668f8a80fa7f8ebb30 (diff)
downloadgdb-498a44896d5420739d7485fd52336b87410a0680.zip
gdb-498a44896d5420739d7485fd52336b87410a0680.tar.gz
gdb-498a44896d5420739d7485fd52336b87410a0680.tar.bz2
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.
Diffstat (limited to 'gdb/gdb_vfork.h')
0 files changed, 0 insertions, 0 deletions