Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp188 if (file_action->GetAction () == ProcessLaunchInfo::FileAction::eFileActionOpen) in GetFilePath()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp716 if (file_action->GetAction () == ProcessLaunchInfo::FileAction::eFileActionOpen) in DoLaunch()
722 if (file_action->GetAction () == ProcessLaunchInfo::FileAction::eFileActionOpen) in DoLaunch()
728 if (file_action->GetAction () == ProcessLaunchInfo::FileAction::eFileActionOpen) in DoLaunch()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h456 eFileActionOpen enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp629 m_action = eFileActionOpen; in Open()
721 case eFileActionOpen: in AddPosixSpawnFileAction()