Separate initing the stdout/stderr for running the Python Script interpreter from...
authorJim Ingham <jingham@apple.com>
Fri, 7 Dec 2012 17:43:38 +0000 (17:43 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 7 Dec 2012 17:43:38 +0000 (17:43 +0000)
commit6a51085e0987a6a54bda4fb5e862d5cdbc5af535
treee1a6ab0cd8866afb3d3f10f567d190e7364f4248
parentea2824dc886cdd54dd6f014428c095b0d747855a
Separate initing the stdout/stderr for running the Python Script interpreter from initing the lldb.target/frame/etc globals,
and only do the latter when it makes sense to.

<rdar://problem/12554049>

llvm-svn: 169614
lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
lldb/source/Core/Module.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp