Searched defs:IsVirtualStep (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | ThreadPlan.h | 474 virtual bool IsVirtualStep() { return false; } IsVirtualStep() function |
/llvm-project/lldb/source/Target/ | ||
H A D | ThreadPlanStepInRange.cpp | 485 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } IsVirtualStep() function in ThreadPlanStepInRange |