Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() function in HostThread
41 return m_native_thread->GetResult(); in GetResult()
H A DHostNativeThreadBase.cpp28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() function in HostNativeThreadBase
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp559 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
562 results.GetResult() != lldb::eCommandInterpreterResultInferiorCrash) in MainLoop()
568 results.GetResult() == lldb::eCommandInterpreterResultCommandError) in MainLoop()
572 results.GetResult() == lldb::eCommandInterpreterResultInferiorCrash && in MainLoop()
582 if (local_results.GetResult() == in MainLoop()
589 local_results.GetResult() == in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp228 SBCommandInterpreterRunResult::GetResult() const { in GetResult() function in SBCommandInterpreterRunResult
231 return m_opaque_up->GetResult(); in GetResult()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h42 lldb::thread_result_t GetResult() const;
H A DHostNativeThreadBase.h42 lldb::thread_result_t GetResult() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h107 lldb::CommandInterpreterResult GetResult() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h43 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult() function