Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
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/
DUDPSocket.cpp85 return error.ToError(); in Connect()
105 return error.ToError(); in Connect()
117 return error.ToError(); in Connect()
DSocket.cpp157 return error.ToError(); in TcpConnect()
163 return error.ToError(); in TcpConnect()
177 return error.ToError(); in TcpListen()
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/
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/
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()
DNativeRegisterContextNetBSD_x86_64.cpp597 return res.ToError(); in CopyHardwareWatchpointsFrom()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
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/Process/Linux/
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()
DNativeRegisterContextLinux.cpp174 return ST.ToError(); in DetermineArchitectureViaGPR()
DNativeRegisterContextLinux_arm64.cpp662 return error.ToError(); in ReadHardwareDebugInfo()
671 return error.ToError(); in ReadHardwareDebugInfo()
713 .ToError(); in WriteHardwareDebugRegs()
DNativeThreadLinux.cpp554 return error.ToError(); in GetSiginfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeRegisterContextFreeBSD_arm64.cpp239 return res.ToError(); in ReadHardwareDebugInfo()
274 .ToError(); in WriteHardwareDebugRegs()
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()
DNativeThreadFreeBSD.cpp329 return siginfo_err.ToError(); in GetSiginfo()
DNativeRegisterContextFreeBSD_x86_64.cpp607 return res.ToError(); in CopyHardwareWatchpointsFrom()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
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/
DStatus.h77 llvm::Error ToError() const;
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointList.cpp138 return error.ToError(); in FindBreakpointsByName()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
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/
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()
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/
DHostInfoMacOSX.mm419 return error.ToError();
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptions.cpp1349 return error.ToError(); in Parse()

12