Showing changes from revision #2 to #3:
Added | Removed | Changed
This *Command allows the contents of a VFP/NEON coprocessor context to be displayed. It has three modes of operation, described below. For each mode, the address of the context, the context flags, and the contents of the data and special registers will be displayed.
*ShowVFPRegs [A <addr>|C|E|]
A <addr> | Show the contents of the context at the specified hexadecimal address (optional) |
C | Show the contents of the currently active context (optional) |
E | Show the contents of the context that last caused an exception (optional) |
If no parameters are specified, the command acts as if ‘*ShowVFPRegs E’ was issued, i.e. the contents of the exception context will be displayed.
Note that the exception context displayed by ‘*ShowVFPRegs E’ is often only updated when a VFP exception occurs. Other types of exception are unlikely to update it.