.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.

.pop
.pop /r
.pop /r /q

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.

/q
Specifies that the command executes quietly. That is, the command executes without displaying any output.

Environment

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

Remarks

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.