[Lldb-commits] [lldb] r153661 - in /lldb/trunk/tools: Makefile lldb-platform/lldb-platform.cpp
Greg Clayton
gclayton at apple.com
Thu Mar 29 10:46:12 PDT 2012
Author: gclayton
Date: Thu Mar 29 12:46:11 2012
New Revision: 153661
URL: http://llvm.org/viewvc/llvm-project?rev=153661&view=rev
Log:
FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov.
Modified:
lldb/trunk/tools/Makefile
lldb/trunk/tools/lldb-platform/lldb-platform.cpp
Modified: lldb/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/Makefile?rev=153661&r1=153660&r2=153661&view=diff
==============================================================================
--- lldb/trunk/tools/Makefile (original)
+++ lldb/trunk/tools/Makefile Thu Mar 29 12:46:11 2012
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ..
-DIRS := driver
+DIRS := driver lldb-platform
include $(LLDB_LEVEL)/Makefile
Modified: lldb/trunk/tools/lldb-platform/lldb-platform.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-platform/lldb-platform.cpp?rev=153661&r1=153660&r2=153661&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-platform/lldb-platform.cpp (original)
+++ lldb/trunk/tools/lldb-platform/lldb-platform.cpp Thu Mar 29 12:46:11 2012
@@ -24,7 +24,7 @@
#include "lldb/Core/ConnectionMachPort.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/StreamFile.h"
-#include "GDBRemoteCommunicationServer.h"
+#include "Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h"
#include "Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h"
using namespace lldb;
using namespace lldb_private;
More information about the lldb-commits
mailing list