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]

Completion on static functions


Sometimes "break foo TAB" does not complete the name of a function,
even though typing its full name as in "break foo_bar RET" sets a
breakpoint without any complaints.  It happens with static functions,
but with all of them.  Perhaps only inlined functions?

I see this both in 7.5.1 and in 7.5.91, on MS-Windows, with programs
compiled with MinGW GCC 4.7.2.

Does anyone else see this?  Can this annoyance be fixed somehow?

TIA


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