Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning
llvm-svn: 138105
This commit is contained in:
@@ -1946,7 +1946,7 @@ ScriptInterpreterPython::RunScriptBasedCommand(const char* impl_function,
|
||||
debugger_sp,
|
||||
args,
|
||||
err_msg,
|
||||
cmd_retobj);
|
||||
(void*)&cmd_retobj);
|
||||
python_interpreter->LeaveSession ();
|
||||
}
|
||||
else
|
||||
@@ -1960,7 +1960,7 @@ ScriptInterpreterPython::RunScriptBasedCommand(const char* impl_function,
|
||||
debugger_sp,
|
||||
args,
|
||||
err_msg,
|
||||
cmd_retobj);
|
||||
(void*)&cmd_retobj);
|
||||
python_interpreter->LeaveSession ();
|
||||
ReleasePythonLock ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user