[roll] Roll fuchsia [debugger] Communicate target system page size.

Some operations on the client need the target system page size. This
adds that information to the "hello" message along with the architecture
and stores it in the client in the ArchInfo class.

Hooks this value up to the "stack-usage" command (removing the hardcoded
4K constant) and the "aspace" command (now additionally showing
committed bytes).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714342
Original-Revision: 618bf452bc28219915703c1f7fffb62efceec67a
GitOrigin-RevId: 234f1f970ef1ccf05df1543e694b2b205444414b
Change-Id: If92d073ebd9c897215e7ec31ed38b1465b70deaf
1 file changed
tree: e4160ae512b24df0fa50d855224dabe5d6e23f6e
  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.