| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | RunInTerminal.cpp | 92 static Error ToError(const RunInTerminalMessage &message) { in ToError() function 112 return ToError(*message.get()); in WaitUntilDebugAdaptorAttaches() 148 return ToError(*message.get()); in GetLauncherPid() 158 return toString(ToError(*message.get())); in GetLauncherError()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | UDPSocket.cpp | 85 return error.ToError(); in Connect() 105 return error.ToError(); in Connect() 117 return error.ToError(); in Connect()
|
| H A D | Socket.cpp | 157 return error.ToError(); in TcpConnect() 163 return error.ToError(); in TcpConnect() 177 return error.ToError(); in TcpListen()
|
| H A D | NativeProcessProtocol.cpp | 437 return error.ToError(); in EnableSoftwareBreakpoint() 457 return error.ToError(); in EnableSoftwareBreakpoint() 474 return error.ToError(); in EnableSoftwareBreakpoint() 719 return status.ToError(); in ReadCStringFromMemory()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 71 return status.ToError(); in Launch() 103 return status.ToError(); in Launch() 131 return status.ToError(); in Attach() 431 .ToError(); in ComputeSignalInfo() 447 .ToError(); in ComputeSignalInfo() 1071 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone() 1098 return error.ToError(); in SaveCore()
|
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 597 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 56 E = LaunchProcess(launch_info, delegate_sp).ToError(); in NativeProcessWindows() 71 E = AttachProcess(pid, attach_info, delegate_sp).ToError(); in NativeProcessWindows() 226 return ST.ToError(); in AllocateMemory() 230 return ProcessDebugger::DeallocateMemory(addr).ToError(); in DeallocateMemory()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 53 return error.ToError(); in ParseModule() 101 return error.ToError(); in CreateEmptyProcess() 174 return error.ToError(); in ParseKernel()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 234 return status.ToError(); in Launch() 253 return status.ToError(); in Launch() 355 return status.ToError(); in Attach() 374 return status.ToError(); in Attach() 1248 if (llvm::Error Err = reg_ctx.ReadAllRegisterValues(registers_sp).ToError()) in Syscall() 1257 .ToError()) { in Syscall() 1264 if (llvm::Error Err = reg_ctx.SetPC(exe_addr).ToError()) in Syscall() 1271 .ToError()) { in Syscall() 1277 .ToError()) in Syscall() 1286 PtraceWrapper(req, thread.GetID(), nullptr, nullptr).ToError()) in Syscall()
|
| H A D | NativeRegisterContextLinux.cpp | 174 return ST.ToError(); in DetermineArchitectureViaGPR()
|
| H A D | NativeRegisterContextLinux_arm64.cpp | 662 return error.ToError(); in ReadHardwareDebugInfo() 671 return error.ToError(); in ReadHardwareDebugInfo() 713 .ToError(); in WriteHardwareDebugRegs()
|
| H A D | NativeThreadLinux.cpp | 554 return error.ToError(); in GetSiginfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_arm64.cpp | 239 return res.ToError(); in ReadHardwareDebugInfo() 274 .ToError(); in WriteHardwareDebugRegs()
|
| H A D | NativeProcessFreeBSD.cpp | 66 return status.ToError(); in Launch() 98 return status.ToError(); in Launch() 126 return status.ToError(); in Attach() 1023 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone() 1051 return error.ToError(); in SaveCore()
|
| H A D | NativeThreadFreeBSD.cpp | 329 return siginfo_err.ToError(); in GetSiginfo()
|
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 607 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.cpp | 78 return status.ToError(); in Launch() 110 return status.ToError(); in Launch() 139 return status.ToError(); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Status.h | 77 llvm::Error ToError() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 138 return error.ToError(); in FindBreakpointsByName()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Status.cpp | 89 llvm::Error Status::ToError() const { in ToError() function in Status
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 899 return status.ToError(); in parseLinuxNotes() 912 return status.ToError(); in parseLinuxNotes() 921 return status.ToError(); in parseLinuxNotes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 783 return response.GetStatus().ToError(); in LaunchProcess() 811 return response.GetStatus().ToError(); in LaunchProcess() 3572 return response.GetStatus().ToError(); in SendTraceSupported() 3605 return response.GetStatus().ToError(); in SendTraceStop() 3640 return response.GetStatus().ToError(); in SendTraceStart() 3675 return response.GetStatus().ToError(); in SendTraceGetState() 3709 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
|
| H A D | GDBRemoteCommunication.cpp | 1216 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally() 1235 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 419 return error.ToError();
|