<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does...
authorEnrico Granata <egranata@apple.com>
Mon, 29 Oct 2012 21:18:03 +0000 (21:18 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 29 Oct 2012 21:18:03 +0000 (21:18 +0000)
commitb588726ec976f38ceacb8ae2aff97c2631073142
tree8d310ea112804f62135cfd68090e48a030abc5b2
parent8f4d7eb518d7dd6309de9f0f1211b04265e8b1fd
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it
This should delay initialization of Python until strictly necessary and speed-up debugger startup
Also, convert formatters for SEL and BOOL ObjC data-types from Python to C++, in order to reap more performance benefits from the above changes

llvm-svn: 166967
lldb/include/lldb/Core/CXXFormatterFunctions.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/Core/CXXFormatterFunctions.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Core/FormatManager.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp