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

References

tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  887     if (wp) {
  888       wp->SetWatchSpec(command.GetArgumentAtIndex(0));
  889       wp->SetWatchVariable(true);
  894         wp->SetDeclInfo(ss.GetString());
  897       wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull);