Searched refs:GetResult (Results 1 – 8 of 8) sorted by relevance
40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() function in HostThread41 return m_native_thread->GetResult(); in GetResult()
28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() function in HostNativeThreadBase
559 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()
228 SBCommandInterpreterRunResult::GetResult() const { in GetResult() function in SBCommandInterpreterRunResult231 return m_opaque_up->GetResult(); in GetResult()
42 lldb::thread_result_t GetResult() const;
107 lldb::CommandInterpreterResult GetResult() const;
43 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult() function