[Lldb-commits] [PATCH 1/3] Use the lldb namespace.

Stephen Wilson wilsons at start.ca
Thu Dec 16 12:54:52 PST 2010


Eliminates many errors when compiling using GCC under Linux (references to lldb
defined enumerations in particular).

diff --git a/source/lldb.cpp b/source/lldb.cpp
index 082274b..6f68111 100644
--- a/source/lldb.cpp
+++ b/source/lldb.cpp
@@ -43,6 +43,7 @@
 #include "Plugins/Process/Linux/ProcessLinux.h"
 #endif
 
+using namespace lldb;
 using namespace lldb_private;
 
 
-- 
1.7.3.2




More information about the lldb-commits mailing list