[roll] Roll fuchsia [debugger] Don't crash for invalid thread KOIDs.

I saw a crash where an invalid KOID was sent (probably from a thread
that had exited). This prevents that crash on the principle that we
shouldn't crash based in bad IPC messages, although the agent shouldn't
be sending such bad messages. I could not reproduce to get to the bottom
about the bad message.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1016272
Original-Revision: f5e28ea4d148cc6b3d3acbe345dac870c3c8b5cc
GitOrigin-RevId: 98c73a7df6c5cad4bf600c0f2e8eee89cdb6e433
Change-Id: I803212d4222555bd842d62fd031fd0e0674d54dd
1 file changed
tree: 2a9913c1abf9fbece7577dc352be1e2b0a8769a2
  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.