| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | File.h | 50 enum OpenOptions : uint32_t { enum 69 static mode_t ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options); 70 static llvm::Expected<OpenOptions> GetOptionsFromMode(llvm::StringRef mode); 73 GetStreamOpenModeFromOptions(OpenOptions options); 318 virtual llvm::Expected<OpenOptions> GetOptions() const; 386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() 411 llvm::Expected<OpenOptions> GetOptions() const override; 429 OpenOptions m_options{}; 452 Create(int fd, OpenOptions options, Options serial_options, 468 SerialPort(int fd, OpenOptions options, Options serial_options,
|
| H A D | FileCache.h | 31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | FileSystem.h | 58 Open(const FileSpec &file_spec, File::OpenOptions options,
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | File.cpp | 44 File::GetStreamOpenModeFromOptions(File::OpenOptions options) { in GetStreamOpenModeFromOptions() 45 File::OpenOptions rw = in GetStreamOpenModeFromOptions() 79 Expected<File::OpenOptions> File::GetOptionsFromMode(llvm::StringRef mode) { in GetOptionsFromMode() 80 OpenOptions opts = in GetOptionsFromMode() 81 llvm::StringSwitch<OpenOptions>(mode) in GetOptionsFromMode() 228 Expected<File::OpenOptions> File::GetOptions() const { in GetOptions() 249 Expected<File::OpenOptions> NativeFile::GetOptions() const { return m_options; } in GetOptions() 314 File::OpenOptions rw = in Close() 330 m_options = OpenOptions(0); in Close() 739 mode_t File::ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options) { in ConvertOpenOptionsForPOSIXOpen() [all …]
|
| H A D | FileSystem.cpp | 385 static int GetOpenFlags(File::OpenOptions options) { in GetOpenFlags() 387 File::OpenOptions rw = in GetOpenFlags() 452 File::OpenOptions options, in Open()
|
| H A D | FileCache.cpp | 27 File::OpenOptions flags, uint32_t mode, in OpenFile()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | StreamFile.h | 28 StreamFile(const char *path, File::OpenOptions options,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | StreamFile.cpp | 33 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile()
|
| H A D | Debugger.cpp | 1466 File::OpenOptions flags = in EnableLog()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 30 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | Platform.h | 493 File::OpenOptions flags, uint32_t mode,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1009 llvm::Expected<File::OpenOptions> 1011 auto options = File::OpenOptions(0); in GetOptionsForPyObject() 1096 File::OpenOptions options) in SimplePythonFile() 1172 Expected<File::OpenOptions> GetOptions() const override { in GetOptions() 1311 File::OpenOptions rw = in ConvertToFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 111 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | PlatformRemoteGDBServer.cpp | 579 File::OpenOptions flags, in OpenFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 215 File::OpenOptions flags, in OpenFile()
|
| H A D | Platform.cpp | 677 File::OpenOptions flags, uint32_t mode, in OpenFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 397 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 771 File::OpenOptions open_options = in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 349 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 507 auto flags = File::OpenOptions(packet.GetHexMaxU32(false, 0)); in Handle_vFile_Open() 556 NativeFile file(fd, File::OpenOptions(0), true); in Handle_vFile_Close()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3057 File::OpenOptions flags, mode_t mode, in OpenFile()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 372 // are the constant values in enum OpenOptions from lldb's File.h
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 425 auto file_options = File::OpenOptions(0);
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3219 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
|