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

Re: [RFA] File-name completion on extensions


On Thu, Apr 06, 2000 at 08:14:00AM -0400, Eli Zaretskii wrote:
>Imagine the following situation:
>
>$ ls foo*
>foo.cx     foo.cy      foo.cz
>
>Now, if you invoke GDB, type "source foo.c" and then press TAB several
>times, what you will see is this:
>
>cx cy cz
>
>instead of the expected "foo.cx foo.cy foo.cz".  The reason for this
>is that the word-break characters used by GDB are inappropriate for
>file names.

Thank you!  I'd like to see this applied.

cgf

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