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.h26 LazyBool step_out_avoids_code_without_debug_info,
91 LazyBool step_out_avoids_code_without_debug_info);
93 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
H A DThread.h600 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
615 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
768 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
777 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
831 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
841 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
887 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.h47 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp37 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepOverRange() argument
44 SetupAvoidNoDebug(step_out_avoids_code_without_debug_info); in ThreadPlanStepOverRange()
82 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
84 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThreadPlanStepInRange.cpp40 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange() argument
49 step_out_avoids_code_without_debug_info); in ThreadPlanStepInRange()
56 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
75 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThreadPlanStepOut.cpp64 LazyBool step_out_avoids_code_without_debug_info, in ThreadPlanStepOut() argument
74 SetupAvoidNoDebug(step_out_avoids_code_without_debug_info); in ThreadPlanStepOut()
203 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
205 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThread.cpp1318 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1322 step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepInRange()
1333 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1340 step_out_avoids_code_without_debug_info); in QueueThreadPlanForStepInRange()
1347 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepOut() argument
1350 report_run_vote, frame_idx, step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepOut()
1970 LazyBool step_out_avoids_code_without_debug_info) in StepIn() argument
1986 step_out_avoids_code_without_debug_info); in StepIn()
2005 LazyBool step_out_avoids_code_without_debug_info) { in StepOver() argument
2019 step_out_avoids_code_without_debug_info); in StepOver()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp617 const LazyBool step_out_avoids_code_without_debug_info = in StepInto() local
624 step_out_avoids_code_without_debug_info); in StepInto()