Home
last modified time | relevance | path

Searched refs:continue_to_next_branch (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOut.cpp39 bool continue_to_next_branch, bool gather_return_value) in ThreadPlanStepOut() argument
88 frame_idx - 1, eLazyBoolNo, continue_to_next_branch); in ThreadPlanStepOut()
102 if (continue_to_next_branch) { in ThreadPlanStepOut()
HDThread.cpp1326 uint32_t frame_idx, Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop() argument
1331 report_run_vote, frame_idx, eLazyBoolNo, continue_to_next_branch, in QueueThreadPlanForStepOutNoShouldStop()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanStepOut.h24 bool continue_to_next_branch = false,
HDThread.h900 uint32_t frame_idx, Status &status, bool continue_to_next_branch = false);