llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx
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] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config 2018-07-23 21:14:52 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.h Fixes for the ProcessLaunchInfo move 2019-02-04 15:03:06 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.mm uint32_t options -> File::OpenOptions options 2019-10-14 20:15:34 +00:00