Searched defs:IsStepping (Results 1 – 5 of 5) sorted by relevance
147 bool IsStepping(lldb::StateType state) { in IsStepping() function
172 bool IsStepping() const { return m_state == lldb::eStateStepping; } in IsStepping() function
303 bool IsStepping(lldb::StateType state) { in IsStepping() function
292 bool IsStepping(nub_state_t state) { return state == eStateStepping; } in IsStepping() function
401 bool MachThread::IsStepping() { return GetState() == eStateStepping; } in IsStepping() function in MachThread