Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.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()
H A DThread.cpp1326 uint32_t frame_idx, Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop()
1331 report_run_vote, frame_idx, eLazyBoolNo, continue_to_next_branch, in QueueThreadPlanForStepOutNoShouldStop()
1319 QueueThreadPlanForStepOutNoShouldStop(bool abort_other_plans,SymbolContext * addr_context,bool first_insn,bool stop_other_threads,Vote report_stop_vote,Vote report_run_vote,uint32_t frame_idx,Status & status,bool continue_to_next_branch) QueueThreadPlanForStepOutNoShouldStop() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h24 bool continue_to_next_branch = false,
H A DThread.h877 /// \param[in] continue_to_next_branch
880 /// to there. If continue_to_next_branch is true, this is an operation not
900 uint32_t frame_idx, Status &status, bool continue_to_next_branch = false);