reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 m_bp_opts.SetCondition(option_arg.str().c_str()); 74 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); 80 m_bp_opts.SetEnabled(false); 83 m_bp_opts.SetEnabled(true); 89 m_bp_opts.SetAutoContinue(value); 103 m_bp_opts.SetIgnoreCount(ignore_count); 110 m_bp_opts.SetOneShot(value); 124 m_bp_opts.SetThreadID(thread_id); 128 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); 131 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); 141 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); 152 m_bp_opts.Clear(); 167 m_bp_opts.SetCommandDataCallback(cmd_data); 175 return m_bp_opts;