Home
last modified time | relevance | path

Searched refs:ToError (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp92 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 DUDPSocket.cpp85 return error.ToError(); in Connect()
105 return error.ToError(); in Connect()
117 return error.ToError(); in Connect()
H A DSocket.cpp157 return error.ToError(); in TcpConnect()
163 return error.ToError(); in TcpConnect()
177 return error.ToError(); in TcpListen()
H A DNativeProcessProtocol.cpp437 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 DNativeProcessELF.cpp124 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 DNativeProcessNetBSD.cpp71 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 DNativeRegisterContextNetBSD_x86_64.cpp597 return res.ToError(); in CopyHardwareWatchpointsFrom()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp56 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 DTraceIntelPTBundleLoader.cpp53 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 DNativeProcessLinux.cpp234 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 DNativeRegisterContextLinux.cpp174 return ST.ToError(); in DetermineArchitectureViaGPR()
H A DNativeRegisterContextLinux_arm64.cpp662 return error.ToError(); in ReadHardwareDebugInfo()
671 return error.ToError(); in ReadHardwareDebugInfo()
713 .ToError(); in WriteHardwareDebugRegs()
H A DNativeThreadLinux.cpp554 return error.ToError(); in GetSiginfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp239 return res.ToError(); in ReadHardwareDebugInfo()
274 .ToError(); in WriteHardwareDebugRegs()
H A DNativeProcessFreeBSD.cpp66 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 DNativeThreadFreeBSD.cpp329 return siginfo_err.ToError(); in GetSiginfo()
H A DNativeRegisterContextFreeBSD_x86_64.cpp607 return res.ToError(); in CopyHardwareWatchpointsFrom()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp78 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 DStatus.h77 llvm::Error ToError() const;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp138 return error.ToError(); in FindBreakpointsByName()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp899 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 DGDBRemoteCommunicationClient.cpp783 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 DGDBRemoteCommunication.cpp1216 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 DHostInfoMacOSX.mm419 return error.ToError();

12