commit | 720afab32c5671a77f5d995f347e602703424be2 | [log] [tgz] |
---|---|---|
author | Brett Wilson <brettw@fuchsia.infra.roller.google.com> | Wed Nov 16 22:54:17 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 16 14:55:25 2022 -0800 |
tree | efcf7d0b7e6f28f47c3f2a844f934af633211641 | |
parent | 9bf4fd7becbb56fd8edd7c82fc2885b0b9df4979 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.