[roll] Roll fuchsia Revert "[debug_agent][unwinder] Fix implicit this capture"

This reverts commit 8e27b17081b8b21b7192ac262f0230d9b92ab88c.

Reason for revert: likely broke core.arm64-debug builder

Original-Bug: 42073532
Original change's description:
> [debug_agent][unwinder] Fix implicit this capture
>
> Implicit lambda capture of `this` is deprecated in C++20.
> Make `this` captures explicit.
>
> Original-Bug: 42073532
> Change-Id: I6513a161d6faed0310d62e3cd4b417877267e4da
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272528
> Fuchsia-Auto-Submit: Roland McGrath <mcgrathr@google.com>
> Reviewed-by: Jacob Rutherford <jruthe@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>

Original-Bug: 42073532
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272946
Original-Revision: beecc60a35e61d1b5a2306ed7304efb596a34f86
GitOrigin-RevId: 2794f4df481998fbd9516d3e9b4665657e5412f9
Change-Id: I3131173e71fa0778dffcfafbaaca914894c5aca7
1 file changed
tree: 6396b6ce0f5dfa23c0ed575772931a255e0a7709
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.