|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Utility/Status.h 187 bool Success() const;
References
tools/lldb/source/API/SBDebugger.cpp 802 if (error.Success()) {
831 if (error.Success()) {
tools/lldb/source/API/SBError.cpp 70 ret_value = m_opaque_up->Success();
174 if (m_opaque_up->Success())
tools/lldb/source/API/SBHostOS.cpp 139 return error.Success();
158 return error.Success();
174 return error.Success();
tools/lldb/source/API/SBThread.cpp 689 if (new_plan_status.Success())
724 if (new_plan_status.Success())
771 if (new_plan_status.Success())
801 if (new_plan_status.Success())
837 if (new_plan_status.Success())
950 if (new_plan_status.Success())
1015 if (new_plan_status.Success())
tools/lldb/source/API/SBValue.cpp 1411 if (error.Success())
1437 if (!set_error.Success()) {
tools/lldb/source/Breakpoint/BreakpointIDList.cpp 141 if (!error.Success()) {
tools/lldb/source/Breakpoint/BreakpointLocation.cpp 313 if (error.Success()) {
tools/lldb/source/Breakpoint/BreakpointResolver.cpp 142 if (!error.Success()) {
tools/lldb/source/Breakpoint/Watchpoint.cpp 120 return (m_new_value_sp && m_new_value_sp->GetError().Success());
tools/lldb/source/Commands/CommandCompletions.cpp 201 if (error.Success())
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp 427 if (error.Success())
1529 error.Success())
2086 if (!error.Success()) {
2206 if (!error.Success()) {
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp 424 if (!error.Success())
tools/lldb/source/Commands/CommandObjectCommands.cpp 1021 if (error.Success()) {
1556 if (!error.Success())
tools/lldb/source/Commands/CommandObjectExpression.cpp 140 if (!error.Success())
437 if (result_valobj_sp->GetError().Success()) {
619 if (!repl_error.Success()) {
tools/lldb/source/Commands/CommandObjectMemory.cpp 1720 if (error.Success()) {
tools/lldb/source/Commands/CommandObjectPlatform.cpp 296 if (error.Success()) {
356 if (error.Success()) {
458 if (error.Success()) {
512 if (error.Success()) {
824 if (error.Success()) {
929 if (error.Success()) {
1008 if (error.Success())
1705 if (error.Success()) {
tools/lldb/source/Commands/CommandObjectProcess.cpp 74 if (detach_error.Success()) {
85 if (destroy_error.Success()) {
222 if (error.Success()) {
426 if (error.Success()) {
609 if (error.Success()) {
725 if (error.Success()) {
995 if (error.Success()) {
1058 if (error.Success()) {
1102 if (error.Success()) {
1143 if (error.Success()) {
1181 if (error.Success()) {
tools/lldb/source/Commands/CommandObjectRegister.cpp 354 if (error.Success()) {
tools/lldb/source/Commands/CommandObjectReproducer.cpp 192 if (!error.Success())
tools/lldb/source/Commands/CommandObjectSettings.cpp 215 if (error.Success()) {
285 if (error.Success()) {
405 if (!error.Success()) {
tools/lldb/source/Commands/CommandObjectTarget.cpp 186 if (error.Success())
4335 .Success())
tools/lldb/source/Commands/CommandObjectThread.cpp 760 if (!error.Success()) {
940 if (error.Success()) {
1009 if (error.Success())
1031 if (error.Success()) {
1269 if (error.Success()) {
1617 if (!error.Success()) {
1674 if (!error.Success()) {
tools/lldb/source/Commands/CommandObjectType.cpp 979 if (error.Success())
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp 222 if (error.Success())
tools/lldb/source/Core/Address.cpp 343 if (!error.Success())
tools/lldb/source/Core/Communication.cpp 240 return error.Success();
248 return error.Success();
tools/lldb/source/Core/Debugger.cpp 276 if (error.Success()) {
1339 if (error.Success()) {
1615 if (!err.Success()) {
tools/lldb/source/Core/Disassembler.cpp 1137 if (!error.Success())
tools/lldb/source/Core/DynamicLoader.cpp 182 if (error.Success() && is_loaded) {
193 if (error.Success() && memory_info.GetMapped() &&
tools/lldb/source/Core/FormatEntity.cpp 406 error.Success()) {
1061 if (error.Success()) {
1078 if (error.Success()) {
1715 if (var_value_sp->GetError().Success()) {
1992 while (!format.empty() && error.Success()) {
tools/lldb/source/Core/IOHandler.cpp 378 if (error.Success() && !bytes_read) {
tools/lldb/source/Core/Value.cpp 234 if (error_ptr && error_ptr->Success())
600 if (error.Success()) {
tools/lldb/source/Core/ValueObject.cpp 207 return m_error.Success();
276 return m_error.Success();
823 if (error.Success()) {
837 if (error.Success() || bytes_read > 0) {
902 if (!set_error.Success()) {
917 if (!error.Success())
1596 if (error.Success()) {
1609 if (!error.Success())
2763 if (UpdateValueIfNeeded(false) && m_error.Success()) {
tools/lldb/source/Core/ValueObjectCast.cpp 88 if (m_error.Success() && m_parent->GetError().Fail())
tools/lldb/source/Core/ValueObjectChild.cpp 223 if (m_error.Success()) {
244 return m_error.Success();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp 120 if (m_error.Success() && m_parent->GetError().Fail())
203 return m_error.Success();
253 if (m_error.Success()) {
tools/lldb/source/Core/ValueObjectMemory.cpp 217 SetValueIsValid(m_error.Success());
219 return m_error.Success();
tools/lldb/source/Core/ValueObjectRegister.cpp 86 return m_error.Success();
174 return m_error.Success();
330 if (error.Success()) {
342 if (error.Success()) {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp 137 if (error.Success())
tools/lldb/source/Core/ValueObjectVariable.cpp 216 SetValueIsValid(m_error.Success());
222 return m_error.Success();
tools/lldb/source/DataFormatters/TypeFormat.cpp 85 error.Success())
tools/lldb/source/Expression/FunctionCaller.cpp 85 if (!jit_error.Success()) {
tools/lldb/source/Expression/IRExecutionUnit.cpp 59 if (!error.Success())
64 if (!error.Success()) {
77 if (err.Success()) {
158 if (!err.Success()) {
207 if (err && err->Success()) {
338 if (!error.Success()) {
441 if (!err.Success()) {
458 if (err.Success()) {
1137 return error.Success();
1190 if (err.Success())
tools/lldb/source/Expression/IRInterpreter.cpp 186 if (!extract_error.Success())
226 return write_error.Success();
318 if (!write_error.Success()) {
362 return write_error.Success();
394 if (!read_error.Success())
858 if (!write_error.Success()) {
1317 if (!read_error.Success()) {
1330 if (!read_error.Success()) {
1340 if (!write_error.Success()) {
1405 if (!read_error.Success()) {
1418 if (!read_error.Success()) {
1428 if (!write_error.Success()) {
tools/lldb/source/Expression/IRMemoryMap.cpp 74 if (!alloc_error.Success())
107 if (err.Success()) {
344 if (!error.Success())
371 if (!error.Success())
563 if (!error.Success())
571 if (!error.Success())
687 if (!error.Success())
702 if (!error.Success())
729 if (!error.Success())
772 if (!error.Success())
822 if (!error.Success())
tools/lldb/source/Expression/LLVMUserExpression.cpp 117 if (!interpreter_error.Success()) {
265 if (!dematerialize_error.Success()) {
313 if (!alloc_error.Success()) {
338 if (!alloc_error.Success()) {
352 if (!materialize_error.Success()) {
tools/lldb/source/Expression/Materializer.cpp 74 if (!allocate_error.Success()) {
111 if (!write_error.Success()) {
130 if (!deallocate_error.Success()) {
159 if (!err.Success())
175 if (!write_error.Success()) {
225 if (!read_error.Success()) {
293 if (!read_error.Success()) {
321 if (!err.Success())
328 if (!err.Success())
352 if (!err.Success()) {
369 if (!err.Success()) {
377 if (!err.Success()) {
463 if (!extract_error.Success()) {
476 if (!write_error.Success()) {
492 if (!write_error.Success()) {
502 if (!extract_error.Success()) {
556 if (!alloc_error.Success()) {
568 if (!write_error.Success()) {
580 if (!pointer_write_error.Success()) {
626 if (!extract_error.Success()) {
647 if (!set_error.Success()) {
659 if (!free_error.Success()) {
690 if (!err.Success()) {
721 if (!err.Success()) {
812 if (!alloc_error.Success()) {
824 if (!pointer_write_error.Success()) {
851 if (!read_error.Success()) {
924 if (!read_error.Success()) {
964 if (!err.Success()) {
995 if (!err.Success()) {
1088 if (!pointer_write_error.Success()) {
1131 if (!err.Success()) {
1221 if (!write_error.Success()) {
1259 if (!extract_error.Success()) {
1306 if (!err.Success()) {
1371 if (!error.Success())
1425 if (!error.Success())
tools/lldb/source/Expression/REPL.cpp 264 if (thread && thread->UnwindInnermostExpression().Success()) {
307 if (result_valobj_sp->GetError().Success()) {
515 if (!error.Success())
tools/lldb/source/Expression/UserExpression.cpp 126 if (!err.Success() || !valobj_sp.get())
tools/lldb/source/Host/common/Editline.cpp 152 return select_helper.Select().Success();
tools/lldb/source/Host/common/FileCache.cpp 60 return error.Success();
tools/lldb/source/Host/common/Host.cpp 536 if (error.Success() && pid == LLDB_INVALID_PROCESS_ID)
539 if (error.Success()) {
566 if (error.Success())
tools/lldb/source/Host/common/LockFileBase.cpp 55 if (error.Success()) {
74 if (error.Success()) {
tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp 66 if (error.Success())
tools/lldb/source/Host/common/NativeProcessProtocol.cpp 170 if (thread_error.Success())
175 if (thread_error.Success()) {
252 if (thread_error.Success()) {
681 while (bytes_left > 0 && status.Success()) {
713 if (!status.Success())
tools/lldb/source/Host/common/NativeRegisterContext.cpp 193 if (error.Success()) {
386 if (error.Success()) {
tools/lldb/source/Host/common/Socket.cpp 163 if (error.Success())
188 if (error.Success()) {
227 if (error.Success())
259 if (error.Success())
tools/lldb/source/Host/common/UDPSocket.cpp 98 if (error.Success()) {
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp 122 if (!result.Success()) {
291 return result.Success();
tools/lldb/source/Host/posix/DomainSocket.cpp 117 if (error.Success())
tools/lldb/source/Host/posix/HostProcessPosix.cpp 65 if (!error.Success())
87 return error.Success();
tools/lldb/source/Host/posix/PipePosix.cpp 146 if (error.Success())
270 while (error.Success()) {
272 if (error.Success()) {
301 while (error.Success()) {
303 if (error.Success()) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp 1540 if (error.Success()) {
tools/lldb/source/Interpreter/CommandObject.cpp 117 if (error.Success()) {
tools/lldb/source/Interpreter/OptionGroupUUID.cpp 38 if (error.Success())
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp 84 if (error.Success())
tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp 92 if (error.Success()) {
tools/lldb/source/Interpreter/OptionValueArray.cpp 82 if (error.Success())
tools/lldb/source/Interpreter/OptionValueDictionary.cpp 206 if (error.Success())
tools/lldb/source/Interpreter/OptionValueFormat.cpp 42 if (error.Success()) {
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp 24 if (error.Success()) {
96 if (error.Success()) {
tools/lldb/source/Interpreter/OptionValueProperties.cpp 309 return array->SetArgs(args, eVarSetOperationAssign).Success();
313 return dict->SetArgs(args, eVarSetOperationAssign).Success();
tools/lldb/source/Interpreter/Property.cpp 90 .Success()) {
tools/lldb/source/Interpreter/ScriptInterpreter.cpp 78 if (return_error.Success())
92 if (!error.Success())
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp 1927 if (error.Success()) {
1954 if (error.Success()) {
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp 288 !error.Success())
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp 1900 if (error.Success()) {
1927 if (error.Success()) {
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp 1157 if (!error.Success())
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp 959 if (error.Success()) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp 678 if (error.Success()) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp 509 if (error.Success() && is_loaded)
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp 115 if (status.Success() && is_loaded && load_addr != LLDB_INVALID_ADDRESS) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 429 if (!err.Success())
1494 if (!error.Success()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp 919 if (file.Write(expr_text, bytes_written).Success()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp 516 if (!err.Success()) {
636 if (!jit_error.Success()) {
651 if (!static_init_error.Success()) {
847 if (!object_ptr_error.Success()) {
859 if (!object_ptr_error.Success()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp 144 if (jit_error.Success()) {
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp 129 if (bytes_read != data_byte_size || !error.Success())
294 if (bytes_read != jit_desc_size || !error.Success()) {
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp 136 if (!struct_sp || !err.Success()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp 127 if (pointee_sp && error.Success()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp 414 if (pointee_sp && error.Success()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp 109 if (error.Success()) {
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp 213 if (error.Success()) {
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp 224 if (!error.Success() || vtable_address_point == LLDB_INVALID_ADDRESS)
573 if (func_call_ret != eExpressionCompleted || !error.Success()) {
582 if (!error.Success()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp 197 if (!error.Success())
538 if (error.Success() && 4 == read) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 1069 if (!err.Success())
1073 if (!err.Success())
1079 if (!err.Success())
1101 if (!err.Success()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp 568 if (error.Success())
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp 163 if (m_run_to_sp && status.Success())
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp 140 if (read != arg_size || !err.Success()) {
208 success = (err.Success() && read == size);
252 success = (err.Success() && bytes_read == arg_size);
328 success = (err.Success() && bytes_read == arg_size);
375 success = (err.Success() && bytes_read == arg_size);
1161 if (!err.Success()) {
1205 if (!err.Success() || read != target_ptr_size) {
1306 if (read != target_ptr_size || !err.Success()) {
1697 if (!expr_result->GetError().Success()) {
2542 if (!err.Success() || written != size) {
2693 if (!err.Success()) {
2718 if (!err.Success()) {
2730 if (!err.Success()) {
2800 if (err.Success()) {
3559 if (!err.Success()) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 854 if (error.Success() && rel_offset != UINT64_MAX) {
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 6058 if (range_error.Success()) {
6255 if (error.Success()) {
6271 while (bytes_left > 0 && error.Success()) {
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp 277 while (error.Success() && status == lldb::eConnectionStatusSuccess) {
314 if (error.Success())
428 if (error.Success())
616 if (error.Success()) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp 176 if (error.Success()) {
262 if (error.Success()) {
392 return (error.Success()) ? m_adb_sync_svc.get() : nullptr;
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp 70 if (error.Success())
94 if (error.Success() && log)
97 return error.Success();
188 if (error.Success()) {
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp 276 if (target && error.Success()) {
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp 352 if (error.Success()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 1113 if (status.Success() && exit_status == 0 && !command_output.empty()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp 100 if (error.Success()) {
618 if (error.Success())
627 if (error.Success())
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp 321 if (error.Success()) {
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp 130 if (error.Success()) {
177 if (error.Success()) {
369 if (error.Success())
373 if (error.Success()) {
377 while (error.Success()) {
454 if (m_remote_platform_sp && error.Success())
463 if (error.Success() && m_remote_platform_sp) {
522 if (target && error.Success()) {
984 if (utility_error.Success())
1003 if (utility_error.Success() && num_chars > 0)
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp 207 if (error.Success()) {
231 if (error.Success()) {
275 if (error.Success()) {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp 130 if (error.Success()) {
315 if (error.Success())
480 if (target && error.Success()) {
493 if (error.Success())
566 if (target && error.Success()) {
576 if (error.Success()) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 294 assert(status.Success());
300 assert(m_sigchld_handle && status.Success());
458 if (info_err.Success()) {
909 if (error.Success())
1308 if (ST.Success()) {
1678 if (resume_result.Success())
1684 if (step_result.Success())
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp 68 if (error.Success() && dest_size) {
74 if (error.Success() && src_size && (src_size < dest_size)) {
144 if (error.Success())
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp 444 if (error.Success()) {
1156 .Success();
1190 if (error.Success())
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp 72 if (!error.Success())
97 if (!error.Success())
117 if (!error.Success())
148 if (!status.Success())
157 if (!status.Success())
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp 1037 success = error.Success();
1079 success = error.Success();
1808 if (error.Success()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp 87 .Success();
98 return error.Success();
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp 79 return error.Success();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp 1174 if (error.Success() &&
1195 if (error.Success() && (port != nullptr)) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 1550 if (qXfer_error.Success()) {
1556 } else if (qXfer_error.Success()) {
1571 if (!error.Success())
1719 if (error.Success())
3751 err.Success();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp 587 const ssize_t bytes_read = error.Success() ? count : -1;
621 const ssize_t bytes_written = error.Success() ? count : -1;
940 if (m_process_launch_error.Success())
1054 if (m_process_launch_error.Success())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp 387 if (error.Success())
743 if (error.Success()) {
2596 if (error.Success())
2606 if (error.Success())
2684 if (error.Success())
2693 if (error.Success())
3200 if (error.Success()) {
3299 .Success()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp 439 if (!error.Success()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp 93 return error.Success();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 547 .Success())
733 if (error.Success() && !GetTarget().GetArchitecture().IsValid() &&
749 if (error.Success()) {
830 if (error.Success()) {
1003 if (error.Success())
1019 if (error.Success())
1186 if (error.Success()) {
1210 if (error.Success()) {
2437 if (error.Success())
2446 if (!error.Success())
2791 if (error.Success())
2816 if (!status.Success())
2936 region_status.Success() && region.GetFlash() == MemoryRegionInfo::eYes;
2948 if (!error.Success())
3255 if (error.Success())
3265 if (error.Success())
3317 if (error.Success())
3363 if (error.Success())
3497 if (error.Success())
3940 if (error.Success())
4380 .Success())
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp 422 if (status.Success())
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp 534 return error.Success();
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp 818 return error.Success();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp 560 .Success()) {
888 if (pipe_result.Success()) {
1307 if (error.Success()) {
1428 if (!GenerateFunction(sstr.GetData(), user_input).Success())
1452 if (!GenerateFunction(sstr.GetData(), user_input).Success())
1495 if (!ExportFunctionDefinitionToInterpreter(auto_generated_class).Success())
2156 if (!error.Success())
2178 if (!GenerateFunction(sstr.GetData(), user_input).Success())
2751 .Success();
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 713 if (rule_sp && error.Success())
836 if (!error.Success()) {
989 if (!error.Success())
1448 if (!options_sp || !error.Success())
1873 if (!error.Success()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp 676 if (error.Success())
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp 299 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
364 if (func_call_ret != eExpressionCompleted || !error.Success()) {
378 if (!error.Success() ||
387 if (!error.Success()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp 302 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
360 if (func_call_ret != eExpressionCompleted || !error.Success()) {
374 if (!error.Success() ||
383 if (!error.Success()) {
390 if (!error.Success()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp 299 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
360 if (func_call_ret != eExpressionCompleted || !error.Success()) {
372 if (!error.Success() ||
381 if (!error.Success()) {
388 if (!error.Success()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp 305 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
372 if (func_call_ret != eExpressionCompleted || !error.Success()) {
387 if (!error.Success() ||
396 if (!error.Success()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp 127 if (error.Success()) {
135 if (error.Success()) {
162 if (!error.Success()) {
180 if (error.Success()) {
248 if (error.Success()) {
254 if (error.Success()) {
483 error.Success()) {
524 error.Success()) {
643 if (error.Success()) {
647 if (error.Success()) {
651 if (error.Success()) {
655 if (!error.Success()) {
692 if (error.Success()) {
758 if (error.Success()) {
857 error.Success()) {
884 error.Success()) {
tools/lldb/source/Symbol/CompactUnwindInfo.cpp 273 error.Success()) {
827 if (large_stack_size != 0 && error.Success()) {
1092 if (large_stack_size != 0 && error.Success()) {
tools/lldb/source/Symbol/SymbolContext.cpp 910 if (!error.Success()) {
923 if (!error.Success()) {
tools/lldb/source/Symbol/Variable.cpp 368 if (error.Success()) {
tools/lldb/source/Target/ModuleCache.cpp 291 if (error.Success())
tools/lldb/source/Target/Platform.cpp 241 if (!error.Success()) {
247 if (error.Success() && module_sp)
705 if (error.Success()) {
727 if (error.Success())
870 if (error.Success() && exe_module_sp)
1117 if (!error.Success()) {
1128 if (error.Success()) {
1506 if (error.Success()) {
1557 if (error.Success() && module_sp)
1615 if (error.Success())
tools/lldb/source/Target/Process.cpp 1344 if (!error.Success()) {
1368 if (error.Success()) {
1582 if (error.Success())
1651 if (!error.Success() && show_error) {
1685 if (error.Success()) {
2004 while (bytes_left > 0 && error.Success()) {
2222 if (error.Success())
2295 if (!error.Success())
2328 if (error.Success()) {
2344 if (err.Success()) {
2418 if (!error.Success())
2513 if (error.Success()) {
2601 if (error.Success()) {
2769 if (error.Success()) {
2839 if (error.Success()) {
2852 if (error.Success()) {
3010 if (error.Success()) {
3049 if (error.Success()) {
3065 if (error.Success()) {
3191 if (error.Success()) {
3194 if (!error.Success()) {
3210 if (error.Success()) {
3256 if (error.Success()) {
3273 if (error.Success()) {
3309 if (error.Success()) {
3311 if (error.Success())
4343 if (m_read_file.Read(&ch, n).Success() && n == 1) {
4353 if (error.Success()) {
4402 return result.Success();
4861 if (!resume_error.Success()) {
5096 if (halt_error.Success()) {
tools/lldb/source/Target/RegisterContext.cpp 341 if (error.Success()) {
379 if (error.Success()) {
386 if (error.Success()) {
tools/lldb/source/Target/StackFrame.cpp 1098 if (m_frame_base_error.Success())
1109 if (m_frame_base_error.Success())
1114 return m_frame_base_error.Success();
tools/lldb/source/Target/StopInfo.cpp 437 if (!condition_error.Success()) {
711 .Success()) {
729 if (new_plan_sp && new_plan_status.Success()) {
tools/lldb/source/Target/Target.cpp 245 if (err.Success()) {
687 if (!error.Success())
835 __FUNCTION__, error.Success() ? "succeeded" : "failed",
983 if (error.Success()) {
1072 if (!error.Success()) {
1108 if (!error.Success()) {
1274 if (rc.Success())
1293 if (rc.Success())
1768 if (error.Success()) {
2726 if (error.Success()) {
2914 if (error.Success())
2919 if (error.Success()) {
2945 if (!error.Success()) {
3052 if (error.Success() && process_sp) {
tools/lldb/source/Target/TargetList.cpp 384 if (error.Success() && exe_module_sp) {
tools/lldb/source/Target/Thread.cpp 1686 if (!return_error.Success())
tools/lldb/source/Target/ThreadPlanCallFunction.cpp 58 if (!error.Success()) {
tools/lldb/source/Target/ThreadPlanStepInRange.cpp 110 if (m_status.Success())
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp 54 if (m_status.Success())
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp 48 if (m_status.Success())
326 SetPlanComplete(m_status.Success());
tools/lldb/source/Target/ThreadPlanTracer.cpp 151 if (err.Success()) {
tools/lldb/source/Utility/Status.cpp 87 if (Success())
129 if (Success())
243 if (Success())
270 if (Success())
tools/lldb/tools/lldb-server/Acceptor.cpp 65 if (error.Success())
112 if (error.Success()) {
tools/lldb/tools/lldb-server/lldb-platform.cpp 356 if (error.Success())
tools/lldb/unittests/Host/MainLoopTest.cpp 33 ASSERT_TRUE(error.Success());
35 ASSERT_TRUE(error.Success());
47 ASSERT_TRUE(error.Success());
48 ASSERT_TRUE(accept_error.get().Success());
75 ASSERT_TRUE(socketpair[0]->Write(&X, len).Success());
81 ASSERT_TRUE(error.Success());
83 ASSERT_TRUE(loop.Run().Success());
90 ASSERT_TRUE(socketpair[0]->Write(&X, len).Success());
91 ASSERT_TRUE(socketpair[1]->Write(&X, len).Success());
96 ASSERT_TRUE(error.Success());
98 ASSERT_TRUE(error.Success());
100 ASSERT_TRUE(loop.Run().Success());
120 ASSERT_TRUE(error.Success());
123 ASSERT_TRUE(loop.Run().Success());
133 ASSERT_TRUE(error.Success());
135 ASSERT_TRUE(loop.Run().Success());
151 ASSERT_TRUE(error.Success());
158 ASSERT_TRUE(loop.Run().Success());
tools/lldb/unittests/Host/SocketTest.cpp 34 EXPECT_TRUE(error.Success());
59 EXPECT_TRUE(error.Success());
66 EXPECT_TRUE(error.Success());
73 EXPECT_TRUE(error.Success());
80 EXPECT_TRUE(error.Success());
87 EXPECT_TRUE(error.Success());
141 EXPECT_TRUE(error.Success());
tools/lldb/unittests/Host/SocketTestUtilities.cpp 55 EXPECT_TRUE(error.Success());
61 EXPECT_TRUE(accept_error.Success());
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp 313 EXPECT_TRUE(result.get().Success());
320 EXPECT_TRUE(result.get().Success());
339 EXPECT_TRUE(result.get().Success());
362 EXPECT_FALSE(result.get().Success());
391 ASSERT_TRUE(error.Success());
401 ASSERT_FALSE(error.Success());
414 ASSERT_TRUE(result.get().Success());
421 ASSERT_FALSE(result.get().Success());
440 ASSERT_TRUE(result.get().Success());
452 ASSERT_FALSE(result.get().Success());
472 ASSERT_TRUE(result.get().Success());
484 ASSERT_FALSE(result.get().Success());
504 ASSERT_TRUE(result.get().Success());
528 ASSERT_FALSE(result2.get().Success());
540 ASSERT_FALSE(result3.get().Success());
553 ASSERT_FALSE(result4.get().Success());
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp 564 EXPECT_TRUE(consumeObject(registers, context).Success());
607 EXPECT_TRUE(consumeObject(registers, context).Success());
642 EXPECT_TRUE(consumeObject(registers, context).Success());
tools/lldb/unittests/Target/ModuleCacheTest.cpp 127 EXPECT_TRUE(error.Success()) << "Error was: " << error.AsCString();
tools/lldb/unittests/Utility/StatusTest.cpp 26 EXPECT_TRUE(Status(llvm::Error::success()).Success());
41 EXPECT_TRUE(foo.Success());