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]

remote/2072: "info files" says "serial" twice when remote debugging via TCP


>Number:         2072
>Category:       remote
>Synopsis:       "info files" says "serial" twice when remote debugging via TCP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 23 21:38:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     flash@pobox.com
>Release:        6.3
>Organization:
>Environment:
Ubuntu Linux 5.04, GDB --host=i686-pc-linux-gnu --target=arm-linux, built from release 6.3 sources.  Debugging a remote ARM Linux target via TCP (the precise configuration details are confidential, but I doubt they're relevant.)
---
http://pobox.com/~flash
Quality Lead for Compilers and Debuggers
PalmSource, Inc. Tools Quality Management

>Description:
"info files' when remote debugging an ARM target over TCP says "serial" twice rather than "TCP".  This is obviously not a big deal, but it is incorrect; even if the command can't tell the difference, just replacing the explicit mentions of "serial" with "remote" would suffice.
>How-To-Repeat:
Remote Step:

gdbserver :1234 /opt/palmos/tests/debugger/SimpleCall.kj


Host Steps: 
/opt/gdb-6.3/gdb/gdb /exported/device_root/opt/palmos/tests/debugger/SimpleCall.kj

In GDB:
set solib-absolute-prefix /exported/device_root/
target remote 192.168.2.101:1234
info files

Output;
?
Remote serial target in gdb-specific protocol:
Debugging a target over a serial line.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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