summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-03-19 13:19:56 +0000
committeremaste <emaste@FreeBSD.org>2014-03-19 13:19:56 +0000
commit6bffb425031a89766175bf7d36548468157224d7 (patch)
tree3f17fbccb4da4f5efb8e22dc450a48ea577d1ed3 /lib/clang
parentde2662087f68970c151b26a2997516c216039b26 (diff)
downloadFreeBSD-src-6bffb425031a89766175bf7d36548468157224d7.zip
FreeBSD-src-6bffb425031a89766175bf7d36548468157224d7.tar.gz
MFC r258892: lldb: Threaded inferior support for FreeBSD
This is in the process of being submitted to the upstream LLDB repository. The thread list functionality is modelled in part on GDBRemoteCommunicationClient. LLDB bug pr16696 and code review D2267 Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/liblldbPluginProcessFreeBSD/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/liblldbPluginProcessFreeBSD/Makefile b/lib/clang/liblldbPluginProcessFreeBSD/Makefile
index 80e668e..2002b7d 100644
--- a/lib/clang/liblldbPluginProcessFreeBSD/Makefile
+++ b/lib/clang/liblldbPluginProcessFreeBSD/Makefile
@@ -9,7 +9,8 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Fre
CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD
-SRCS= ProcessFreeBSD.cpp \
+SRCS= FreeBSDThread.cpp \
+ ProcessFreeBSD.cpp \
ProcessMonitor.cpp
TGHDRS= DiagnosticCommonKinds \
OpenPOWER on IntegriCloud