Date: Tue, 18 Feb 2014 19:58:01 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r262189 - in projects/lldb-r201577/lib/clang: liblldbAPI liblldbCommands liblldbCore liblldbHostCommon liblldbTarget Message-ID: <201402181958.s1IJw1Gu019670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Tue Feb 18 19:58:01 2014 New Revision: 262189 URL: http://svnweb.freebsd.org/changeset/base/262189 Log: Update LLDB bmake build for r262187 Sponsored by: DARPA, AFRL Modified: projects/lldb-r201577/lib/clang/liblldbAPI/Makefile projects/lldb-r201577/lib/clang/liblldbCommands/Makefile projects/lldb-r201577/lib/clang/liblldbCore/Makefile projects/lldb-r201577/lib/clang/liblldbHostCommon/Makefile projects/lldb-r201577/lib/clang/liblldbTarget/Makefile Modified: projects/lldb-r201577/lib/clang/liblldbAPI/Makefile ============================================================================== --- projects/lldb-r201577/lib/clang/liblldbAPI/Makefile Tue Feb 18 19:57:00 2014 (r262188) +++ projects/lldb-r201577/lib/clang/liblldbAPI/Makefile Tue Feb 18 19:58:01 2014 (r262189) @@ -25,7 +25,6 @@ SRCS= SBAddress.cpp \ SBFrame.cpp \ SBFunction.cpp \ SBHostOS.cpp \ - SBInputReader.cpp \ SBInstruction.cpp \ SBInstructionList.cpp \ SBLineEntry.cpp \ @@ -34,6 +33,8 @@ SRCS= SBAddress.cpp \ SBModuleSpec.cpp \ SBPlatform.cpp \ SBProcess.cpp \ + SBQueue.cpp \ + SBQueueItem.cpp \ SBSection.cpp \ SBSourceManager.cpp \ SBStream.cpp \ Modified: projects/lldb-r201577/lib/clang/liblldbCommands/Makefile ============================================================================== --- projects/lldb-r201577/lib/clang/liblldbCommands/Makefile Tue Feb 18 19:57:00 2014 (r262188) +++ projects/lldb-r201577/lib/clang/liblldbCommands/Makefile Tue Feb 18 19:58:01 2014 (r262189) @@ -14,6 +14,7 @@ SRCS= CommandCompletions.cpp \ CommandObjectDisassemble.cpp \ CommandObjectExpression.cpp \ CommandObjectFrame.cpp \ + CommandObjectGUI.cpp \ CommandObjectHelp.cpp \ CommandObjectLog.cpp \ CommandObjectMemory.cpp \ Modified: projects/lldb-r201577/lib/clang/liblldbCore/Makefile ============================================================================== --- projects/lldb-r201577/lib/clang/liblldbCore/Makefile Tue Feb 18 19:57:00 2014 (r262188) +++ projects/lldb-r201577/lib/clang/liblldbCore/Makefile Tue Feb 18 19:58:01 2014 (r262189) @@ -32,9 +32,7 @@ SRCS= Address.cpp \ FileLineResolver.cpp \ FileSpecList.cpp \ History.cpp \ - InputReader.cpp \ - InputReaderEZ.cpp \ - InputReaderStack.cpp \ + IOHandler.cpp \ Language.cpp \ Listener.cpp \ Log.cpp \ Modified: projects/lldb-r201577/lib/clang/liblldbHostCommon/Makefile ============================================================================== --- projects/lldb-r201577/lib/clang/liblldbHostCommon/Makefile Tue Feb 18 19:57:00 2014 (r262188) +++ projects/lldb-r201577/lib/clang/liblldbHostCommon/Makefile Tue Feb 18 19:58:01 2014 (r262189) @@ -7,6 +7,7 @@ LIB= lldbHostCommon SRCDIR= tools/lldb/source/Host/common SRCS= Condition.cpp \ DynamicLibrary.cpp \ + Editline.cpp \ File.cpp \ FileSpec.cpp \ Host.cpp \ Modified: projects/lldb-r201577/lib/clang/liblldbTarget/Makefile ============================================================================== --- projects/lldb-r201577/lib/clang/liblldbTarget/Makefile Tue Feb 18 19:57:00 2014 (r262188) +++ projects/lldb-r201577/lib/clang/liblldbTarget/Makefile Tue Feb 18 19:58:01 2014 (r262189) @@ -17,7 +17,11 @@ SRCS= ABI.cpp \ PathMappingList.cpp \ Platform.cpp \ Process.cpp \ + Queue.cpp \ + QueueItem.cpp \ + QueueList.cpp \ RegisterContext.cpp \ + SectionLoadHistory.cpp \ SectionLoadList.cpp \ StackFrame.cpp \ StackFrameList.cpp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181958.s1IJw1Gu019670>