refresh

Discards all cached target data and refresh views.

Syntax
refresh [all | -p <pid> <pid> ...]
Options

The following table lists and defines options of the refresh command.

Table 1. refresh Command-line debugger command - Options
Command Description
[none] No option will refresh current process only.
all Refreshes all currently debugged processes.
-p <+pid> Specifies list of process ID for the processes to be refreshed.
Examples
refresh -p 0 1

Refreshes debugger data for debugged processes with PID `0' and `1'.