1255722Semaste# $FreeBSD: releng/11.0/lib/clang/liblldbPluginProcessUtility/Makefile 296417 2016-03-05 20:24:31Z dim $
2255722Semaste
3255722Semaste.include <bsd.own.mk>
4255722Semaste
5255722SemasteLIB=	lldbPluginProcessUtility
6255722Semaste
7255722SemasteSRCDIR=	tools/lldb/source/Plugins/Process/Utility
8255722SemasteSRCS=	DynamicRegisterInfo.cpp \
9276479Sdim	FreeBSDSignals.cpp \
10288943Sdim	GDBRemoteSignals.cpp \
11258884Semaste	HistoryThread.cpp \
12258884Semaste	HistoryUnwind.cpp \
13255722Semaste	InferiorCallPOSIX.cpp \
14276479Sdim	LinuxSignals.cpp \
15288943Sdim	MipsLinuxSignals.cpp \
16296417Sdim	NetBSDSignals.cpp \
17255722Semaste	RegisterContextDarwin_arm.cpp \
18276479Sdim	RegisterContextDarwin_arm64.cpp \
19255722Semaste	RegisterContextDarwin_i386.cpp \
20255722Semaste	RegisterContextDarwin_x86_64.cpp \
21255722Semaste	RegisterContextDummy.cpp \
22288943Sdim	RegisterContextFreeBSD_arm.cpp \
23288943Sdim	RegisterContextFreeBSD_arm64.cpp \
24276479Sdim	RegisterContextFreeBSD_i386.cpp \
25276479Sdim	RegisterContextFreeBSD_mips64.cpp \
26280031Sdim	RegisterContextFreeBSD_powerpc.cpp \
27276479Sdim	RegisterContextFreeBSD_x86_64.cpp \
28258884Semaste	RegisterContextHistory.cpp \
29288943Sdim	RegisterContextLinux_arm.cpp \
30276479Sdim	RegisterContextLinux_arm64.cpp \
31276479Sdim	RegisterContextLinux_i386.cpp \
32288943Sdim	RegisterContextLinux_mips.cpp \
33276479Sdim	RegisterContextLinux_x86_64.cpp \
34255722Semaste	RegisterContextLLDB.cpp \
35255722Semaste	RegisterContextMach_arm.cpp \
36255722Semaste	RegisterContextMach_i386.cpp \
37255722Semaste	RegisterContextMach_x86_64.cpp \
38255722Semaste	RegisterContextMacOSXFrameBackchain.cpp \
39255722Semaste	RegisterContextMemory.cpp \
40288943Sdim	RegisterContextPOSIX_arm.cpp \
41276479Sdim	RegisterContextPOSIX_arm64.cpp \
42276479Sdim	RegisterContextPOSIX_mips64.cpp \
43280031Sdim	RegisterContextPOSIX_powerpc.cpp \
44276479Sdim	RegisterContextPOSIX_x86.cpp \
45255722Semaste	RegisterContextThreadMemory.cpp \
46255722Semaste	StopInfoMachException.cpp \
47255722Semaste	ThreadMemory.cpp \
48255722Semaste	UnwindLLDB.cpp \
49255722Semaste	UnwindMacOSXFrameBackchain.cpp
50255722Semaste
51276479SdimTGHDRS=	AttrList \
52276479Sdim	Attrs \
53276479Sdim	DiagnosticCommonKinds \
54255722Semaste	DeclNodes \
55255722Semaste	StmtNodes \
56255722Semaste	CommentCommandList
57255722Semaste
58255722Semaste.include "../lldb.lib.mk"
59