diff options
author | emaste <emaste@FreeBSD.org> | 2015-02-08 17:26:41 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-02-08 17:26:41 +0000 |
commit | 0a0889c380877205a5983168ab5f2bdb044e18f4 (patch) | |
tree | 69a51e70661c25dfba371c4c05a71caf642c0bdb /lib/clang/liblldbTarget | |
parent | d0b639aedf54d9c22d4bad7c263d01fa08e262cf (diff) | |
download | FreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.zip FreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.tar.gz |
Update FreeBSD LLDB build for 3.6 update
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/clang/liblldbTarget')
-rw-r--r-- | lib/clang/liblldbTarget/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/clang/liblldbTarget/Makefile b/lib/clang/liblldbTarget/Makefile index a8fb457..95ced8d 100644 --- a/lib/clang/liblldbTarget/Makefile +++ b/lib/clang/liblldbTarget/Makefile @@ -11,10 +11,13 @@ SRCS= ABI.cpp \ CPPLanguageRuntime.cpp \ ExecutionContext.cpp \ FileAction.cpp \ + InstrumentationRuntime.cpp \ + InstrumentationRuntimeStopInfo.cpp \ JITLoader.cpp \ JITLoaderList.cpp \ LanguageRuntime.cpp \ Memory.cpp \ + MemoryHistory.cpp \ NativeRegisterContext.cpp \ NativeRegisterContextRegisterInfo.cpp \ ObjCLanguageRuntime.cpp \ @@ -38,11 +41,13 @@ SRCS= ABI.cpp \ Target.cpp \ TargetList.cpp \ Thread.cpp \ + ThreadCollection.cpp \ ThreadList.cpp \ ThreadPlan.cpp \ ThreadPlanBase.cpp \ ThreadPlanCallFunction.cpp \ ThreadPlanCallUserExpression.cpp \ + ThreadPlanPython.cpp \ ThreadPlanRunToAddress.cpp \ ThreadPlanShouldStopHere.cpp \ ThreadPlanStepInRange.cpp \ |