Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h18 class CommandInterpreterRunResult; variable
103 const lldb_private::CommandInterpreterRunResult &rhs);
106 std::unique_ptr<lldb_private::CommandInterpreterRunResult> m_opaque_up;
/freebsd-14.2/contrib/llvm-project/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.cpp1269 CommandInterpreterRunResult result = in RunCommandInterpreter()
1287 CommandInterpreterRunResult result = in RunCommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h35 class CommandInterpreterRunResult {
37 CommandInterpreterRunResult() = default;
543 CommandInterpreterRunResult
749 CommandInterpreterRunResult m_result;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3361 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3367 m_result = CommandInterpreterRunResult(); in RunCommandInterpreter()