Index: lldb/trunk/scripts/Python/interface/SBDebugger.i =================================================================== --- lldb/trunk/scripts/Python/interface/SBDebugger.i +++ lldb/trunk/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);