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

References

tools/lldb/source/API/SBBreakpointName.cpp
  223   bp_name->GetOptions().SetEnabled(enable);
  247   return bp_name->GetOptions().IsEnabled();
  260   bp_name->GetOptions().SetOneShot(one_shot);
  287   bp_name->GetOptions().SetIgnoreCount(count);
  301   return bp_name->GetOptions().GetIgnoreCount();
  315   bp_name->GetOptions().SetCondition(condition);
  329   return bp_name->GetOptions().GetConditionText();
  343   bp_name->GetOptions().SetAutoContinue(auto_continue);
  357   return bp_name->GetOptions().IsAutoContinue();
  370   bp_name->GetOptions().SetThreadID(tid);
  384   return bp_name->GetOptions().GetThreadSpec()->GetTID();
  397   bp_name->GetOptions().GetThreadSpec()->SetIndex(index);
  411   return bp_name->GetOptions().GetThreadSpec()->GetIndex();
  425   bp_name->GetOptions().GetThreadSpec()->SetName(thread_name);
  440   return bp_name->GetOptions().GetThreadSpec()->GetName();
  454   bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name);
  469   return bp_name->GetOptions().GetThreadSpec()->GetQueueName();
  488   bp_name->GetOptions().SetCommandDataCallback(cmd_data_up);
  502       bp_name->GetOptions().GetCommandLineCallbacks(command_list);
  562   bp_name->GetOptions().SetCallback(SBBreakpointCallbackBaton
  593   BreakpointOptions &bp_options = bp_name->GetOptions();
  620   BreakpointOptions &bp_options = bp_name->GetOptions();
tools/lldb/source/Breakpoint/BreakpointName.cpp
   61   if (GetOptions().AnySet())
   66     GetOptions().GetDescription(s, level);
   84    bp_sp->GetOptions()->CopyOverSetOptions(GetOptions());
tools/lldb/source/Target/Target.cpp
  725   bp_name.GetOptions().CopyOverSetOptions(new_options);