[BUG] Tab Expansion for C++
Daniel Jacobowitz
drow@false.org
Tue Feb 13 16:56:00 GMT 2007
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
More information about the Gdb
mailing list