mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user