Searched refs:IsStepping (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h164 return m_state == lldb::eStateRunning || IsStepping();
167 bool IsStepping() const { return m_state == lldb::eStateStepping; } function in class:lldb_private::NativeProcessProtocol
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h297 return state == lldb::eStateRunning || IsStepping(state);
300 bool IsStepping(lldb::StateType state) { function in class:lldb_private::process_gdb_remote::ProcessGDBRemote

Completed in 117 milliseconds