| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 72 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 D | LockFileWindows.cpp | 25 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 D | FileSystem.cpp | 40 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 D | HostThreadWindows.cpp | 43 error.SetError(::GetLastError(), eErrorTypeWin32); in Join() 45 error.SetError(ERROR_INVALID_HANDLE, eErrorTypeWin32); in Join() 55 error.SetError(result, eErrorTypeWin32); in Cancel()
|
| H A D | HostProcessWindows.cpp | 43 error.SetError(ERROR_INVALID_HANDLE, lldb::eErrorTypeWin32); in Terminate() 46 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Terminate()
|
| H A D | ConnectionGenericFileWindows.cpp | 31 m_error.SetError(error_code, eErrorTypeWin32); in Set() 126 error_ptr->SetError(::GetLastError(), eErrorTypeWin32); in Connect()
|
| H A D | ProcessLauncherWindows.cpp | 123 error.SetError(::GetLastError(), eErrorTypeWin32); in LaunchProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 255 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 D | NativeThreadWindows.cpp | 39 return Status(::GetLastError(), eErrorTypeWin32); in DoStop() 89 return Status(::GetLastError(), eErrorTypeWin32); in DoResume()
|
| H A D | DebuggerThread.cpp | 123 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 D | TargetThreadWindows.cpp | 171 return Status(::GetLastError(), eErrorTypeWin32); in DoResume()
|
| H A D | NativeRegisterContextWindows_WoW64.cpp | 68 error.SetError(GetLastError(), eErrorTypeWin32); in GetWoW64ThreadContextHelper() 81 error.SetError(GetLastError(), eErrorTypeWin32); in SetWoW64ThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_arm.cpp | 97 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper() 111 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 64 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper() 78 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 114 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper() 128 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_x86_64.cpp | 76 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper() 90 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper()
|
| H A D | NativeProcessWindows.cpp | 362 error.SetError(::GetLastError(), lldb::ErrorType::eErrorTypeWin32); in CacheLoadedModules()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | WindowsMiniDump.cpp | 50 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in SaveMiniDump()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Status.cpp | 147 case eErrorTypeWin32: in AsCString()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Socket.cpp | 320 error.SetError(::WSAGetLastError(), lldb::eErrorTypeWin32); in SetLastError()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 313 eErrorTypeWin32 ///< Standard Win32 error codes. enumerator
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 486 .. py:data:: eErrorTypeWin32
|