[Lldb-commits] [PATCH] D15326: Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 8 15:38:01 PST 2015
dawn added a reviewer: clayborg.
dawn added a comment.
(Added Greg - he wrote Mangled::GetLanguage - now GuessLanguage).
This patch removes the dependence on determining language from the name mangling for 99% of cases (there's still the much less common problem for symbols since Symbol 's GetLanguage calls Mangled::GuessLanguage). It is a win win.
Repository:
rL LLVM
http://reviews.llvm.org/D15326
More information about the lldb-commits
mailing list