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

References

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