[Lldb-commits] [PATCH] D69738: Fix handling for the clang name mangling extension for block invocations

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 1 14:04:49 PDT 2019


shafik created this revision.
shafik added reviewers: aprantl, jingham.

clang has a mangling extension for block invocations <https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Demangle/ItaniumDemangle.h#L5535> and currently lldb does not handle it correctly.


https://reviews.llvm.org/D69738

Files:
  lldb/include/lldb/Core/Mangled.h
  lldb/source/Core/Mangled.cpp
  lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
  lldb/unittests/Core/MangledTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69738.227528.patch
Type: text/x-patch
Size: 6005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191101/3abdfd6a/attachment.bin>


More information about the lldb-commits mailing list