Home
last modified time | relevance | path

Searched refs:SetReadThreadBytesReceivedCallback (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBCommunication.cpp228 SBCommunication::SetReadThreadBytesReceivedCallback in SetReadThreadBytesReceivedCallback() function in SBCommunication
239 m_opaque->SetReadThreadBytesReceivedCallback (callback, callback_baton); in SetReadThreadBytesReceivedCallback()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommunication.h84 SetReadThreadBytesReceivedCallback (ReadThreadBytesReceived callback,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp76 SetReadThreadBytesReceivedCallback (NULL, NULL); in Clear()
407 Communication::SetReadThreadBytesReceivedCallback in SetReadThreadBytesReceivedCallback() function in Communication
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDCommunication.h319 SetReadThreadBytesReceivedCallback (ReadThreadBytesReceived callback,
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp599 …output_comm.SetReadThreadBytesReceivedCallback(ReadThreadBytesReceived, &result->GetOutputStream()… in ExecuteOneLine()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp4886 … m_stdio_communication.SetReadThreadBytesReceivedCallback (STDIOReadThreadBytesReceived, this); in SetSTDIOFileDescriptor()