• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginCPlusPlusLanguage PLUGIN
2  BlockPointer.cpp
3  CPlusPlusLanguage.cpp
4  CPlusPlusNameParser.cpp
5  CxxStringTypes.cpp
6  LibCxx.cpp
7  LibCxxAtomic.cpp
8  LibCxxBitset.cpp
9  LibCxxInitializerList.cpp
10  LibCxxList.cpp
11  LibCxxMap.cpp
12  LibCxxOptional.cpp
13  LibCxxQueue.cpp
14  LibCxxTuple.cpp
15  LibCxxUnorderedMap.cpp
16  LibCxxVariant.cpp
17  LibCxxVector.cpp
18  LibStdcpp.cpp
19  LibStdcppTuple.cpp
20  LibStdcppUniquePointer.cpp
21  MSVCUndecoratedNameParser.cpp
22
23  LINK_LIBS
24    lldbCore
25    lldbDataFormatters
26    lldbHost
27    lldbSymbol
28    lldbTarget
29    lldbUtility
30    lldbPluginClangCommon
31    lldbPluginCPPRuntime
32    lldbPluginTypeSystemClang
33
34  LINK_COMPONENTS
35    Support
36)
37