• Jacob.Bramley@arm.com's avatar
    Reland r23732: ARM64: Fix and improve --trace-sim register trace. · 3dbb3c39
    Jacob.Bramley@arm.com authored
    - Use standard names (except that our GREY is the standard BLACK).
    - Make non-bold colours explicit, otherwise the boldness can carry over
      into subsequent colour declarations.
    - I've moved some colours around to make them consistent. Register value
      updates (which are very common) now stand out less than they did,
      making the less-common (and arguably more important) debug
      announcements appear brighter.
      - FP registers and values are now magenta.
      - Integer registers and values are now cyan.
      - Memory accesses are now blue.
    - LOG_WRITE prints the source register for stores.
    - Loads are logged with a format similar to that used for stores.
      Specifically, the memory address is printed alongside the new register
      value.
    - Updates to D registers print the raw bits as well as the double value.
      Updates to S registers print the raw bits as well as the float value.
      (Previously, we printed both double and float interpretations of the
      bits, which was a bit cluttered.)
    
    BUG=
    R=svenpanne@chromium.org
    
    Review URL: https://codereview.chromium.org/551823004
    
    git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    3dbb3c39
simulator-arm64.h 28.2 KB