[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 15 14:28:11 PST 2015


dawn updated this revision to Diff 42911.
dawn added a comment.

Updated patch which changes Mangled::GuessLanguage to use the same algorithm for detecting the language from the mangled name as was added to LanguageRuntime::GuessLanguageForSymbolByName.

Jim, sorry for the previous ping - I missed your comment which included your objections.   Hopefully the patch is acceptable now?


Repository:
  rL LLVM

http://reviews.llvm.org/D15326

Files:
  include/lldb/Symbol/SymbolContext.h
  include/lldb/Target/Language.h
  include/lldb/Target/LanguageRuntime.h
  source/Breakpoint/BreakpointResolverName.cpp
  source/Core/Mangled.cpp
  source/Symbol/SymbolContext.cpp
  source/Target/Language.cpp
  source/Target/LanguageRuntime.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15326.42911.patch
Type: text/x-patch
Size: 10996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151215/e7aeb6ff/attachment-0001.bin>


More information about the lldb-commits mailing list