The stepi command steps one machine instruction (stepping into calls). It is valid only in native mode.
Single step one machine instruction (step into calls).
Single step n machine instructions (step into calls).
Step and deliver the given signal.
Step the given LWP.
Step the LWP on which the given thread is active.
where:
n is the number of instructions to step.
signal is the name of a signal.
lwp_id is an LWP ID.
thread_id is a thread ID.