This is the mail archive of the gdb-prs@sources.redhat.com 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/1832: spaces in directory names


>Number:         1832
>Category:       remote
>Synopsis:       spaces in directory names
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 21 06:58:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     harada@esd.spr.epson.co.jp
>Release:        gdb-6.3
>Organization:
>Environment:

>Description:
In directory names, if there is a space, give the following messages when execute the load command: 

"No such file or directory."

Note: this only happens when the target is a remote target. 
>How-To-Repeat:
arm--coff-gdb Program\ Files/test.exe
> set remotebaud xxxx
> target remote /dev/ttyS0
> load
<this is where the error happens>
>Fix:
symfile.c::generic_load() seems to be where the problem is.  It does not seem to be parsing the parameter list properly. 
>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]