[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.