[roll] Roll fuchsia [debugger] Notify when new threads are discovered.

When a new thread is discovered by PopulateCurrentThreads(), send the
notification to the client.

This mostly affects Linux because we don't get separate thread
notifications for the current process. On Fuchsia, there may be some
edge cases where this is encountered, but I don't know of them off the
top of my head.

Improve message on assertion for unexpected thread notifications.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017212
Original-Revision: e5db278f22b37025fe39b8c769c8e2f87635ff32
GitOrigin-RevId: 072f2c59c8ff77467cb5adedc9b13716b69772db
Change-Id: I2d55ebf1c3d8648ef5f570a84c95c5dc1499af56
1 file changed
tree: 5d9645080784662d6eaef1b47c77676a2f94efcf
  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 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.