REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7909

Files:
  lldb/trunk/scripts/Python/interface/SBDebugger.i

Index: lldb/trunk/scripts/Python/interface/SBDebugger.i
===================================================================
--- lldb/trunk/scripts/Python/interface/SBDebugger.i
+++ lldb/trunk/scripts/Python/interface/SBDebugger.i
@@ -256,6 +256,12 @@
     bool 
     GetUseExternalEditor ();
 
+    bool
+    SetUseColor (bool use_color);
+
+    bool
+    GetUseColor () const;
+
     static bool
     GetDefaultArchitecture (char *arch_name, size_t arch_name_len);

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
Index: lldb/trunk/scripts/Python/interface/SBDebugger.i
===================================================================
--- lldb/trunk/scripts/Python/interface/SBDebugger.i
+++ lldb/trunk/scripts/Python/interface/SBDebugger.i
@@ -256,6 +256,12 @@
     bool 
     GetUseExternalEditor ();
 
+    bool
+    SetUseColor (bool use_color);
+
+    bool
+    GetUseColor () const;
+
     static bool
     GetDefaultArchitecture (char *arch_name, size_t arch_name_len);
 
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to