reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/FileAction.h
   40   int GetActionArgument() const { return m_arg; }
tools/lldb/source/Host/common/FileAction.cpp
   25   m_arg = -1;
   39       m_arg = O_NOCTTY | O_CREAT | O_RDWR;
   41       m_arg = O_NOCTTY | O_RDONLY;
   43       m_arg = O_NOCTTY | O_CREAT | O_WRONLY;
   66     m_arg = dup_fd;
   78     stream.Printf("duplicate fd %d to %d", m_fd, m_arg);
   85                   m_file_spec.GetCString(), m_arg);