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

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
   73       m_bp_opts.SetCondition(option_arg.str().c_str());
   77       m_commands.push_back(option_arg);
   87       value = OptionArgParser::ToBoolean(option_arg, false, &success);
   93             option_arg.str().c_str());
   99       if (option_arg.getAsInteger(0, ignore_count))
  101                                        option_arg.str().c_str());
  108       value = OptionArgParser::ToBoolean(option_arg, false, &success);
  114             option_arg.str().c_str());
  119       if (option_arg[0] != '\0') {
  120         if (option_arg.getAsInteger(0, thread_id))
  122                                          option_arg.str().c_str());
  128       m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str());
  131       m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str());
  136       if (option_arg[0] != '\n') {
  137         if (option_arg.getAsInteger(0, thread_index))
  139                                          option_arg.str().c_str());