[ was: [RFC][gdb/cli] Ignore error in gdb command script ] On 5/18/21 5:32 PM, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries writes: > > Tom> + const char *ignore_errors_help_text > Tom> + = ("Execute a single command, ignoring all errors.\n" > Tom> + "Only one-line commands are supported.\n" > Tom> + "This is primarily useful in scripts."); > Tom> + c = add_cmd ("ignore-errors", class_support, ignore_errors_command, > Tom> + ignore_errors_help_text, &cmdlist); > > It's more normal to inline the help text into the call; but either way > it should be wrapped in _(). Ack, done. Also added test-case and docs. Any other comments? Thanks, - Tom