summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-09-14 20:31:02 +0000
committerJim Ingham <jingham@apple.com>2017-09-14 20:31:02 +0000
commitf5870377d94bce70a5f66377cb5a27a9798147b9 (patch)
tree722c12a2a0ba6bfbd92412bf159bf3f24add91ee /lldb/source
parentb842f2ecf005db63713e5d939b9a2a10d912cb2b (diff)
downloadbcm5719-llvm-f5870377d94bce70a5f66377cb5a27a9798147b9.tar.gz
bcm5719-llvm-f5870377d94bce70a5f66377cb5a27a9798147b9.zip
Add new files to the cmake lists.
llvm-svn: 313293
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/API/CMakeLists.txt2
-rw-r--r--lldb/source/Breakpoint/CMakeLists.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index c065c581d0b..939229aaa3f 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -24,6 +24,8 @@ add_lldb_library(liblldb SHARED
SBBlock.cpp
SBBreakpoint.cpp
SBBreakpointLocation.cpp
+ SBBreakpointName.cpp
+ SBBreakpointOptionCommon.cpp
SBBroadcaster.cpp
SBCommandInterpreter.cpp
SBCommandReturnObject.cpp
diff --git a/lldb/source/Breakpoint/CMakeLists.txt b/lldb/source/Breakpoint/CMakeLists.txt
index f6278528eab..f93d48579ad 100644
--- a/lldb/source/Breakpoint/CMakeLists.txt
+++ b/lldb/source/Breakpoint/CMakeLists.txt
@@ -6,6 +6,7 @@ add_lldb_library(lldbBreakpoint
BreakpointLocation.cpp
BreakpointLocationCollection.cpp
BreakpointLocationList.cpp
+ BreakpointName.cpp
BreakpointOptions.cpp
BreakpointResolver.cpp
BreakpointResolverAddress.cpp
OpenPOWER on IntegriCloud