Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp38 bool continue_to_next_branch, bool gather_return_value) in ThreadPlanStepOut() argument
87 frame_idx - 1, eLazyBoolNo, continue_to_next_branch); in ThreadPlanStepOut()
101 if (continue_to_next_branch) { in ThreadPlanStepOut()
DThread.cpp1337 Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop() argument
1342 frame_idx, eLazyBoolNo, continue_to_next_branch, calculate_return_value)); in QueueThreadPlanForStepOutNoShouldStop()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepOut.h24 bool continue_to_next_branch = false,
DThread.h868 uint32_t frame_idx, Status &status, bool continue_to_next_branch = false);