summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-07-18 21:06:51 +0000
committerZachary Turner <zturner@google.com>2014-07-18 21:06:51 +0000
commitbe9c423b95805de657927f1426f702b2aa65b153 (patch)
tree9e762810ff347b182b97cc0a3859dc9863bded30 /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parent053a68688a1c23ca9ce7d003f5f74a35f8d3bf66 (diff)
downloadbcm5719-llvm-be9c423b95805de657927f1426f702b2aa65b153.tar.gz
bcm5719-llvm-be9c423b95805de657927f1426f702b2aa65b153.zip
Test commit. Having trouble committing from one machine but not
another, attempting to fix it. llvm-svn: 213413
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreterPython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index 01789e42818..9afcbbeed45 100644
--- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
@@ -2443,7 +2443,7 @@ ScriptInterpreterPython::RunScriptBasedCommand(const char* impl_function,
bool ret_val = false;
std::string err_msg;
-
+
{
Locker py_lock(this,
Locker::AcquireLock | Locker::InitSession | (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN),
OpenPOWER on IntegriCloud