Debugging a Program With dbx

pop

The dbx pop command pops a frame or frames from the stack:

Pop current frame 

pop

Pop num frames 

pop num

Pop frames until specified frame number 

pop -f num

Any calls popped are re-executed upon resumption, which may result in undesirable program changes. pop also calls destructors for objects local to the popped functions.