[roll] Roll fuchsia [debugger] Make source-map easier to hold

To abide by the grammar rules of the `set` command, `source-map`'s
values were required to be set in a very particular way, particularly
with no spaces at all, which made it even more difficult to read than it
already is.

This change helps do what the user wants when they type the
setting with some spaces, while slightly sacrificing the grammar rules
for this particular command.

The result is `set source-map += some/dir = new/dir` now works like
you'd expect and does not require the value to be `some/dir=new/dir`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155153
Original-Revision: b362a343c7433d66c6a4a9fb1400939104a58985
GitOrigin-RevId: d959d9601371b9449bf0095bb51fc76184b745f4
Change-Id: I89e63b759ae918ca270c2e481228c0ea50243f15
1 file changed
tree: 6e368d172a92e1eee75708e2a51ccc1d843a6594
  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.