2013-09-25 18:37:32 +08:00
|
|
|
add_lldb_library(lldbCommands
|
|
|
|
CommandCompletions.cpp
|
|
|
|
CommandObjectApropos.cpp
|
|
|
|
CommandObjectBreakpoint.cpp
|
|
|
|
CommandObjectBreakpointCommand.cpp
|
2015-07-02 18:03:37 +08:00
|
|
|
CommandObjectBugreport.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
CommandObjectCommands.cpp
|
|
|
|
CommandObjectDisassemble.cpp
|
|
|
|
CommandObjectExpression.cpp
|
|
|
|
CommandObjectFrame.cpp
|
2014-01-28 07:43:24 +08:00
|
|
|
CommandObjectGUI.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
CommandObjectHelp.cpp
|
|
|
|
CommandObjectLog.cpp
|
|
|
|
CommandObjectMemory.cpp
|
|
|
|
CommandObjectMultiword.cpp
|
|
|
|
CommandObjectPlatform.cpp
|
|
|
|
CommandObjectPlugin.cpp
|
|
|
|
CommandObjectProcess.cpp
|
|
|
|
CommandObjectQuit.cpp
|
|
|
|
CommandObjectRegister.cpp
|
|
|
|
CommandObjectSettings.cpp
|
|
|
|
CommandObjectSource.cpp
|
2018-03-24 05:55:48 +08:00
|
|
|
CommandObjectStats.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
CommandObjectTarget.cpp
|
|
|
|
CommandObjectThread.cpp
|
|
|
|
CommandObjectType.cpp
|
|
|
|
CommandObjectVersion.cpp
|
|
|
|
CommandObjectWatchpoint.cpp
|
|
|
|
CommandObjectWatchpointCommand.cpp
|
2015-05-05 02:39:38 +08:00
|
|
|
CommandObjectLanguage.cpp
|
2017-02-01 04:43:05 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
2017-02-09 09:17:34 +08:00
|
|
|
lldbBase
|
2017-02-01 04:43:05 +08:00
|
|
|
lldbBreakpoint
|
|
|
|
lldbCore
|
|
|
|
lldbDataFormatters
|
|
|
|
lldbExpression
|
|
|
|
lldbHost
|
|
|
|
lldbInterpreter
|
|
|
|
lldbSymbol
|
|
|
|
lldbTarget
|
|
|
|
lldbUtility
|
|
|
|
lldbPluginExpressionParserClang
|
|
|
|
|
|
|
|
LINK_COMPONENTS
|
|
|
|
Support
|
2013-09-25 18:37:32 +08:00
|
|
|
)
|