Home
last modified time | relevance | path

Searched refs:move_to_nearest_code (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp720 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
727 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
736 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument
738 move_to_nearest_code); in BreakpointCreateByLocation()
756 move_to_nearest_code ? eLazyBoolYes : eLazyBoolNo); in BreakpointCreateByLocation()
1003 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local
1012 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp382 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
385 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()
386 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
389 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()
400 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument
438 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()
439 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
443 !static_cast<bool>(move_to_nearest_code)); in CreateBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h667 LazyBool move_to_nearest_code);
677 LazyBool move_to_nearest_code);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h608 bool move_to_nearest_code);