Home
last modified time | relevance | path

Searched refs:SBCommandInterpreterRunResult (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp187 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult() in SBCommandInterpreterRunResult() function in SBCommandInterpreterRunResult
191 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBCommandInterpreterRunResult); in SBCommandInterpreterRunResult()
194 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult( in SBCommandInterpreterRunResult() function in SBCommandInterpreterRunResult
195 const SBCommandInterpreterRunResult &rhs) in SBCommandInterpreterRunResult()
197 LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreterRunResult, in SBCommandInterpreterRunResult()
198 (const lldb::SBCommandInterpreterRunResult &), rhs); in SBCommandInterpreterRunResult()
203 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult( in SBCommandInterpreterRunResult() function in SBCommandInterpreterRunResult
209 SBCommandInterpreterRunResult::~SBCommandInterpreterRunResult() = default;
211 SBCommandInterpreterRunResult &SBCommandInterpreterRunResult::operator=( in operator =()
212 const SBCommandInterpreterRunResult &rhs) { in operator =()
[all …]
DSBDebugger.cpp1201 SBCommandInterpreterRunResult SBDebugger::RunCommandInterpreter( in RunCommandInterpreter()
1203 LLDB_RECORD_METHOD(lldb::SBCommandInterpreterRunResult, SBDebugger, in RunCommandInterpreter()
1208 return LLDB_RECORD_RESULT(SBCommandInterpreterRunResult()); in RunCommandInterpreter()
1214 return LLDB_RECORD_RESULT(SBCommandInterpreterRunResult(result)); in RunCommandInterpreter()
1843 LLDB_REGISTER_METHOD(lldb::SBCommandInterpreterRunResult, SBDebugger, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h81 class LLDB_API SBCommandInterpreterRunResult {
86 SBCommandInterpreterRunResult();
87 SBCommandInterpreterRunResult(const SBCommandInterpreterRunResult &rhs);
88 ~SBCommandInterpreterRunResult();
90 SBCommandInterpreterRunResult &
91 operator=(const SBCommandInterpreterRunResult &rhs);
97 SBCommandInterpreterRunResult(
DSBDefines.h31 class LLDB_API SBCommandInterpreterRunResult; variable
DSBDebugger.h334 SBCommandInterpreterRunResult
/external/llvm-project/lldb/tools/driver/
DDriver.cpp612 SBCommandInterpreterRunResult results = in MainLoop()
638 SBCommandInterpreterRunResult local_results = in MainLoop()