2013-09-25 18:37:32 +08:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
|
|
|
include_directories(../Plugins/Process/Utility)
|
|
|
|
|
|
|
|
add_lldb_library(lldbTarget
|
|
|
|
ABI.cpp
|
|
|
|
CPPLanguageRuntime.cpp
|
|
|
|
ExecutionContext.cpp
|
2014-08-15 00:01:25 +08:00
|
|
|
FileAction.cpp
|
2014-03-06 08:14:12 +08:00
|
|
|
JITLoader.cpp
|
|
|
|
JITLoaderList.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
LanguageRuntime.cpp
|
|
|
|
Memory.cpp
|
2014-09-04 09:03:18 +08:00
|
|
|
MemoryHistory.cpp
|
2014-07-01 05:05:18 +08:00
|
|
|
NativeRegisterContext.cpp
|
|
|
|
NativeRegisterContextRegisterInfo.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
ObjCLanguageRuntime.cpp
|
|
|
|
OperatingSystem.cpp
|
|
|
|
PathMappingList.cpp
|
|
|
|
Platform.cpp
|
|
|
|
Process.cpp
|
2014-06-30 08:30:53 +08:00
|
|
|
ProcessInfo.cpp
|
|
|
|
ProcessLaunchInfo.cpp
|
2013-12-13 08:29:16 +08:00
|
|
|
Queue.cpp
|
|
|
|
QueueItem.cpp
|
|
|
|
QueueList.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
RegisterContext.cpp
|
2013-12-06 16:49:14 +08:00
|
|
|
SectionLoadHistory.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
SectionLoadList.cpp
|
|
|
|
StackFrame.cpp
|
|
|
|
StackFrameList.cpp
|
|
|
|
StackID.cpp
|
|
|
|
StopInfo.cpp
|
2013-11-05 11:57:19 +08:00
|
|
|
SystemRuntime.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
Target.cpp
|
|
|
|
TargetList.cpp
|
|
|
|
Thread.cpp
|
2014-09-06 04:11:22 +08:00
|
|
|
ThreadCollection.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
ThreadList.cpp
|
|
|
|
ThreadPlan.cpp
|
|
|
|
ThreadPlanBase.cpp
|
|
|
|
ThreadPlanCallFunction.cpp
|
|
|
|
ThreadPlanCallUserExpression.cpp
|
2014-09-30 23:58:56 +08:00
|
|
|
ThreadPlanPython.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
ThreadPlanRunToAddress.cpp
|
|
|
|
ThreadPlanShouldStopHere.cpp
|
|
|
|
ThreadPlanStepInRange.cpp
|
|
|
|
ThreadPlanStepInstruction.cpp
|
|
|
|
ThreadPlanStepOut.cpp
|
|
|
|
ThreadPlanStepOverBreakpoint.cpp
|
|
|
|
ThreadPlanStepOverRange.cpp
|
|
|
|
ThreadPlanStepRange.cpp
|
|
|
|
ThreadPlanStepThrough.cpp
|
|
|
|
ThreadPlanStepUntil.cpp
|
|
|
|
ThreadPlanTracer.cpp
|
|
|
|
ThreadSpec.cpp
|
|
|
|
UnixSignals.cpp
|
|
|
|
UnwindAssembly.cpp
|
|
|
|
)
|