From 832a28c945577eb6807e57ba647c2f37baff6aaa Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 26 Feb 2015 17:46:16 +0000 Subject: [swig] Generate bindings for SBDebugger::*UseColor(). Summary: These functions were added in 2013, but not added to the SWIG bindings. Reviewers: ki.stfu, clayborg Reviewed By: ki.stfu, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D7909 llvm-svn: 230646 --- lldb/scripts/Python/interface/SBDebugger.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python/interface/SBDebugger.i') diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i index 48e0d5db638..8f7a7f8e6c2 100644 --- a/lldb/scripts/Python/interface/SBDebugger.i +++ b/lldb/scripts/Python/interface/SBDebugger.i @@ -256,6 +256,12 @@ public: bool GetUseExternalEditor (); + bool + SetUseColor (bool use_color); + + bool + GetUseColor () const; + static bool GetDefaultArchitecture (char *arch_name, size_t arch_name_len); -- cgit v1.2.3