This is the mail archive of the gdb@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: [BUG] Tab Expansion for C++


On Tue, Feb 13, 2007 at 05:13:32PM +0100, Thomas Richter wrote:
> the TAB expansion for C++ class members in GDB is - unfortunately - close
> to useless.

That's your misunderstanding right there - GDB doesn't support context
sensitive tab completion at all.

I think Pierre implemented this for Pascal once, but it was never
merged.  Aha, there's the patch - April 2002.  There's a bit of yacc
hacking required.  I'm not really sure how it would work for C++,
but I think badly: the grammar will not gracefully handle partially
typed expressions, like "p ( x.<tab>".

-- 
Daniel Jacobowitz
CodeSourcery


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