Home
last modified time | relevance | path

Searched refs:FileAction (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDFileAction.cpp25 FileAction::FileAction() : in FileAction() function in FileAction
34 FileAction::Clear() in Clear()
43 FileAction::GetPath() const in GetPath()
49 FileAction::GetFileSpec() const in GetFileSpec()
55 FileAction::Open(int fd, const FileSpec &file_spec, bool read, bool write) in Open()
78 FileAction::Close(int fd) in Close()
90 FileAction::Duplicate(int fd, int dup_fd) in Duplicate()
103 FileAction::Dump(Stream &stream) const in Dump()
HDProcessLaunchInfo.cpp65 FileAction file_action; in ProcessLaunchInfo()
73 FileAction file_action; in ProcessLaunchInfo()
81 FileAction file_action; in ProcessLaunchInfo()
94 FileAction file_action; in AppendCloseFileAction()
106 FileAction file_action; in AppendDuplicateFileAction()
119 FileAction file_action; in AppendOpenFileAction()
131 FileAction file_action; in AppendSuppressFileAction()
140 const FileAction *
148 const FileAction *
HDTarget.cpp3574 const FileAction *input_file_action = launch_info.GetFileActionForFD(STDIN_FILENO); in SetProcessLaunchInfo()
3581 const FileAction *output_file_action = launch_info.GetFileActionForFD(STDOUT_FILENO); in SetProcessLaunchInfo()
3588 const FileAction *error_file_action = launch_info.GetFileActionForFD(STDERR_FILENO); in SetProcessLaunchInfo()
HDProcess.cpp434 FileAction action; in SetOptionValue()
442 FileAction action; in SetOptionValue()
450 FileAction action; in SetOptionValue()
462 FileAction action; in SetOptionValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h46 AppendFileAction (const FileAction &info) in AppendFileAction()
74 const FileAction *
77 const FileAction *
240 std::vector<FileAction> m_file_actions; // File actions for any other files
HDFileAction.h19 class FileAction
30 FileAction();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h28 class FileAction; variable
242 …static bool AddPosixSpawnFileAction(void *file_actions, const FileAction *info, Log *log, Error &e…
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp889 const FileAction *launch_file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcessPosixSpawn()
949 Host::AddPosixSpawnFileAction(void *_file_actions, const FileAction *info, Log *log, Error &error) in AddPosixSpawnFileAction()
958 case FileAction::eFileActionNone: in AddPosixSpawnFileAction()
962 case FileAction::eFileActionClose: in AddPosixSpawnFileAction()
974 case FileAction::eFileActionDuplicate: in AddPosixSpawnFileAction()
990 case FileAction::eFileActionOpen: in AddPosixSpawnFileAction()
/NextBSD/lib/clang/liblldbTarget/
HDMakefile13 FileAction.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.cpp142 ProcessPOSIX::GetFileSpec(const lldb_private::FileAction *file_action, in GetFileSpec()
148 if (file_action && file_action->GetAction() == FileAction::eFileActionOpen) in GetFileSpec()
180 const lldb_private::FileAction *file_action; in DoLaunch()
HDProcessPOSIX.h155 GetFileSpec(const lldb_private::FileAction *file_action,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp970 FileAction file_action; in Handle_QSetSTDIN()
987 FileAction file_action; in Handle_QSetSTDOUT()
1004 FileAction file_action; in Handle_QSetSTDERR()
HDProcessGDBRemote.cpp861 const FileAction *file_action; in DoLaunch()
865 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
871 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
877 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp488 if (file_action->GetAction () != FileAction::eFileActionOpen) in LaunchProcess()