This is the mail archive of the gdb-patches@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]

Re: remote/1832: spaces in directory names


Brendan Kehoe wrote:
This change makes GDB a little more willing to debug an application on a
remote target when the file or its path happens to have one or more
spaces in it.  Among other things, this makes paths like
   C:/Documents and Settings/Joe Smith/My Documents/hack/mytest
usable when you want to debug mytest on a remote target via 'load'.

I already have a patch for this awaiting approval.


See http://sources.redhat.com/ml/gdb-patches/2005-12/msg00127.html

Mine allows/required proper quoting and supports tilde expansion.

I also have two related patches waiting:

directory command patch:
http://sources.redhat.com/ml/gdb-patches/2005-12/msg00104.html

add-symbol-file command patch:
http://sources.redhat.com/ml/gdb-patches/2005-12/msg00106.html

Andrew Stubbs


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