[roll] Roll fuchsia [debugger] Improve help text when failing to infer filenames

The previous text was not particularly helpful:

```
[zxdb] ...
There is no current file name to use, you'll have to specify a file.
```

Now we give better instructions for what to do:

```
[zxdb] ...
There is no file name to use in the current context. Either specify a
`pause`) and the file that you want to stop in is the active stack frame with
`frame` to use line numbers with a contextual file name.

See `help break` for details.
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1079632
Original-Revision: 5b040aeec9eed0129596b3adddf27dcbe3e5cf05
GitOrigin-RevId: ed612842768c45f7c371b553cf29fdb0c9e3b46e
Change-Id: If9f40accb9c87c0617ac71cd65ac71bbe2069505
1 file changed
tree: d32e67b1a2c64a5a20a2387789a9ab85e1f6b671
  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.