| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPlanPythonInterface.cpp | 50 return error.ToError(); in ExplainsStop() 65 return error.ToError(); in ShouldStop() 79 return error.ToError(); in IsStale() 103 return error.ToError(); in GetStopDescription()
|
| H A D | ScriptedStopHookPythonInterface.cpp | 54 return error.ToError(); in HandleStop()
|
| H A D | ScriptedPythonInterface.h | 320 return error.ToError(); in CreatePluginObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | UDPSocket.cpp | 81 return error.ToError(); in CreateConnected() 101 return error.ToError(); in CreateConnected() 113 return error.ToError(); in CreateConnected()
|
| H A D | NativeProcessProtocol.cpp | 440 return error.ToError(); in EnableSoftwareBreakpoint() 460 return error.ToError(); in EnableSoftwareBreakpoint() 477 return error.ToError(); in EnableSoftwareBreakpoint() 726 return status.ToError(); in ReadCStringFromMemory()
|
| H A D | Socket.cpp | 262 return error.ToError(); in TcpConnect() 268 return error.ToError(); in TcpConnect() 281 return error.ToError(); in TcpListen()
|
| H A D | TCPSocket.cpp | 305 return error.ToError(); in Accept()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.cpp | 124 return error.ToError(); in ReadSVR4LibraryInfo() 155 return status.ToError(); in GetLoadedSVR4Libraries() 164 return status.ToError(); in GetLoadedSVR4Libraries()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Status.h | 168 llvm::Error ToError() const; 174 Status Clone() const { return Status(ToError()); } in Clone()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 70 return status.ToError(); in Launch() 102 return status.ToError(); in Launch() 129 return status.ToError(); in Attach() 453 .ToError(); in ComputeSignalInfo() 470 .ToError(); in ComputeSignalInfo() 1096 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone() 1123 return error.ToError(); in SaveCore()
|
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 600 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 54 return error.ToError(); in ParseModule() 102 return error.ToError(); in CreateEmptyProcess() 176 return error.ToError(); in ParseKernel()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 83 return error.ToError(); in Launch() 84 return status.ToError(); in Launch() 116 return status.ToError(); in Launch() 143 return status.ToError(); in Attach() 1059 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone() 1087 return error.ToError(); in SaveCore()
|
| H A D | NativeRegisterContextFreeBSD_arm64.cpp | 259 return res.ToError(); in ReadHardwareDebugInfo() 294 .ToError(); in WriteHardwareDebugRegs()
|
| H A D | NativeThreadFreeBSD.cpp | 332 return siginfo_err.ToError(); in GetSiginfo()
|
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 610 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 141 return error.ToError(); in FindBreakpointsByName()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 166 return error.ToError(); in Accept()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeProcessAIX.cpp | 72 return status.ToError(); in Launch()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 139 llvm::Error Status::ToError() const { return CloneError(m_error); } in ToError() function in Status
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 390 return error.ToError(); in Visit()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 826 return response.GetStatus().ToError(); in LaunchProcess() 854 return response.GetStatus().ToError(); in LaunchProcess() 3665 return response.GetStatus().ToError(); in SendTraceSupported() 3697 return response.GetStatus().ToError(); in SendTraceStop() 3731 return response.GetStatus().ToError(); in SendTraceStart() 3765 return response.GetStatus().ToError(); in SendTraceGetState() 3798 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 922 return status.ToError(); in parseLinuxNotes() 935 return status.ToError(); in parseLinuxNotes()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 493 result.SetError(result_valobj_sp->GetError().ToError()); in EvaluateExpression()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 78 return m_orig_valobj.GetError().ToError(); in PrintValueObject()
|