Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp37 m_action = eFileActionOpen; in Open()
84 case eFileActionOpen: in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h23 eFileActionOpen enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp135 case FileAction::eFileActionOpen: in ChildFunc()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp335 if (file_action->GetAction() != FileAction::eFileActionOpen) in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp631 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
636 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
641 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()