Home
last modified time | relevance | path

Searched refs:eErrorTypeWin32 (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DPipeWindows.cpp72 return Status(::GetLastError(), eErrorTypeWin32); in CreateNew()
100 return Status(ERROR_INVALID_PARAMETER, eErrorTypeWin32); in CreateNew()
103 return Status(ERROR_ALREADY_EXISTS, eErrorTypeWin32); in CreateNew()
115 return Status(::GetLastError(), eErrorTypeWin32); in CreateNew()
148 error.SetError(status, eErrorTypeWin32); in CreateWithUniqueName()
158 return Status(ERROR_ALREADY_EXISTS, eErrorTypeWin32); in OpenAsReader()
168 return Status(ERROR_ALREADY_EXISTS, eErrorTypeWin32); in OpenAsWriterWithTimeout()
176 return Status(ERROR_INVALID_PARAMETER, eErrorTypeWin32); in OpenNamedPipe()
190 return Status(::GetLastError(), eErrorTypeWin32); in OpenNamedPipe()
200 return Status(::GetLastError(), eErrorTypeWin32); in OpenNamedPipe()
[all …]
H A DLockFileWindows.cpp25 return Status(::GetLastError(), eErrorTypeWin32); in fileLock()
29 return Status(::GetLastError(), eErrorTypeWin32); in fileLock()
67 return Status(::GetLastError(), eErrorTypeWin32); in DoUnlock()
71 return Status(::GetLastError(), eErrorTypeWin32); in DoUnlock()
H A DFileSystem.cpp40 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Symlink()
47 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Symlink()
63 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Readlink()
74 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Readlink()
H A DHostThreadWindows.cpp43 error.SetError(::GetLastError(), eErrorTypeWin32); in Join()
45 error.SetError(ERROR_INVALID_HANDLE, eErrorTypeWin32); in Join()
55 error.SetError(result, eErrorTypeWin32); in Cancel()
H A DHostProcessWindows.cpp43 error.SetError(ERROR_INVALID_HANDLE, lldb::eErrorTypeWin32); in Terminate()
46 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Terminate()
H A DConnectionGenericFileWindows.cpp31 m_error.SetError(error_code, eErrorTypeWin32); in Set()
126 error_ptr->SetError(::GetLastError(), eErrorTypeWin32); in Connect()
H A DProcessLauncherWindows.cpp123 error.SetError(::GetLastError(), eErrorTypeWin32); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp255 error.SetError(::GetLastError(), eErrorTypeWin32); in HaltProcess()
284 error.SetError(GetLastError(), eErrorTypeWin32); in ReadMemory()
316 error.SetError(GetLastError(), eErrorTypeWin32); in WriteMemory()
343 error.SetError(GetLastError(), eErrorTypeWin32); in AllocateMemory()
369 result.SetError(GetLastError(), eErrorTypeWin32); in DeallocateMemory()
417 error.SetError(last_error, eErrorTypeWin32); in GetMemoryRegionInfo()
473 Status error(exit_code, eErrorTypeWin32); in OnExitProcess()
574 return Status(::GetLastError(), eErrorTypeWin32); in WaitForDebuggerConnection()
H A DNativeThreadWindows.cpp39 return Status(::GetLastError(), eErrorTypeWin32); in DoStop()
89 return Status(::GetLastError(), eErrorTypeWin32); in DoResume()
H A DDebuggerThread.cpp123 Status error(::GetLastError(), eErrorTypeWin32); in DebuggerThreadAttachRoutine()
190 error.SetError(::GetLastError(), eErrorTypeWin32); in StopDebugging()
198 error.SetError(GetLastError(), eErrorTypeWin32); in StopDebugging()
546 Status error(info.dwError, eErrorTypeWin32); in HandleRipEvent()
H A DTargetThreadWindows.cpp171 return Status(::GetLastError(), eErrorTypeWin32); in DoResume()
H A DNativeRegisterContextWindows_WoW64.cpp68 error.SetError(GetLastError(), eErrorTypeWin32); in GetWoW64ThreadContextHelper()
81 error.SetError(GetLastError(), eErrorTypeWin32); in SetWoW64ThreadContextHelper()
H A DNativeRegisterContextWindows_arm.cpp97 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper()
111 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_i386.cpp64 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper()
78 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_arm64.cpp114 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper()
128 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_x86_64.cpp76 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper()
90 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
H A DNativeProcessWindows.cpp362 error.SetError(::GetLastError(), lldb::ErrorType::eErrorTypeWin32); in CacheLoadedModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DWindowsMiniDump.cpp50 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in SaveMiniDump()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStatus.cpp147 case eErrorTypeWin32: in AsCString()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DSocket.cpp320 error.SetError(::WSAGetLastError(), lldb::eErrorTypeWin32); in SetLastError()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h313 eErrorTypeWin32 ///< Standard Win32 error codes. enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst486 .. py:data:: eErrorTypeWin32