[roll] Roll fuchsia [debugger] Attach to jobs at ComponentStart

Attaching to jobs during ComponentStarting notifications is critical to
attach as high as possible in the job tree for a particular job_only
filter. If we only attach during process starting events, we will only
ever attach to the immediate parent job of that process. The desired
outcome for a job_only filter is to attach as high in the job tree as
possible to stay out of the way of any descendant processes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1157212
Original-Revision: 0ebebaff9f1f0f4b48325c9d63fddda924cd8da7
GitOrigin-RevId: 65c00c08acc1722d400aff25901cc4bffe0a77d1
Change-Id: I146f12abe096d7d8bb1738abd9e32509f4a16231
1 file changed
tree: 764bd7ed24c12be1af5c185113951bc95dd85925
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.