Get rid of hack by making the actual call public. This was causing the lldb-platform to not be able to link.
llvm-svn: 167253
This commit is contained in:
@@ -2300,7 +2300,7 @@ ScriptInterpreterPython::GetChildAtIndex (const lldb::ScriptInterpreterObjectSP&
|
||||
if (value_sb == NULL)
|
||||
Py_XDECREF(child_ptr);
|
||||
else
|
||||
ret_val = value_sb->get_sp();
|
||||
ret_val = value_sb->GetSP();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user