Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h28 LazyBool step_out_avoids_code_without_debug_info);
35 LazyBool step_out_avoids_code_without_debug_info);
85 LazyBool step_out_avoids_code_without_debug_info);
88 LazyBool step_out_avoids_code_without_debug_info);
H A DThreadPlanStepOut.h24 LazyBool step_out_avoids_code_without_debug_info,
80 Status &status, LazyBool step_out_avoids_code_without_debug_info);
82 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
H A DThread.h528 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
545 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
711 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
720 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
776 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
786 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
832 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
H A DThreadPlanStepOverRange.h44 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp41 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange() argument
50 step_out_avoids_code_without_debug_info); in ThreadPlanStepInRange()
57 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange() argument
66 step_out_avoids_code_without_debug_info); in ThreadPlanStepInRange()
73 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
92 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThreadPlanStepOverRange.cpp37 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepOverRange() argument
43 SetupAvoidNoDebug(step_out_avoids_code_without_debug_info); in ThreadPlanStepOverRange()
81 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
83 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()
152 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() argument
154 switch (step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
H A DThread.cpp1412 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1416 step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepInRange()
1433 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() argument
1438 step_out_avoids_code_without_debug_info); in QueueThreadPlanForStepInRange()
1444 Status &status, LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepOut() argument
1447 frame_idx, step_out_avoids_code_without_debug_info)); in QueueThreadPlanForStepOut()
2116 LazyBool step_out_avoids_code_without_debug_info) in StepIn() argument
2132 step_out_avoids_code_without_debug_info); in StepIn()
2151 LazyBool step_out_avoids_code_without_debug_info) { in StepOver() argument
2165 step_out_avoids_code_without_debug_info); in StepOver()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp723 const LazyBool step_out_avoids_code_without_debug_info = in StepInto() local
730 step_out_avoids_code_without_debug_info); in StepInto()