Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h18 class CommandInterpreterRunResult; variable
102 const lldb_private::CommandInterpreterRunResult &rhs);
105 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp202 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()
210 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()
218 const CommandInterpreterRunResult &rhs) in SBCommandInterpreterRunResult()
220 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
H A DSBDebugger.cpp1235 CommandInterpreterRunResult result = in RunCommandInterpreter()
1255 CommandInterpreterRunResult result = in RunCommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h34 class CommandInterpreterRunResult {
36 CommandInterpreterRunResult() = default;
472 CommandInterpreterRunResult
656 CommandInterpreterRunResult m_result;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3080 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3086 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()