[Lldb-commits] [PATCH] [swig] Generate bindings for SBDebugger::*UseColor().

Bruce Mitchener bruce.mitchener at gmail.com
Thu Feb 26 09:48:26 PST 2015


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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7909.20776.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150226/52103f50/attachment.bin>


More information about the lldb-commits mailing list