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 symtab/17821] Handling (anonymous namespace) in .gdb_index


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

--- Comment #1 from dje at google dot com ---
Part of the original problem was addressed with the patches for PR 17591.

The remaining issue is both a performance and a correctness issue:
anonymous namespaces don't, when new_symbol_full is called, have names.
Thus they are not entered into the symbol table.

The correctness issue is PR 17974.

The remainder of this bug is the perf issue.

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