[roll] Roll fuchsia [test_manager][debug] Use the recursive option when attaching

This will cause DebugAgent to attach to all components within the test's
realm. Note that this doesn't change the behavior of GetProcessInfo
since we are still passing a specific filter to that request.

Update the interface to `report_all_backtraces` to allow callers to pass
a component URL to use as a filter to just dump a specific test
package's processes, rather than all currently running test suites.

Original-Bug: 438253057
Original-Bug: 303314982
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1396614
Original-Revision: 2cb3b8f29b1f4d5362a0fa85b54332bb39114706
GitOrigin-RevId: c757003850b4cfed5c13aa0a8952e66ed13d328e
Change-Id: I0186b35fa72ab20d82ad8de1a6aa84c1ce43e4f2
1 file changed
tree: 3f22804f45d90dd339edc16363b27e2c8d44087d
  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.