[roll] Roll fuchsia [debugger] Evaluate expressions as blocks.

Allows normal inputs to the expression system to contain multiple
statements. Removes the requirement that the last statement in a C block
end in a semicolon.

From the UI this allows things like:
  print int i = 0; i * 9
Previously this would have worked, but would have required {} around the
whole thing. This capability will be used to greater benefit in the
pretty printing system.

Updates error messages to be a bit more clear in this context.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/757906
Original-Revision: 381a96d7fe38d1aacbb7c72708b64ab01635ae3b
GitOrigin-RevId: 64612bdeda0ae004e36f5258b3c2c4873c19d065
Change-Id: I047d3d9c91dec9401cfd6f1bfda51db35b0c9e8b
1 file changed
tree: a1f376ab27e9181258c4654fbf620eea3f911771
  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.