Searched refs:out_sp (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBInstructionList.cpp | 128 void SBInstructionList::Print(FileSP out_sp) { in Print() argument 129 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 130 if (!out_sp || !out_sp->IsValid()) in Print() 132 StreamFile stream(out_sp); in Print()
|
H A D | SBInstruction.cpp | 281 void SBInstruction::Print(FileSP out_sp) { in Print() argument 282 LLDB_INSTRUMENT_VA(this, out_sp); in Print() 284 if (!out_sp || !out_sp->IsValid()) in Print() 295 StreamFile out_stream(out_sp); in Print()
|
H A D | SBDebugger.cpp | 617 const SBEvent &event, FileSP out_sp, in HandleProcessEvent() argument 620 LLDB_INSTRUMENT_VA(this, process, event, out_sp, err_sp); in HandleProcessEvent() 639 if (out_sp) in HandleProcessEvent() 640 out_sp->Write(stdio_buffer, len); in HandleProcessEvent() 659 process.ReportEventState(event, out_sp); in HandleProcessEvent()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 638 FileSP in_sp, FileSP out_sp, in EnterSession() argument 690 if (!in_sp || !out_sp || !err_sp || !*in_sp || !*out_sp || !*err_sp) in EnterSession() 703 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
|