This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/16588] New: bigcore.exp fails with stdio gdbserver


https://sourceware.org/bugzilla/show_bug.cgi?id=16588

            Bug ID: 16588
           Summary: bigcore.exp fails with stdio gdbserver
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

The bigcore.exp test cd's to a test subdir to run the test.
Alas this messes up testing with stdio gdbserver when gdbserver is specified as
a relative path because gdbserver isn't started until after the cd is done.

(gdb) native-stdio-gdbserver_spawn: native-stdio-gdbserver
../gdbserver/gdbserver --once
/g3/gnu/sourceware/main-gdb-git/b-master/obj32/gdb/testsuite/gdb.base/b\
igcore
gdbserver_command: | ../gdbserver/gdbserver  --once stdio
/g3/gnu/sourceware/main-gdb-git/b-master/obj32/gdb/testsuite/gdb.base/bigcore
spawn echo Listening on stdio^M
Listening on stdio^M
target remote | ../gdbserver/gdbserver  --once stdio
/g3/gnu/sourceware/main-gdb-git/b-master/obj32/gdb/testsuite/gdb.base/bigcore^M
Remote debugging using | ../gdbserver/gdbserver  --once stdio
/g3/gnu/sourceware/main-gdb-git/b-master/obj32/gdb/testsuite/gdb.base/bigcore^M
sh: ../gdbserver/gdbserver: No such file or directory^M
Remote communication error.  Target disconnected.: Connection reset by peer.^M

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]