Debugging Tools for Windows

.pop (Restore Debugger State)

The .pop command restores the state of the debugger to a state that has previously been saved by using the .push (Save Debugger State) command.

Syntax

.pop [/r 

Parameters

/r
Specifies that the saved values of the pseudo-registers $t0 to $t19 should be restored. If /r is not included, these values are not affected by the .pop command.

Environment

Modes User mode, kernel mode
Targets Live, crash dump
Platforms All

Comments

This command is most useful when used with scripts and debugger command programs so that they can work with one fixed state. If the command is successful, no output is displayed.

Build machine: CAPEBUILD