[roll] Roll fuchsia [debug_agent] Fix implicit this capture

Implicit lambda capture of `this` is deprecated in C++20.
Make `this` captures explicit.

Original-Bug: 42073532
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1273085
Original-Revision: 28403ab79a13ed0c6c58b3c78d973f393e36925a
GitOrigin-RevId: 3facc79ed93a8a9a99452a73a060324aae0fb4e4
Change-Id: I9e1deacce60b200a74117d44d7d5dae78566cedf
1 file changed
tree: 2a9c47c31c753e6dc8005557879371a1adaa3086
  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.