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

References

tools/lldb/source/API/SBAttachInfo.cpp
   41   LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (const char *, bool, bool), path,
   44   if (path && path[0])
   44   if (path && path[0])
   45     m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);