Searched refs:eFileActionDuplicate (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h22 eFileActionDuplicate, enumerator in enum:lldb_private::FileAction::Action
51 int m_arg; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp64 m_action = eFileActionDuplicate;
77 case eFileActionDuplicate:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp105 case FileAction::eFileActionDuplicate:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp245 case FileAction::eFileActionDuplicate: {

Completed in 72 milliseconds