zturner created this revision.
zturner added a reviewer: amccarth.
zturner added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

If you have PTVS [https://github.com/Microsoft/PTVS] installed, you can open 
this solution in Visual Studio and get an integrated debugging and development 
experience for LLDB's Python integration.

There are a few bugs with PTVS surrounding solution relocatability, so please 
try this out and see if it works for you.

http://reviews.llvm.org/D14159

Files:
  pyproj/lldb.pyproj

Index: pyproj/lldb.pyproj
===================================================================
--- /dev/null
+++ pyproj/lldb.pyproj
@@ -0,0 +1,972 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"; DefaultTargets="Build">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{23840f15-a3f8-48d0-b15f-d5a704504456}</ProjectGuid>
+    <ProjectHome>..\</ProjectHome>
+    <StartupFile>test\dotest.py</StartupFile>
+    <SearchPath />
+    <WorkingDirectory>.</WorkingDirectory>
+    <OutputPath>.</OutputPath>
+    <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
+    <LaunchProvider>Standard Python launcher</LaunchProvider>
+    <InterpreterId />
+    <InterpreterVersion />
+    <EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
+    <CommandLineArguments>-q --arch=i686 --executable D:/src/llvmbuild/ninja/bin/lldb.exe -s D:/src/llvmbuild/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS --enable-crash-dialog -C d:\src\llvmbuild\ninja_release\bin\clang.exe"</CommandLineArguments>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
+  <PropertyGroup Condition="'$(Configuration)' == 'Release'" />
+  <PropertyGroup>
+    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
+    <PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
+  </PropertyGroup>
+  <ItemGroup>
+    <Content Include="packages\Python\lldbsuite\test\functionalities\dead-strip\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\functionalities\launch_with_shellexpand\file1.txt" />
+    <Content Include="packages\Python\lldbsuite\test\functionalities\launch_with_shellexpand\file2.txt" />
+    <Content Include="packages\Python\lldbsuite\test\functionalities\launch_with_shellexpand\file3.txt" />
+    <Content Include="packages\Python\lldbsuite\test\functionalities\load_unload\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\functionalities\process_launch\input-file.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\cpp\class_types\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\cpp\namespace\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\cpp\stl\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\c\array_types\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\c\forward\README.txt" />
+    <Content Include="packages\Python\lldbsuite\test\lang\c\global_variables\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\macosx\order\cmds.txt" />
+    <Content Include="packages\Python\lldbsuite\test\test_runner\README.txt" />
+    <Content Include="scripts\CMakeLists.txt" />
+    <Content Include="scripts\Python\modules\CMakeLists.txt" />
+    <Content Include="scripts\Python\modules\readline\CMakeLists.txt" />
+    <Content Include="test\CMakeLists.txt" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="packages\Python\lldbsuite\test\android\platform\TestDefaultCacheLineSize.py" />
+    <Compile Include="packages\Python\lldbsuite\test\api\check_public_api_headers\TestPublicAPIHeaders.py" />
+    <Compile Include="packages\Python\lldbsuite\test\api\multiple-debuggers\TestMultipleDebuggers.py" />
+    <Compile Include="packages\Python\lldbsuite\test\api\multithreaded\TestMultithreaded.py" />
+    <Compile Include="packages\Python\lldbsuite\test\arm_emulation\TestEmulations.py" />
+    <Compile Include="packages\Python\lldbsuite\test\attic\tester.py" />
+    <Compile Include="packages\Python\lldbsuite\test\bench.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\continue\TestBenchmarkContinue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\disassembly\TestDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\disassembly\TestDoAttachThenDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\disassembly\TestXcode41Vs42GDBDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\expression\TestExpressionCmd.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\expression\TestRepeatedExprs.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\frame_variable\TestFrameVariableResponse.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\startup\TestStartupDelays.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\stepping\TestRunHooksThenSteppings.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\stepping\TestSteppingSpeed.py" />
+    <Compile Include="packages\Python\lldbsuite\test\benchmarks\turnaround\TestCompileRunToBreakpointTurnaround.py" />
+    <Compile Include="packages\Python\lldbsuite\test\blacklist.py" />
+    <Compile Include="packages\Python\lldbsuite\test\curses_results.py" />
+    <Compile Include="packages\Python\lldbsuite\test\dosep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\dotest.py" />
+    <Compile Include="packages\Python\lldbsuite\test\dotest_args.py" />
+    <Compile Include="packages\Python\lldbsuite\test\dotest_channels.py" />
+    <Compile Include="packages\Python\lldbsuite\test\driver\batch_mode\TestBatchMode.py" />
+    <Compile Include="packages\Python\lldbsuite\test\example\TestSequenceFunctions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\call-function\TestCallStdStringFunction.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\call-function\TestCallStopAndContinue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\call-function\TestCallUserDefinedFunction.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\call-restarts\TestCallThatRestarts.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\call-throws\TestCallThatThrows.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\char\TestExprsChar.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\expr-in-syscall\TestExpressionInSyscall.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\formatters\foosynth.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\formatters\formatters.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\formatters\TestFormatters.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\issue_11588\s11588.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\issue_11588\Test11588.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\options\TestExprOptions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\persistent_ptr_update\TestPersistentPtrUpdate.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\persistent_types\TestNestedPersistentTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\persistent_types\TestPersistentTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\persistent_variables\TestPersistentVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\persist_objc_pointeetype\TestPersistObjCPointeeType.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\po_verbosity\TestPoVerbosity.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\radar_8638051\Test8638051.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\radar_9531204\TestPrintfAfterUp.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\radar_9673664\TestExprHelpExamples.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\test\TestExprs.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\test\TestExprs2.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\timeout\TestCallWithTimeout.py" />
+    <Compile Include="packages\Python\lldbsuite\test\expression_command\two-files\TestObjCTypeQueryFromOtherCompileUnit.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\abbreviation\TestAbbreviations.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\abbreviation\TestCommonShortSpellings.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\archives\TestBSDArchives.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\asan\TestMemoryHistory.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\asan\TestReportData.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\attach_resume\TestAttachResume.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\avoids-fd-leak\TestFdLeak.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\backticks\TestBackticksWithoutATarget.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_command\bktptcmd.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_command\TestBreakpointCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_command\TestBreakpointCommandsFromPython.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_command\TestRegexpBreakCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_conditions\TestBreakpointConditions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_ids\TestBreakpointIDs.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_ignore_count\TestBreakpointIgnoreCount.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_locations\TestBreakpointLocations.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_options\TestBreakpointOptions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\comp_dir_symlink\TestCompDirSymLink.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\consecutive_breakpoins\TestConsecutiveBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\cpp\TestCPPBreakpointLocations.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\cpp_exception\TestCPPExceptionBreakpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\dummy_target_breakpoints\TestBreakpointsWithNoTargets.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\inlined_breakpoints\TestInlinedBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\breakpoint\objc\TestObjCBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_history\TestCommandHistory.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_regex\TestCommandRegex.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\bug11569.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\bar\bar.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\bar\barutil.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\dummymodule.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\foo\bar\foobar.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\foo\foo.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\foo\foo2.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\rdar-12586188\fail12586188.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\rdar-12586188\fail212586188.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\rdar-12586188\TestRdar12586188.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\TestImport.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\thepackage\TPunitA.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\thepackage\TPunitB.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\import\thepackage\__init__.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\mysto.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\TestCommandScript.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_script\welcome.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_source\my.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\command_source\TestCommandSource.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\completion\TestCompletion.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\conditional_break\conditional_break.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\conditional_break\TestConditionalBreak.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\boolreference\TestFormattersBoolRefPtr.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\compactvectors\TestCompactVectors.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-advanced\TestDataFormatterAdv.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-categories\TestDataFormatterCategories.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-cpp\TestDataFormatterCpp.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-disabling\TestDataFormatterDisabling.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-enum-format\TestDataFormatterEnumFormat.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-globals\TestDataFormatterGlobals.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-named-summaries\TestDataFormatterNamedSummaries.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-objc\nsstring\TestDataFormatterNSString.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-objc\TestDataFormatterObjC.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-proper-plurals\TestFormattersOneIsSingular.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-ptr-to-array\TestPtrToArrayFormatting.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-python-synth\fooSynthProvider.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-python-synth\ftsp.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-python-synth\TestDataFormatterPythonSynth.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-script\TestDataFormatterScript.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-skip-summary\TestDataFormatterSkipSummary.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-smart-array\TestDataFormatterSmartArray.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\initializerlist\TestInitializerList.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\iterator\TestDataFormatterLibccIterator.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\list\loop\TestDataFormatterLibcxxListLoop.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\list\TestDataFormatterLibcxxList.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\map\TestDataFormatterLibccMap.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\multimap\TestDataFormatterLibccMultiMap.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\multiset\TestDataFormatterLibcxxMultiSet.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\set\TestDataFormatterLibcxxSet.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\string\TestDataFormatterLibcxxString.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\unordered\TestDataFormatterUnordered.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\vbool\TestDataFormatterLibcxxVBool.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\vector\TestDataFormatterLibcxxVector.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\iterator\TestDataFormatterStdIterator.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\list\TestDataFormatterStdList.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\map\TestDataFormatterStdMap.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\string\TestDataFormatterStdString.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\vbool\TestDataFormatterStdVBool.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\vector\TestDataFormatterStdVector.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-synthval\myIntSynthProvider.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-synthval\TestDataFormatterSynthVal.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-synth\TestDataFormatterSynth.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\dump_dynamic\TestDumpDynamic.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\format-propagation\TestFormatPropagation.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\frameformat_smallstruct\TestFrameFormatSmallStruct.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\hexcaps\TestDataFormatterHexCaps.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nsarraysynth\TestNSArraySynthetic.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nsdictionarysynth\TestNSDictionarySynthetic.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nssetsynth\TestNSSetSynthetic.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\ostypeformatting\TestFormattersOsType.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\ptr_ref_typedef\TestPtrRef2Typedef.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\refpointer-recursion\TestDataFormatterRefPtrRecursion.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\setvaluefromcstring\TestSetValueFromCString.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\stringprinter\TestStringPrinter.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\summary-string-onfail\Test-rdar-9974002.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\synthcapping\fooSynthProvider.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\synthcapping\TestSyntheticCapping.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\synthupdate\TestSyntheticFilterRecompute.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\typedef_array\TestTypedefArray.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\user-format-vs-summary\TestUserFormatVsSummary.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\var-in-aggregate-misuse\TestVarInAggregateMisuse.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\varscript_formatting\helperfunc.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\varscript_formatting\TestDataFormatterVarScriptFormatting.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\data-formatter\vector-types\TestVectorTypesFormatting.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\dead-strip\TestDeadStrip.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\disassembly\TestDisassembleBreakpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\dynamic_value_child_count\TestDynamicValueChildCount.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\embedded_interpreter\TestConvenienceVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\exec\TestExec.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\expr-doesnt-deadlock\TestExprDoesntBlock.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\fat_archives\TestFatArchives.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\format\TestFormats.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\inferior-assert\TestInferiorAssert.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\inferior-changed\TestInferiorChanged.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\inferior-crashing\recursive-inferior\TestRecursiveInferior.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\inferior-crashing\TestInferiorCrashing.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\inline-stepping\TestInlineStepping.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\jitloader_gdb\TestJITLoaderGDB.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\launch_with_shellexpand\TestLaunchWithShellExpand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\load_unload\TestLoadUnload.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\longjmp\TestLongjmp.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\memory\read\TestMemoryRead.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\non-overlapping-index-variable-i\TestIndexVariable.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\nosucharch\TestNoSuchArch.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\object-file\TestImageListMultiArchitecture.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\paths\TestPaths.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\platform\TestPlatformCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\plugins\commands\TestPluginCommands.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\plugins\python_os_plugin\operating_system.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\plugins\python_os_plugin\operating_system2.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\plugins\python_os_plugin\TestPythonOSPlugin.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\postmortem\minidump\TestMiniDump.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\process_attach\attach_denied\TestAttachDenied.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\process_attach\TestProcessAttach.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\process_group\TestChangeProcessGroup.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\process_launch\TestProcessLaunch.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\recursion\TestValueObjectRecursion.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\register\TestRegisters.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\rerun\TestRerun.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\return-value\TestReturnValue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\set-data\TestSetData.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\signal\handle-segv\TestHandleSegv.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\signal\raise\TestRaise.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\signal\TestSendSignal.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\single-quote-in-filename-to-lldb\TestSingleQuoteInFilename.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\step-avoids-no-debug\TestStepNoDebug.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\stop-hook\multiple_threads\TestStopHookMultipleThreads.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\stop-hook\TestStopHookCmd.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\stop-hook\TestStopHookMechanism.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\target_command\TestTargetCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\break_after_join\TestBreakAfterJoin.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\concurrent_events\TestConcurrentEvents.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\crash_during_step\TestCrashDuringStep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\create_after_attach\TestCreateAfterAttach.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\create_during_step\TestCreateDuringStep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\exit_during_break\TestExitDuringBreak.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\exit_during_step\TestExitDuringStep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\jump\TestThreadJump.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\multi_break\TestMultipleBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\state\TestThreadStates.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\step_out\TestThreadStepOut.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\TestNumThreads.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\thread_exit\TestThreadExit.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\thread\thread_specific_break\TestThreadSpecificBreakpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\tty\TestTerminal.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\type_completion\TestTypeCompletion.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\type_lookup\TestTypeLookup.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\unwind\noreturn\TestNoreturnUnwind.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\unwind\sigtramp\TestSigtrampUnwind.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\unwind\standard\TestStandardUnwind.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\value_md5_crash\TestValueMD5Crash.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\hello_watchlocation\TestWatchLocation.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\hello_watchpoint\TestMyFirstWatchpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\multiple_threads\TestWatchpointMultipleThreads.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\step_over_watchpoint\TestStepOverWatchpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\variable_out_of_scope\TestWatchedVarHitWhenInScope.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\command\TestWatchpointCommandLLDB.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\command\TestWatchpointCommandPython.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\condition\TestWatchpointConditionCmd.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\TestWatchpointCommands.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_events\TestWatchpointEvents.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_on_vectors\TestValueOfVectorVariable.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_set_command\TestWatchLocationWithWatchSet.py" />
+    <Compile Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_set_command\TestWatchpointSetErrorCases.py" />
+    <Compile Include="packages\Python\lldbsuite\test\help\TestHelp.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\bool\TestCPPBool.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\breakpoint-commands\TestCPPBreakpointCommands.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\call-function\TestCallCPPFunction.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\chained-calls\TestCppChainedCalls.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\char1632_t\TestChar1632T.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\class_static\TestStaticVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\class_types\TestClassTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\class_types\TestClassTypesDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\diamond\TestDiamond.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\dynamic-value\TestCppValueCast.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\dynamic-value\TestDynamicValue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\enum_types\TestCPP11EnumTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\exceptions\TestCPPExceptionBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\global_operators\TestCppGlobalOperators.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\incomplete-types\TestCppIncompleteTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\limit-debug-info\TestWithLimitDebugInfo.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\namespace\TestNamespace.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\nsimport\TestCppNsImport.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\overloaded-functions\TestOverloadedFunctions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\rdar12991846\TestRdar12991846.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\rvalue-references\TestRvalueReferences.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\scope\TestCppScope.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\signed_types\TestSignedTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\static_members\TestCPPStaticMembers.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\static_methods\TestCPPStaticMethods.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\stl\TestStdCXXDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\stl\TestSTL.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\this\TestCPPThis.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\unique-types\TestUniqueTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\unsigned_types\TestUnsignedTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\virtual\TestVirtual.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\cpp\wchar_t\TestCxxWCharT.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\anonymous\TestAnonymous.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\array_types\TestArrayTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\bitfields\TestBitfields.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\blocks\TestBlocks.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\const_variables\TestConstVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\enum_types\TestEnumTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\forward\TestForwardDeclaration.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\function_types\TestFunctionTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\global_variables\TestGlobalVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\modules\TestCModules.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\register_variables\TestRegisterVariables.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\set_values\TestSetValues.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\shared_lib\TestSharedLib.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\shared_lib_stripped_symbols\TestSharedLibStrippedSymbols.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\stepping\TestStepAndBreakpoints.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\stepping\TestThreadStepping.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\strings\TestCStrings.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\struct_types\TestStructTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\tls_globals\TestTlsGlobals.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\c\typedef\Testtypedef.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\go\goroutines\TestGoroutines.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\go\types\TestGoASTContext.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\mixed\TestMixedLanguages.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objcxx\objcxx-ivar-vector\TestIvarVector.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\blocks\TestObjCIvarsInBlocks.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\forward-decl\TestForwardDecl.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestConstStrings.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestFoundationDisassembly.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestObjCMethods.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestObjCMethods2.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestObjectDescriptionAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestRuntimeTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\foundation\TestSymbolTable.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\hidden-ivars\TestHiddenIvars.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\ivar-IMP\TestObjCiVarIMP.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\modules-auto-import\TestModulesAutoImport.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\modules-incomplete\TestIncompleteModules.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\modules-inline-functions\TestModulesInlineFunctions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\modules\TestObjCModules.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc++\TestObjCXX.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-baseclass-sbtype\TestObjCBaseClassSBType.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-builtin-types\TestObjCBuiltinTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-checker\TestObjCCheckers.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-class-method\TestObjCClassMethod.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-dyn-sbtype\TestObjCDynamicSBType.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-dynamic-value\TestObjCDynamicValue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-offsets\TestObjCIvarOffsets.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-protocols\TestIvarProtocols.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-stripped\TestObjCIvarStripped.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-new-syntax\TestObjCNewSyntax.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-optimized\TestObjcOptimized.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-property\TestObjCProperty.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-runtime-ivars\TestRuntimeIvars.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-static-method-stripped\TestObjCStaticMethodStripped.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-static-method\TestObjCStaticMethod.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-stepping\TestObjCStepping.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-struct-argument\TestObjCStructArgument.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-struct-return\TestObjCStructReturn.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\objc-super\TestObjCSuper.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\print-obj\TestPrintObj.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\radar-9691614\TestObjCMethodReturningBOOL.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\rdar-10967107\TestRdar10967107.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\rdar-11355592\TestRdar11355592.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\rdar-12408181\TestRdar12408181.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\real-definition\TestRealDefinition.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lang\objc\self\TestObjCSelf.py" />
+    <Compile Include="packages\Python\lldbsuite\test\linux\builtin_trap\TestBuiltinTrap.py" />
+    <Compile Include="packages\Python\lldbsuite\test\linux\thread\create_during_instruction_step\TestCreateDuringInstructionStep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbbench.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbcurses.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbinline.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbpexpect.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbplatformutil.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbtest.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbtest_config.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldbutil.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lldb_pylint_helper.py" />
+    <Compile Include="packages\Python\lldbsuite\test\lock.py" />
+    <Compile Include="packages\Python\lldbsuite\test\logging\TestLogging.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\add-dsym\TestAddDsymMidExecutionCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\debug-info\apple_types\TestAppleTypesIsProduced.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\indirect_symbol\TestIndirectSymbols.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\order\TestOrderFile.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\queues\TestQueues.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\safe-to-func-call\TestSafeFuncCalls.py" />
+    <Compile Include="packages\Python\lldbsuite\test\macosx\universal\TestUniversal.py" />
+    <Compile Include="packages\Python\lldbsuite\test\plugins\builder_base.py" />
+    <Compile Include="packages\Python\lldbsuite\test\plugins\builder_darwin.py" />
+    <Compile Include="packages\Python\lldbsuite\test\plugins\builder_freebsd.py" />
+    <Compile Include="packages\Python\lldbsuite\test\plugins\builder_linux2.py" />
+    <Compile Include="packages\Python\lldbsuite\test\plugins\builder_win32.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\breakpoint\TestBreakpointAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\class_members\TestSBTypeClassMembers.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\debugger\TestDebuggerAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_address.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_block.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_breakpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_breakpointlocation.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_broadcaster.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_communication.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_compileunit.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_debugger.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_error.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_event.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_filespec.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_frame.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_function.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_instruction.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_instructionlist.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_lineentry.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_listener.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_module.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_process.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_section.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_stringlist.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_symbol.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_symbolcontext.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_target.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_thread.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_type.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_value.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_valuelist.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\sb_watchpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\default-constructor\TestDefaultConstructorForAPIObjects.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\disassemble-raw-data\TestDisassembleRawData.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\disassemble-raw-data\TestDisassemble_VST1_64.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\event\TestEvents.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\exprpath_synthetic\TestExprPathSynthetic.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\findvalue_duplist\TestSBFrameFindValue.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\formatters\synth.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\formatters\TestFormattersSBAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\frame\inlines\TestInlinedFrame.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\frame\TestFrames.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\function_symbol\TestDisasmAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\function_symbol\TestSymbolAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\hello_world\TestHelloWorld.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\interpreter\TestCommandInterpreterAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\lldbutil\frame\TestFrameUtils.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\lldbutil\iter\TestLLDBIterator.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\lldbutil\iter\TestRegistersIterator.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\lldbutil\process\TestPrintStackTraces.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\module_section\TestModuleAndSection.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\objc_type\TestObjCType.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\process\io\TestProcessIO.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\process\TestProcessAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\rdar-12481949\Test-rdar-12481949.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\sbdata\TestSBData.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\sbtype_typeclass\TestSBTypeTypeClass.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\sbvalue_const_addrof\TestSBValueConstAddrOf.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\sbvalue_persist\TestSBValuePersist.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\section\TestSectionAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\signals\TestSignalsAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\symbol-context\TestSymbolContext.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\target\TestTargetAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\thread\TestThreadAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\type\TestTypeList.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\value\change_values\TestChangeValueAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\value\linked_list\TestValueAPILinkedList.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\value\TestValueAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\value_var_update\TestValueVarUpdate.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\condition\TestWatchpointConditionAPI.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\TestSetWatchpoint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\TestWatchpointIgnoreCount.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\TestWatchpointIter.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\watchlocation\TestSetWatchlocation.py" />
+    <Compile Include="packages\Python\lldbsuite\test\python_api\watchpoint\watchlocation\TestTargetWatchAddress.py" />
+    <Compile Include="packages\Python\lldbsuite\test\redo.py" />
+    <Compile Include="packages\Python\lldbsuite\test\settings\quoting\TestQuoting.py" />
+    <Compile Include="packages\Python\lldbsuite\test\settings\TestSettings.py" />
+    <Compile Include="packages\Python\lldbsuite\test\source-manager\TestSourceManager.py" />
+    <Compile Include="packages\Python\lldbsuite\test\terminal\TestSTTYBeforeAndAfter.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_categories.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_results.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_runner\lib\lldb_utils.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_runner\lib\process_control.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_runner\test\inferior.py" />
+    <Compile Include="packages\Python\lldbsuite\test\test_runner\test\process_control_tests.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\breakpoint\TestMiBreak.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\control\TestMiExec.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\data\TestMiData.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\interpreter\TestMiCliSupport.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\interpreter\TestMiInterpreterExec.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\lldbmi_testcase.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\signal\TestMiSignal.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\stack\TestMiStack.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\startup_options\TestMiStartupOptions.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\symbol\TestMiSymbol.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\syntax\TestMiSyntax.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\target\TestMiTarget.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\TestMiExit.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\TestMiFile.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\TestMiGdbSetShow.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\TestMiLibraryLoaded.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\TestMiPrompt.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\variable\TestMiGdbSetShowPrint.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-mi\variable\TestMiVar.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\commandline\TestStubReverseConnect.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\commandline\TestStubSetSID.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\gdbremote_testcase.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\inferior-crash\TestGdbRemoteAbort.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\inferior-crash\TestGdbRemoteSegFault.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\lldbgdbserverutils.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\socket_packet_pump.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteAttach.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteAuxvSupport.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteExpeditedRegisters.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteKill.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGDBRemoteMemoryRead.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteProcessInfo.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteRegisterState.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteSingleStep.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemoteThreadsInStopReply.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemote_qThreadStopInfo.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestGdbRemote_vCont.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\TestLldbGdbServer.py" />
+    <Compile Include="packages\Python\lldbsuite\test\tools\lldb-server\test\test_lldbgdbserverutils.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\AbstractBase.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\HideTestFailures.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\TestFloatTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\TestFloatTypesExpr.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\TestIntegerTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\TestIntegerTypesExpr.py" />
+    <Compile Include="packages\Python\lldbsuite\test\types\TestRecursiveTypes.py" />
+    <Compile Include="packages\Python\lldbsuite\test\use_lldb_suite.py" />
+    <Compile Include="packages\Python\lldbsuite\test\warnings\uuid\TestAddDsymCommand.py" />
+    <Compile Include="packages\Python\lldbsuite\test\__init__.py" />
+    <Compile Include="packages\Python\lldbsuite\__init__.py" />
+    <Compile Include="scripts\buildbot.py" />
+    <Compile Include="scripts\buildSwigWrapperClasses.py" />
+    <Compile Include="scripts\finishSwigWrapperClasses.py" />
+    <Compile Include="scripts\get_relative_lib_dir.py" />
+    <Compile Include="scripts\install_custom_python.py" />
+    <Compile Include="scripts\package-clang-headers.py" />
+    <Compile Include="scripts\Python\android\host_art_bt.py" />
+    <Compile Include="scripts\Python\buildSwigPython.py" />
+    <Compile Include="scripts\Python\finishSwigPythonLLDB.py" />
+    <Compile Include="scripts\Python\modify-python-lldb.py" />
+    <Compile Include="scripts\Python\remote-build.py" />
+    <Compile Include="scripts\utilsArgsParse.py" />
+    <Compile Include="scripts\utilsDebug.py" />
+    <Compile Include="scripts\utilsOsType.py" />
+    <Compile Include="scripts\verify_api.py" />
+    <Compile Include="test\dotest.py" />
+    <Compile Include="test\use_lldb_suite.py" />
+    <Compile Include="use_lldb_suite_root.py" />
+  </ItemGroup>
+  <ItemGroup>
+    <Folder Include="packages\" />
+    <Folder Include="packages\Python\" />
+    <Folder Include="packages\Python\lldbsuite" />
+    <Folder Include="packages\Python\lldbsuite\test" />
+    <Folder Include="packages\Python\lldbsuite\test\android\" />
+    <Folder Include="packages\Python\lldbsuite\test\android\platform" />
+    <Folder Include="packages\Python\lldbsuite\test\api\" />
+    <Folder Include="packages\Python\lldbsuite\test\api\check_public_api_headers" />
+    <Folder Include="packages\Python\lldbsuite\test\api\multiple-debuggers" />
+    <Folder Include="packages\Python\lldbsuite\test\api\multithreaded" />
+    <Folder Include="packages\Python\lldbsuite\test\arm_emulation" />
+    <Folder Include="packages\Python\lldbsuite\test\attic" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\continue" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\disassembly" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\expression" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\frame_variable" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\startup" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\stepping" />
+    <Folder Include="packages\Python\lldbsuite\test\benchmarks\turnaround" />
+    <Folder Include="packages\Python\lldbsuite\test\driver\" />
+    <Folder Include="packages\Python\lldbsuite\test\driver\batch_mode" />
+    <Folder Include="packages\Python\lldbsuite\test\example" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\call-function" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\call-restarts" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\call-throws" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\char" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\expr-in-syscall" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\formatters" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\issue_11588" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\options" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\persistent_ptr_update" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\persistent_types" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\persistent_variables" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\persist_objc_pointeetype" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\po_verbosity" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\radar_8638051" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\radar_9531204" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\radar_9673664" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\test" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\timeout" />
+    <Folder Include="packages\Python\lldbsuite\test\expression_command\two-files" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\abbreviation" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\archives" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\asan" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\attach_resume" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\avoids-fd-leak" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\backticks" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_command" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_conditions" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_ids" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_ignore_count" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_locations" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\breakpoint_options" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\comp_dir_symlink" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\consecutive_breakpoins" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\cpp" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\cpp_exception" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\dummy_target_breakpoints" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\inlined_breakpoints" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\breakpoint\objc" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_history" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_regex" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import\bar" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import\foo" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import\foo\bar" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import\rdar-12586188" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_script\import\thepackage" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\command_source" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\completion" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\conditional_break" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\boolreference" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\compactvectors" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-advanced" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-categories" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-cpp" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-disabling" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-enum-format" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-globals" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-named-summaries" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-objc" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-objc\nsstring" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-proper-plurals" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-ptr-to-array" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-python-synth" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-script" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-skip-summary" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-smart-array" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\initializerlist" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\iterator" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\list" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\list\loop" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\map" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\multimap" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\multiset" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\set" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\string" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\unordered" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\vbool" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libcxx\vector" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\iterator" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\list" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\map" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\string" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\vbool" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-stl\libstdcpp\vector" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-synth" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\data-formatter-synthval" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\dump_dynamic" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\format-propagation" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\frameformat_smallstruct" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\hexcaps" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nsarraysynth" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nsdictionarysynth" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\nssetsynth" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\ostypeformatting" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\ptr_ref_typedef" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\refpointer-recursion" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\setvaluefromcstring" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\stringprinter" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\summary-string-onfail" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\synthcapping" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\synthupdate" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\typedef_array" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\user-format-vs-summary" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\var-in-aggregate-misuse" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\varscript_formatting" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\data-formatter\vector-types" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\dead-strip" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\disassembly" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\dynamic_value_child_count" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\embedded_interpreter" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\exec" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\expr-doesnt-deadlock" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\fat_archives" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\format" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\inferior-assert" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\inferior-changed" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\inferior-crashing" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\inferior-crashing\recursive-inferior" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\inline-stepping" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\jitloader_gdb" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\launch_with_shellexpand" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\load_unload" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\longjmp" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\memory\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\memory\read" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\non-overlapping-index-variable-i" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\nosucharch" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\object-file" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\paths" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\platform" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\plugins\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\plugins\commands" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\plugins\python_os_plugin" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\postmortem\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\postmortem\minidump" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\process_attach" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\process_attach\attach_denied" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\process_group" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\process_launch" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\recursion" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\register" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\rerun" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\return-value" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\set-data" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\signal" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\signal\handle-segv" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\signal\raise" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\single-quote-in-filename-to-lldb" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\step-avoids-no-debug" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\stop-hook" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\stop-hook\multiple_threads" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\target_command" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\break_after_join" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\concurrent_events" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\crash_during_step" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\create_after_attach" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\create_during_step" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\exit_during_break" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\exit_during_step" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\jump" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\multi_break" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\state" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\step_out" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\thread_exit" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\thread\thread_specific_break" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\tty" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\type_completion" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\type_lookup" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\unwind\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\unwind\noreturn" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\unwind\sigtramp" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\unwind\standard" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\value_md5_crash" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\hello_watchlocation" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\hello_watchpoint" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\multiple_threads" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\step_over_watchpoint" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\variable_out_of_scope" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\command" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_commands\condition" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_events" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_on_vectors" />
+    <Folder Include="packages\Python\lldbsuite\test\functionalities\watchpoint\watchpoint_set_command" />
+    <Folder Include="packages\Python\lldbsuite\test\help" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\bool" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\breakpoint-commands" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\call-function" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\chained-calls" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\char1632_t" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\class_static" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\class_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\diamond" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\dynamic-value" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\enum_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\exceptions" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\global_operators" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\incomplete-types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\limit-debug-info" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\namespace" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\nsimport" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\overloaded-functions" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\rdar12991846" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\rvalue-references" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\scope" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\signed_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\static_members" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\static_methods" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\stl" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\this" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\unique-types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\unsigned_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\virtual" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\cpp\wchar_t" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\anonymous" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\array_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\bitfields" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\blocks" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\const_variables" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\enum_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\forward" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\function_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\global_variables" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\modules" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\register_variables" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\set_values" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\shared_lib" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\shared_lib_stripped_symbols" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\stepping" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\strings" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\struct_types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\tls_globals" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\c\typedef" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\go\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\go\goroutines" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\go\types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\mixed" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objcxx\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objcxx\objcxx-ivar-vector" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\blocks" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\forward-decl" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\foundation" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\hidden-ivars" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\ivar-IMP" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\modules" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\modules-auto-import" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\modules-incomplete" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\modules-inline-functions" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc++" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-baseclass-sbtype" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-builtin-types" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-checker" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-class-method" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-dyn-sbtype" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-dynamic-value" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-offsets" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-protocols" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-ivar-stripped" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-new-syntax" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-optimized" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-property" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-runtime-ivars" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-static-method" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-static-method-stripped" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-stepping" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-struct-argument" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-struct-return" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\objc-super" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\print-obj" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\radar-9691614" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\rdar-10967107" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\rdar-11355592" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\rdar-12408181" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\real-definition" />
+    <Folder Include="packages\Python\lldbsuite\test\lang\objc\self" />
+    <Folder Include="packages\Python\lldbsuite\test\linux\" />
+    <Folder Include="packages\Python\lldbsuite\test\linux\builtin_trap" />
+    <Folder Include="packages\Python\lldbsuite\test\linux\thread\" />
+    <Folder Include="packages\Python\lldbsuite\test\linux\thread\create_during_instruction_step" />
+    <Folder Include="packages\Python\lldbsuite\test\logging" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\add-dsym" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\debug-info\" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\debug-info\apple_types" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\indirect_symbol" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\order" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\queues" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\safe-to-func-call" />
+    <Folder Include="packages\Python\lldbsuite\test\macosx\universal" />
+    <Folder Include="packages\Python\lldbsuite\test\plugins" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\breakpoint" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\class_members" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\debugger" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\default-constructor" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\disassemble-raw-data" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\event" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\exprpath_synthetic" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\findvalue_duplist" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\formatters" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\frame" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\frame\inlines" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\function_symbol" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\hello_world" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\interpreter" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\lldbutil\" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\lldbutil\frame" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\lldbutil\iter" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\lldbutil\process" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\module_section" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\objc_type" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\process" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\process\io" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\rdar-12481949" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\sbdata" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\sbtype_typeclass" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\sbvalue_const_addrof" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\sbvalue_persist" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\section" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\signals" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\symbol-context" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\target" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\thread" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\type" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\value" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\value\change_values" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\value\linked_list" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\value_var_update" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\watchpoint" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\watchpoint\condition" />
+    <Folder Include="packages\Python\lldbsuite\test\python_api\watchpoint\watchlocation" />
+    <Folder Include="packages\Python\lldbsuite\test\settings" />
+    <Folder Include="packages\Python\lldbsuite\test\settings\quoting" />
+    <Folder Include="packages\Python\lldbsuite\test\source-manager" />
+    <Folder Include="packages\Python\lldbsuite\test\terminal" />
+    <Folder Include="packages\Python\lldbsuite\test\test_runner" />
+    <Folder Include="packages\Python\lldbsuite\test\test_runner\lib" />
+    <Folder Include="packages\Python\lldbsuite\test\test_runner\test" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\breakpoint" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\control" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\data" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\interpreter" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\signal" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\stack" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\startup_options" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\symbol" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\syntax" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\target" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-mi\variable" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-server" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-server\commandline" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-server\inferior-crash" />
+    <Folder Include="packages\Python\lldbsuite\test\tools\lldb-server\test" />
+    <Folder Include="packages\Python\lldbsuite\test\types" />
+    <Folder Include="packages\Python\lldbsuite\test\warnings\" />
+    <Folder Include="packages\Python\lldbsuite\test\warnings\uuid" />
+    <Folder Include="scripts" />
+    <Folder Include="scripts\Python" />
+    <Folder Include="scripts\Python\android" />
+    <Folder Include="scripts\Python\modules" />
+    <Folder Include="scripts\Python\modules\readline" />
+    <Folder Include="test" />
+  </ItemGroup>
+  <Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
+</Project>
\ No newline at end of file
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to