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.cpp716 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
723 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
732 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument
734 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() local
1003 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp468 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
471 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() argument
524 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h710 LazyBool move_to_nearest_code);
720 LazyBool move_to_nearest_code);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h636 bool move_to_nearest_code);