Sun Studio 12: Debugging a Program With dbx

Syntax

pop

Pop current top frame from stack.

pop number

Pop number frames from stack.

pop -f number

Pop frames from stack until specified frame number.

pop -c

Pop the last call made from the debugger.

where:

number is the number of frames to pop from the stack.