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
569 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested) in MainLoop()572 results.GetResult() != lldb::eCommandInterpreterResultInferiorCrash) in MainLoop()578 results.GetResult() == lldb::eCommandInterpreterResultCommandError) in MainLoop()582 results.GetResult() == lldb::eCommandInterpreterResultInferiorCrash && in MainLoop()592 if (local_results.GetResult() == in MainLoop()599 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;
44 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult() function