
Also added a data formatter that presents them as structs if you use frame variable to look at their contents. Now the blocks testcase works. <rdar://problem/15984431> llvm-svn: 268307
14 lines
264 B
CMake
14 lines
264 B
CMake
add_lldb_library(lldbPluginCPlusPlusLanguage
|
|
BlockPointer.cpp
|
|
CPlusPlusLanguage.cpp
|
|
CxxStringTypes.cpp
|
|
LibCxx.cpp
|
|
LibCxxAtomic.cpp
|
|
LibCxxInitializerList.cpp
|
|
LibCxxList.cpp
|
|
LibCxxMap.cpp
|
|
LibCxxUnorderedMap.cpp
|
|
LibCxxVector.cpp
|
|
LibStdcpp.cpp
|
|
)
|