[roll] Roll fuchsia [debugger] Print source context on frame switch

Modify zxdb to automatically print the source code context when
manually switching frames using the `up`, `down`, or `frame <id>`
commands. This matches the behavior when the debugger stops due to
an exception or breakpoint, providing immediate visibility into the
execution point without requiring a separate `list` command.
The source context is only printed when a frame is explicitly selected
as the primary action (e.g., `frame 2`). It is suppressed when the
frame noun is used as a prefix for another command (e.g.,
`frame 2 print x`) to avoid unnecessary output noise.

Original-Fixed: 417548445
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1488697
Original-Revision: 1e59255a89b87e29b1ba9d5a66b47d0f6d94516c
GitOrigin-RevId: 258ab2da1ff38f17070f967a1f4719b222fddcb7
Change-Id: Ic1e10425c9c909e5f6692fea7abdfb6a00c02e5b
1 file changed
tree: 174076c18ba544ba13f8562cd82eb5c56ef928cc
  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.