[roll] Roll fuchsia [debugger] Treat non-symbol index servers as public

With the introduction of DEBUGINFOD_URLS support in symbolizer we should
stop assuming that servers coming from anywhere other than the symbol
index have authentication.

If we have a need to specify servers that require authentication on the
command line then we can add a new argument for those. Debuginfod was
never intended to be used with non-public servers and so these will
always be assumed to be public.

This also fixes a crash in zxdb when trying to initialize a
std::filesystem::path with a null pointer (specifically when "HOME" is
not set in the environment).

Original-Bug: 365193885
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1115593
Original-Revision: ed70ec298adb75c778e3c6f7952e46ef4d20e5e1
GitOrigin-RevId: 85c61e10a900b9bd42f11d93574d8655181e8af5
Change-Id: Ie0a71c4754a33f945453fd4cb14f12500bb5c75e
1 file changed
tree: 0d946eeca94d09e1a88c0efc74924a2633ae3308
  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.