llvm-project/lldb/source/Plugins/Platform/gdb-server
Lawrence D'Anna 62c9fe4273 uint32_t options -> File::OpenOptions options
Summary:
This patch re-types everywhere that passes a File::OpenOptions
as a uint32_t so it actually uses File::OpenOptions.

It also converts some OpenOptions related functions that fail
by returning 0 or NULL into llvm::Expected

split off from https://reviews.llvm.org/D68737

Reviewers: JDevlieghere, jasonmolenda, labath

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D68853

llvm-svn: 374817
2019-10-14 20:15:34 +00:00
..
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
PlatformRemoteGDBServer.cpp uint32_t options -> File::OpenOptions options 2019-10-14 20:15:34 +00:00
PlatformRemoteGDBServer.h uint32_t options -> File::OpenOptions options 2019-10-14 20:15:34 +00:00