[roll] Roll fuchsia [kernel] Print thread pointers in arch_dump_exception_context()

This makes the arch_dump_exception_context() for arm64 and x86
print the thread pointer registers that are not stored in the
iframe.  These are directly in the CPU state for the current
thread (only saved in arch_thread at context switch, not kernel
entry), so make it clear that arch_dump_exception_context() is
always called for an iframe from the current thread.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1429894
Original-Revision: 3ec21ba56f5050b8624aca781e6bdc9453aacdd5
GitOrigin-RevId: 65b975fa3294c0c9cb7dea53660ad3ba1e05d0dc
Change-Id: Ic11db044bec7ef3f4ebddbf39e5acfbb2b279223
1 file changed
tree: 4618fcb616f595a96fabeeb15cc13e9f3b0e24f5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.