Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h18 class CommandInterpreterRunResult; variable
111 const lldb_private::CommandInterpreterRunResult &rhs);
114 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp190 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()
198 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()
205 const CommandInterpreterRunResult &rhs) { in SBCommandInterpreterRunResult()
206 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
H A DSBDebugger.cpp1269 CommandInterpreterRunResult result = in RunCommandInterpreter()
1287 CommandInterpreterRunResult result = in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h37 class CommandInterpreterRunResult {
39 CommandInterpreterRunResult() = default;
557 CommandInterpreterRunResult
773 CommandInterpreterRunResult m_result;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3384 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3390 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()