[Lldb-commits] [lldb] r369198 - [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable

2019-08-17 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sat Aug 17 14:57:51 2019 New Revision: 369198 URL: http://llvm.org/viewvc/llvm-project?rev=369198&view=rev Log: [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp

[Lldb-commits] [PATCH] D66370: [dotest] Add a dotest flag `--force-dwarf` to override the tested DWARF version.

2019-08-17 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. For DWARF >= 4 it also matters for testing whether one is using `-fdebug-types-section` or not. Comment at: lldb/packages/Python/lldbsuite/test/dotest.py:373 + if args.executable: intentional? Repository: rLLDB LLDB C

[Lldb-commits] [PATCH] D66357: Fix GetDIEForDeclContext so it only returns entries matching the provided context

2019-08-17 Thread Guilherme Andrade via Phabricator via lldb-commits
guiandrade added a comment. In D66357#1633461 , @clayborg wrote: > Needs a test, but looks good. Sure, I agree. Though, it's not total clear to me how we could do that. I imagined something like the following. TEST_F(DWARFASTParserClangTests,