Home
last modified time | relevance | path

Searched refs:GetOutputData (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/API/
DSBCommandReturnObject.cpp79 m_opaque_ap->GetOutputData()); in GetOutput()
81 return m_opaque_ap->GetOutputData(); in GetOutput()
114 return strlen (m_opaque_ap->GetOutputData()); in GetOutputSize()
/external/lldb/include/lldb/Interpreter/
DCommandReturnObject.h35 GetOutputData () in GetOutputData() function
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1339 if (result.GetOutputData() == NULL || result.GetOutputData()[0] == '\0') in DoExecute()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2543 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData()); in HandleCommands()