Home
last modified time | relevance | path

Searched refs:GetErrorFile (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterNone.cpp32 …m_interpreter.GetDebugger().GetErrorFile()->PutCString ("error: there is no embedded script interp… in ExecuteOneLine()
39 …m_interpreter.GetDebugger().GetErrorFile()->PutCString ("error: there is no embedded script interp… in ExecuteInterpreterLoop()
HDCommandInterpreter.cpp2968 m_debugger.GetErrorFile()->Write (stdio_buffer, bytes_written); in GetProcessOutput()
3201 m_debugger.GetErrorFile(), in GetIOHandler()
HDScriptInterpreterPython.cpp634 … result->SetImmediateErrorFile(debugger.GetErrorFile()->GetFile().GetStream()); in ExecuteOneLine()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h106 GetErrorFile () in GetErrorFile() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp229 StreamFileSP stream_sp (GetErrorFile()); in SetPropertyValue()
923 lldb::StreamFileSP stream = is_stdout ? GetOutputFile() : GetErrorFile(); in PrintAsync()
1013 err = GetErrorFile(); in AdoptTopIOHandlerFilesIfInvalid()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionParser.cpp533 error_stream = target->GetDebugger().GetErrorFile().get(); in PrepareForExecution()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp382 StreamFileSP stream_file_sp (m_opaque_sp->GetErrorFile()); in GetErrorFileHandle()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1093 …target->GetDebugger().GetErrorFile()->Printf("unable to load scripting data for module %s - error … in LoadScriptingResourceForModule()
1098 target->GetDebugger().GetErrorFile()->Printf("%s\n", in LoadScriptingResourceForModule()
HDProcess.cpp2267 …m_target.GetDebugger().GetErrorFile()->Printf ("warning: failed to resolve indirect function at 0x… in CreateBreakpointSite()
2315 …m_target.GetDebugger().GetErrorFile()->Printf ("warning: failed to set breakpoint site at 0x%" PRI… in CreateBreakpointSite()