aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/clang/liblldbPluginProcessUtility/Makefile1
-rw-r--r--lib/clang/liblldbTarget/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginProcessUtility/Makefile b/lib/clang/liblldbPluginProcessUtility/Makefile
index f1308412bee9..ee11668d109d 100644
--- a/lib/clang/liblldbPluginProcessUtility/Makefile
+++ b/lib/clang/liblldbPluginProcessUtility/Makefile
@@ -7,6 +7,7 @@ LIB= lldbPluginProcessUtility
SRCDIR= tools/lldb/source/Plugins/Process/Utility
SRCS= DynamicRegisterInfo.cpp \
FreeBSDSignals.cpp \
+ GDBRemoteSignals.cpp \
HistoryThread.cpp \
HistoryUnwind.cpp \
InferiorCallPOSIX.cpp \
diff --git a/lib/clang/liblldbTarget/Makefile b/lib/clang/liblldbTarget/Makefile
index 8163ad5be025..110dfe9d440d 100644
--- a/lib/clang/liblldbTarget/Makefile
+++ b/lib/clang/liblldbTarget/Makefile
@@ -44,6 +44,7 @@ SRCS= ABI.cpp \
ThreadPlan.cpp \
ThreadPlanBase.cpp \
ThreadPlanCallFunction.cpp \
+ ThreadPlanCallFunctionUsingABI.cpp \
ThreadPlanCallUserExpression.cpp \
ThreadPlanPython.cpp \
ThreadPlanRunToAddress.cpp \