[roll] Roll fuchsia [dash] Differentiate between not supported and other errors for 'k' builtin

Only suggest checking that debugging is enabled when command string
cannot be sent or if the reply indicaites ZX_ERR_NOT_SUPPORTED.

Prior to this change `k boguscommand` would print,

```
Unable to send kernel debug command, is kernel debugging disabled?
```

to stderr even when kernel debugging was enabled and fully functional.

Now we get,

1. `fx qemu -c kernel.enable-debugging-syscalls=false`:

```
$ k help
error: ZX_ERR_NOT_SUPPORTED, is kernel debugging disabled?
$ k boguscommand
error: ZX_ERR_NOT_SUPPORTED, is kernel debugging disabled?
$
```

2. `fx qemu -c`

```
$ k help
[00012.786] 03605:03607> command list:
[00012.786] 03605:03607> 	acpidump        : dump ACPI tables to console
[00012.786] 03605:03607> 	and             : execute command if last command succeeded
...
[00043.041] 03605:03607> 	zx              : kernel object diagnostics

$ k boguscommand
[00028.326] 03605:03607> command "boguscommand" not found
error: ZX_ERR_INTERNAL
$
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238925
Original-Revision: 2bf07033b927d31781307fa688fec6f7eb45e7df
GitOrigin-RevId: c1f4ba0904cd73585edbe8534a11e11979f89bf1
Change-Id: Ib0c78e9f5ed5c0334823ba79f52629fb65c1d3fb
1 file changed
tree: 8c2e365cf296ecc02fead9fbeee78ccc0c169e08
  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.