Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp178 : m_opaque_up(new CommandInterpreterRunResult()) in SBCommandInterpreterRunResult()
186 : m_opaque_up(new CommandInterpreterRunResult()) { in SBCommandInterpreterRunResult()
193 const CommandInterpreterRunResult &rhs) { in SBCommandInterpreterRunResult()
194 m_opaque_up = std::make_unique<CommandInterpreterRunResult>(rhs); in SBCommandInterpreterRunResult()
H A DSBDebugger.cpp1217 CommandInterpreterRunResult result = in RunCommandInterpreter()
1235 CommandInterpreterRunResult result = in RunCommandInterpreter()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h34 class CommandInterpreterRunResult {
36 CommandInterpreterRunResult() = default;
532 CommandInterpreterRunResult
730 CommandInterpreterRunResult m_result;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3298 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3304 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()