Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp777 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
784 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
793 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument
798 move_to_nearest_code); in BreakpointCreateByLocation()
816 move_to_nearest_code ? eLazyBoolYes : eLazyBoolNo); in BreakpointCreateByLocation()
1106 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local
1115 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp319 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
322 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()
323 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
326 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()
337 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument
373 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()
374 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
378 !static_cast<bool>(move_to_nearest_code)); in CreateBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h619 LazyBool move_to_nearest_code);
629 LazyBool move_to_nearest_code);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h567 bool move_to_nearest_code);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i568 bool move_to_nearest_code);