Home | History | Annotate | Download | only in Breakpoint

Lines Matching refs:BreakpointID

40 BreakpointID &
66 BreakpointIDList::AddBreakpointID (BreakpointID bp_id)
76 BreakpointID temp_bp_id;
80 bool success = BreakpointID::ParseCanonicalReference (bp_id_str, &bp_id, &loc_id);
92 BreakpointIDList::FindBreakpointID (BreakpointID &bp_id, size_t *position)
96 BreakpointID tmp_id = m_breakpoint_ids[i];
111 BreakpointID temp_bp_id;
115 if (BreakpointID::ParseCanonicalReference (bp_id_str, &bp_id, &loc_id))
135 if (BreakpointID::ParseCanonicalReference (string_array[i], &bp_id, &loc_id))
139 BreakpointID temp_bp_id(bp_id, loc_id);
184 && BreakpointID::IsRangeIdentifier (old_args.GetArgumentAtIndex (i+1))
185 && BreakpointID::IsValidIDExpression (current_arg)
186 && BreakpointID::IsValidIDExpression (old_args.GetArgumentAtIndex (i+2)))
201 if (BreakpointID::IsValidIDExpression (bp_id_str.c_str())
208 BreakpointID::ParseCanonicalReference (bp_id_str.c_str(), &bp_id, &bp_loc_id);
222 BreakpointID::GetCanonicalReference (&canonical_id_str, bp_id, bp_loc->GetID());
237 BreakpointID::ParseCanonicalReference (range_start.c_str(), &start_bp_id, &start_loc_id);
238 BreakpointID::ParseCanonicalReference (range_end, &end_bp_id, &end_loc_id);
313 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
326 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
334 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, LLDB_INVALID_BREAK_ID);
363 for (int i = 0; BreakpointID::g_range_specifiers[i] != NULL; ++i)
368 const char *specifier_str = BreakpointID::g_range_specifiers[i];
370 idx = arg_str.find (BreakpointID::g_range_specifiers[i]);
379 if (BreakpointID::IsValidIDExpression (start_str.c_str())
380 && BreakpointID::IsValidIDExpression (end_str.c_str()))