1 # $NetBSD: Makefile,v 1.6 2015/01/29 20:41:38 joerg Exp $
7 .PATH
: ${LLDB_SRCDIR}/source
/Target
9 CPPFLAGS.Thread.
cpp+= -I
${LLDB_SRCDIR}/source
/Plugins
/Process
/Utility
12 CPPLanguageRuntime.
cpp \
13 ExecutionContext.
cpp \
14 InstrumentationRuntime.
cpp \
15 InstrumentationRuntimeStopInfo.
cpp \
20 NativeRegisterContext.
cpp \
21 NativeRegisterContextRegisterInfo.
cpp \
22 ObjCLanguageRuntime.
cpp \
28 ProcessLaunchInfo.
cpp \
33 SectionLoadHistory.
cpp \
46 ThreadPlanCallFunction.
cpp \
47 ThreadPlanCallUserExpression.
cpp \
48 ThreadPlanPython.
cpp \
49 ThreadPlanRunToAddress.
cpp \
50 ThreadPlanShouldStopHere.
cpp \
51 ThreadPlanStepInRange.
cpp \
52 ThreadPlanStepInstruction.
cpp \
53 ThreadPlanStepOut.
cpp \
54 ThreadPlanStepOverBreakpoint.
cpp \
55 ThreadPlanStepOverRange.
cpp \
56 ThreadPlanStepRange.
cpp \
57 ThreadPlanStepThrough.
cpp \
58 ThreadPlanStepUntil.
cpp \
59 ThreadPlanTracer.
cpp \
65 .
include <bsd.hostlib.mk
>