Hi, The comment in gdb/language.h for la_store_sym_names_in_linkage_form_p states: ... /* True if the symbols names should be stored in GDB's data structures for minimal/partial/full symbols using their linkage (aka mangled) form; false if the symbol names should be demangled first. ... And for C++, la_store_sym_names_in_linkage_form_p is false. However, AFAICT, while partial and full symbols are stored mangled, minimal symbols are stored mangled. This patch fixes the comment to reflect the actual situation. Any comments? Thanks, - Tom