mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Add a target setting (target.use-fast-stepping) to control using the "run to next branch" stepping algorithm.
llvm-svn: 176958
This commit is contained in:
@@ -54,6 +54,7 @@ ThreadPlanStepRange::ThreadPlanStepRange (ThreadPlanKind kind,
|
||||
m_first_run_event (true),
|
||||
m_use_fast_step(false)
|
||||
{
|
||||
m_use_fast_step = GetTarget().GetUseFastStepping();
|
||||
AddRange(range);
|
||||
m_stack_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user