[Lldb-commits] [PATCH] [swig] Generate bindings for SBDebugger::*UseColor().
Bruce Mitchener
bruce.mitchener at gmail.com
Thu Feb 26 06:49:34 PST 2015
Hi clayborg,
These functions were added in 2013, but not added to the SWIG
bindings.
http://reviews.llvm.org/D7909
Files:
scripts/Python/interface/SBDebugger.i
Index: scripts/Python/interface/SBDebugger.i
===================================================================
--- scripts/Python/interface/SBDebugger.i
+++ 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.20758.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150226/66d6653e/attachment.bin>
More information about the lldb-commits
mailing list