Searched refs:GetActionArgument (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h40 int GetActionArgument() const { return m_arg; } function in class:lldb_private::FileAction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp106 if (dup2(action.GetFD(), action.GetActionArgument()) == -1)
111 action.GetActionArgument());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp227 action.GetActionArgument(), 0);
247 file_actions, action.GetFD(), action.GetActionArgument());

Completed in 35 milliseconds