[roll] Roll fuchsia [debugger] Cap the instruction count for eval.

Caps the maximum number of instructions executed by the VM for
evaluating expressions. The number 16K was picked semi-arbitrarily to be
big enough to handle pretty-printing complex containers. This will
prevent hanging the debugger if an expression accidentally contains an
infinite loop.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761443
Original-Revision: 25d107c150a4bd3eb28561a1aff7bb152660b25f
GitOrigin-RevId: 152fa09de8f60e9679e86ff8b1b00b3a854e24cf
Change-Id: I31fede716d1fd8c6a1c524481bb99fc3fd2e4f9a
1 file changed
tree: efcf7d0b7e6f28f47c3f2a844f934af633211641
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.