Home
last modified time | relevance | path

Searched refs:eFileActionOpen (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp35 m_action = eFileActionOpen; in Open()
82 case eFileActionOpen: in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h23 eFileActionOpen enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp109 case FileAction::eFileActionOpen: in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp398 if (file_action->GetAction() != FileAction::eFileActionOpen) in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp758 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
763 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
768 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()