2013-09-19 21:52:02 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
LIB= lldbPluginProcessGDBRemote
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote
|
|
|
|
|
SRCS= GDBRemoteCommunication.cpp \
|
|
|
|
|
GDBRemoteCommunicationClient.cpp \
|
|
|
|
|
GDBRemoteCommunicationServer.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
GDBRemoteCommunicationServerCommon.cpp \
|
|
|
|
|
GDBRemoteCommunicationServerLLGS.cpp \
|
|
|
|
|
GDBRemoteCommunicationServerPlatform.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
GDBRemoteRegisterContext.cpp \
|
|
|
|
|
ProcessGDBRemote.cpp \
|
|
|
|
|
ProcessGDBRemoteLog.cpp \
|
|
|
|
|
ThreadGDBRemote.cpp
|
|
|
|
|
|
2014-11-26 12:40:03 -05:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
|
Attrs \
|
|
|
|
|
DiagnosticCommonKinds \
|
2013-09-19 21:52:02 -04:00
|
|
|
DeclNodes \
|
|
|
|
|
StmtNodes \
|
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|