[Lldb-commits] [PATCH] D40283: lldb: Use the DWARF linkage name when importing C++ methods

Nelson Elhage via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 22 15:55:50 PST 2017


nelhage updated this revision to Diff 124018.
nelhage added a comment.

Add a test case.

Verified that it passes on my machine and fails with this patch
reverted.


https://reviews.llvm.org/D40283

Files:
  include/lldb/Symbol/ClangASTContext.h
  packages/Python/lldbsuite/test/expression_command/issue_35310/
  packages/Python/lldbsuite/test/expression_command/issue_35310/Makefile
  packages/Python/lldbsuite/test/expression_command/issue_35310/TestExprsBug35310.py
  packages/Python/lldbsuite/test/expression_command/issue_35310/flycheck_main.plist
  packages/Python/lldbsuite/test/expression_command/issue_35310/main.cpp
  source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  source/Symbol/ClangASTContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40283.124018.patch
Type: text/x-patch
Size: 7371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171122/fb94b397/attachment.bin>


More information about the lldb-commits mailing list