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

bug in completion


I'm debugging a Java application using Insight.

In the console I type:

b 'java::lang::Runtime::loadLibraryI<Tab>

gdb responds with:

b 'java::lang::Runtime::loadLibraryInternal    <- picture a trailing space


I think it ought to close the quote for me instead.

I think this is probably a gdb bug and not an Insight bug because I
know that Insight just uses a gdb command to do its completion.  I
think Insight is inserting the trailing space, but that isn't
important.

Tom

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