Home
last modified time | relevance | path

Searched refs:step_out_avoids_code_without_debug_info (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h23 LazyBool step_out_avoids_code_without_debug_info,
81 LazyBool step_out_avoids_code_without_debug_info);
83 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
H A DThread.h550 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
565 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
718 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
727 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
781 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
791 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
837 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
H A DThreadPlanStepInRange.h27 LazyBool step_out_avoids_code_without_debug_info);
71 LazyBool step_out_avoids_code_without_debug_info);
H A DThreadPlanStepOverRange.h43 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp35 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepOverRange() argument
41 SetupAvoidNoDebug(step_out_avoids_code_without_debug_info); in ThreadPlanStepOverRange()
79 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
81 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThreadPlanStepInRange.cpp39 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange() argument
48 step_out_avoids_code_without_debug_info); in ThreadPlanStepInRange()
55 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
74 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThreadPlanStepOut.cpp38 LazyBool step_out_avoids_code_without_debug_info, in ThreadPlanStepOut() argument
49 SetupAvoidNoDebug(step_out_avoids_code_without_debug_info); in ThreadPlanStepOut()
163 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
165 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThread.cpp1285 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1289 step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepInRange()
1300 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1307 step_out_avoids_code_without_debug_info); in QueueThreadPlanForStepInRange()
1314 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepOut() argument
1317 report_run_vote, frame_idx, step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepOut()
1922 LazyBool step_out_avoids_code_without_debug_info) in StepIn() argument
1938 step_out_avoids_code_without_debug_info); in StepIn()
1957 LazyBool step_out_avoids_code_without_debug_info) { in StepOver() argument
1971 step_out_avoids_code_without_debug_info); in StepOver()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp606 const LazyBool step_out_avoids_code_without_debug_info = in StepInto() local
613 step_out_avoids_code_without_debug_info); in StepInto()