Searched refs:move_to_nearest_code (Results 1 – 4 of 4) sorted by relevance
727 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local734 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()743 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument745 move_to_nearest_code); in BreakpointCreateByLocation()763 move_to_nearest_code ? eLazyBoolYes : eLazyBoolNo); in BreakpointCreateByLocation()1010 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local1019 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
383 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument386 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()387 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()390 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()401 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument439 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()440 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()444 !static_cast<bool>(move_to_nearest_code)); in CreateBreakpoint()
678 LazyBool move_to_nearest_code);688 LazyBool move_to_nearest_code);
619 bool move_to_nearest_code);