Home
last modified time | relevance | path

Searched refs:eCommandInterpreterResultInferiorCrash (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/driver/
DDriver.cpp617 results.GetResult() != lldb::eCommandInterpreterResultInferiorCrash) in MainLoop()
627 results.GetResult() == lldb::eCommandInterpreterResultInferiorCrash && in MainLoop()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1103 eCommandInterpreterResultInferiorCrash, enumerator
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1197 result.IsResult(lldb::eCommandInterpreterResultInferiorCrash); in RunCommandInterpreter()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2896 m_result.SetResult(lldb::eCommandInterpreterResultInferiorCrash); in IOHandlerInputComplete()