[lldb] Add test for C++ constructor calls from the expression evaluator
authorRaphael Isemann <teemperor@gmail.com>
Mon, 10 Feb 2020 12:50:29 +0000 (13:50 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 11 Feb 2020 09:47:42 +0000 (10:47 +0100)
commit70fb447ca012728dbfa49a82136554630e188229
tree11df597e8e2621aefcb13c1e7dd37267b3676cc9
parentb06a13f541120e31a9ec3fdb144b03dad0f1e620
[lldb] Add test for C++ constructor calls from the expression evaluator
lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/TestCppConstructors.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/constructors/main.cpp [new file with mode: 0644]