Searched refs:move_to_nearest_code (Results 1 – 4 of 4) sorted by relevance
716 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local723 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()732 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument734 move_to_nearest_code); in BreakpointCreateByLocation()751 move_to_nearest_code ? eLazyBoolYes : eLazyBoolNo); in BreakpointCreateByLocation()994 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local1003 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
468 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument471 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()472 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()475 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()486 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument524 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()525 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()529 !static_cast<bool>(move_to_nearest_code)); in CreateBreakpoint()
710 LazyBool move_to_nearest_code);720 LazyBool move_to_nearest_code);
636 bool move_to_nearest_code);