Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp718 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() local
725 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
734 bool move_to_nearest_code) { in BreakpointCreateByLocation() argument
736 move_to_nearest_code); in BreakpointCreateByLocation()
754 move_to_nearest_code ? eLazyBoolYes : eLazyBoolNo); in BreakpointCreateByLocation()
1001 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex() local
1010 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp340 LazyBool move_to_nearest_code) { in CreateSourceRegexBreakpoint() argument
343 if (move_to_nearest_code == eLazyBoolCalculate) in CreateSourceRegexBreakpoint()
344 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
347 !static_cast<bool>(move_to_nearest_code))); in CreateSourceRegexBreakpoint()
358 LazyBool move_to_nearest_code) { in CreateBreakpoint() argument
396 if (move_to_nearest_code == eLazyBoolCalculate) in CreateBreakpoint()
397 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
401 !static_cast<bool>(move_to_nearest_code)); in CreateBreakpoint()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h574 bool move_to_nearest_code);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h644 LazyBool move_to_nearest_code);
654 LazyBool move_to_nearest_code);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i574 bool move_to_nearest_code);