Search notes:

g

g = go.

gc

gc resumes execution from a breakpoint in the same mode (stepping, tracing or freely executing) with which the breakpoint was hit.

gu

gu = go up
Alternatively, the pseudo register $ra (return address on current stack) might be used:
g @$ra

See also

Setting breakpoints with b.

Index