Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp587 results.GetResult() == lldb::eCommandInterpreterResultCommandError) in MainLoop()
609 lldb::eCommandInterpreterResultCommandError) in MainLoop()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1164 eCommandInterpreterResultCommandError, enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1402 .. py:data:: eCommandInterpreterResultCommandError
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3149 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()