forked from OSchip/llvm-project
37 lines
762 B
CMake
37 lines
762 B
CMake
add_lldb_library(lldbBreakpoint
|
|
Breakpoint.cpp
|
|
BreakpointID.cpp
|
|
BreakpointIDList.cpp
|
|
BreakpointList.cpp
|
|
BreakpointLocation.cpp
|
|
BreakpointLocationCollection.cpp
|
|
BreakpointLocationList.cpp
|
|
BreakpointOptions.cpp
|
|
BreakpointResolver.cpp
|
|
BreakpointResolverAddress.cpp
|
|
BreakpointResolverFileLine.cpp
|
|
BreakpointResolverFileRegex.cpp
|
|
BreakpointResolverName.cpp
|
|
BreakpointSite.cpp
|
|
BreakpointSiteList.cpp
|
|
Stoppoint.cpp
|
|
StoppointCallbackContext.cpp
|
|
StoppointLocation.cpp
|
|
Watchpoint.cpp
|
|
WatchpointList.cpp
|
|
WatchpointOptions.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbExpression
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginCPlusPlusLanguage
|
|
lldbPluginObjCLanguage
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|