summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/clang/liblldbAPI/Makefile1
-rw-r--r--lib/clang/liblldbPluginProcessUtility/Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/clang/liblldbAPI/Makefile b/lib/clang/liblldbAPI/Makefile
index 275b26f..ed1b3b6 100644
--- a/lib/clang/liblldbAPI/Makefile
+++ b/lib/clang/liblldbAPI/Makefile
@@ -32,6 +32,7 @@ SRCS= SBAddress.cpp \
SBListener.cpp \
SBModule.cpp \
SBModuleSpec.cpp \
+ SBPlatform.cpp \
SBProcess.cpp \
SBSection.cpp \
SBSourceManager.cpp \
diff --git a/lib/clang/liblldbPluginProcessUtility/Makefile b/lib/clang/liblldbPluginProcessUtility/Makefile
index d0b221f..1459254 100644
--- a/lib/clang/liblldbPluginProcessUtility/Makefile
+++ b/lib/clang/liblldbPluginProcessUtility/Makefile
@@ -6,11 +6,14 @@ LIB= lldbPluginProcessUtility
SRCDIR= tools/lldb/source/Plugins/Process/Utility
SRCS= DynamicRegisterInfo.cpp \
+ HistoryThread.cpp \
+ HistoryUnwind.cpp \
InferiorCallPOSIX.cpp \
RegisterContextDarwin_arm.cpp \
RegisterContextDarwin_i386.cpp \
RegisterContextDarwin_x86_64.cpp \
RegisterContextDummy.cpp \
+ RegisterContextHistory.cpp \
RegisterContextLLDB.cpp \
RegisterContextMach_arm.cpp \
RegisterContextMach_i386.cpp \
OpenPOWER on IntegriCloud