|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/API/SBError.h 32 bool Success() const;
References
gen/tools/lldb/scripts/LLDBWrapPython.cpp24971 result = (bool)((lldb::SBError const *)arg1)->Success();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 517 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBDebugger.cpp 738 if (sb_error.Success())
tools/lldb/source/API/SBError.cpp 66 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, Success);
199 LLDB_REGISTER_METHOD_CONST(bool, SBError, Success, ());
tools/lldb/source/API/SBProcess.cpp 165 return error.Success();
189 return error.Success();
tools/lldb/source/API/SBTarget.cpp 273 if (error.Success())
468 if (error.Success())
500 if (error.Success())
529 if (error.Success())
tools/lldb/source/API/SBThread.cpp 1074 if (sb_error.Success())
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp 119 if (ret != size || !error.Success()) {
129 if (!error.Success()) {
170 if ((ret != (size * 4)) || !error.Success()) {
194 if (!error.Success()) {
239 if ((ret != (size * 2)) || !error.Success()) {
291 if (!error.Success()) {
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 570 if (error.Success()) {
585 if (error.Success()) {