Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileAction.cpp35 m_action = eFileActionOpen; in Open()
82 case eFileActionOpen: in Dump()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileActionTest.cpp17 EXPECT_EQ(Action.GetAction(), FileAction::eFileActionOpen); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileAction.h23 eFileActionOpen enumerator
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp135 case FileAction::eFileActionOpen: in ChildFunc()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp332 if (file_action->GetAction() != FileAction::eFileActionOpen) in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm399 case FileAction::eFileActionOpen: {
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp728 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
733 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
738 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1050 case FileAction::eFileActionOpen: