• Jeffrey Lee's avatar
    Add *ShowVFPRegs command · e2274470
    Jeffrey Lee authored
    Detail:
      This adds support for the *ShowVFPRegs command, which is basically VFP equivalent of *ShowFPRegs. However unlike *ShowFPRegs it allows for any arbitrary VFP context to be viewed, not just the last context that caused an exception:
      *ShowVFPRegs [E] for showing the exception context
      *ShowVFPRegs A <address> for showing a context at a specific address
      *ShowVFPRegs C for showing the current context
      File changes:
      - HelpSrc, Resources/UK/CmdHelp - Added *ShowVFPRegs help text
      - Resources/Germany/Messages, Resources/UK/Messages - New message tokens for *ShowVFPRegs output
      - s/Debugger - *ShowVFPRegs implementation
      - actions/ARMv7_VFP - VPUSH or VPOP of >16 singleword registers were incorrectly being flagged as unpredictable; it's only the doubleword version which should have that restriction.
    Admin:
      Tested on Raspberry Pi
      German messages are in need of translation
    
    
    Version 1.86. Tagged as 'Debugger-1_86'
    e2274470