Searched refs:continue_to_next_branch (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepOut.cpp | 39 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 D | Thread.cpp | 1326 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 D | ThreadPlanStepOut.h | 24 bool continue_to_next_branch = false,
|
H A D | Thread.h | 877 /// \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);
|