[roll] Roll fuchsia [zxdb][debug-adapter] Fix breakpoint and frame issues

Some debug-adapter cliends needs breakpoints to be verified.
Updated code to set breakpoints as verified when they are
resolved in an attached process.

There was an update to zxdb to send update stack frame notification when
symbolization changes occurred. This broke debug-adapter support as it
result in invalid events related to thread invalidation. Fixed the
invalidation event to be sent only when the frame indexes are not valid.

Test: Manually tested with a debug adapter client.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983419
Original-Revision: 836a350646a79f09c38a91e86b12d25372265238
GitOrigin-RevId: 1ee40c22d053f731d67d0a917c6a956d0245aa67
Change-Id: Idf6b8b80558c5b55cde7eb6a0b2f2472e4b014eb
1 file changed
tree: c4f1b00aa55ee749d2fb9743f20a1c521f2102d1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.