Search notes:

p

step an instruction or a source line.
Using the r option (pr), the command also displays the values of all registers and flags.
p does not step into a function. In order to step into a function, use the t (= trace) command.
.step_filter allows to define a list of functions to step over.

Index