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

[Bug c++/11526] GDB thinks every type is a a possibility for tabcompletion on template arguments


http://sourceware.org/bugzilla/show_bug.cgi?id=11526

Tim <timp at pulsic dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timp at pulsic dot com

--- Comment #2 from Tim <timp at pulsic dot com> 2011-06-01 13:08:08 UTC ---
It also seems to complete on everything for parameters to 'regular' C/C++
functions (compiled using the C++ front end, although i'm not sure that is
relevant). The usual invocation here is an inadvertent double-tab which results
in a dump of all types/symbols deemed suitable - this takes so long to complete
for our main binaries that the only expedient course of action is to kill gdb
and start again.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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