Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp727 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
734 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
743 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument
745 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() local
1019 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp383 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
386 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() argument
439 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h678 LazyBool move_to_nearest_code);
688 LazyBool move_to_nearest_code);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h619 bool move_to_nearest_code);