Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp312 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
315 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()
316 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
319 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()
330 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument
366 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()
367 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
371 skip_prologue, !static_cast<bool>(move_to_nearest_code))); in CreateBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h576 LazyBool move_to_nearest_code);
586 LazyBool move_to_nearest_code);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp729 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
736 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
1027 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local
1036 false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()