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