and implement them for dwim-print (a.k.a. `p`) as an example. The next step will be to expose them as structured data in SBCommandReturnObject.
22 lines
422 B
CMake
22 lines
422 B
CMake
add_lldb_unittest(InterpreterTests
|
|
TestCommandPaths.cpp
|
|
TestCompletion.cpp
|
|
TestOptionArgParser.cpp
|
|
TestOptions.cpp
|
|
TestOptionValue.cpp
|
|
TestOptionValueFileColonLine.cpp
|
|
TestRegexCommand.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCommands
|
|
lldbCore
|
|
lldbHost
|
|
lldbTarget
|
|
lldbSymbol
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
lldbInterpreter
|
|
lldbPluginPlatformMacOSX
|
|
LLVMTestingSupport
|
|
)
|