forked from OSchip/llvm-project
[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:
parent
eb05c610b4
commit
832a28c945
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue