[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
This commit is contained in:
Bruce Mitchener 2015-02-26 17:46:16 +00:00
parent eb05c610b4
commit 832a28c945
1 changed files with 6 additions and 0 deletions

View File

@ -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);