Home
last modified time | relevance | path

Searched refs:CommandInterpreterResult (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h40 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult()
42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult()
51 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult()
55 lldb::CommandInterpreterResult m_result =
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h98 lldb::CommandInterpreterResult GetResult() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp215 lldb::CommandInterpreterResult
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1141 enum CommandInterpreterResult { enum
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1388 CommandInterpreterResult section in Enumerators