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 gdb/20623] tab-completion doesn't work too well with "(anonymous namespace)"


https://sourceware.org/bugzilla/show_bug.cgi?id=20623

--- Comment #1 from dje at google dot com ---
The problem isn't specific to (anonymous namespace) of course.

(gdb) b foo::foo<tab><tab>
->
(gdb) b foo:foo_fn(
then tab,tab again -> everything.

foo_fn having multiple versions:

namespace foo {
void foo_fn() { ... }
void foo_fn(int t) { ... }
}

-- 
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]