This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 3/5] Add -FLAGS... argument to thread apply


> From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
> Cc: Philippe Waroquiers <philippe.waroquiers@skynet.be>
> Date: Sat,  5 May 2018 21:28:02 +0200
> 
>    if (cmd == NULL || *cmd == '\000')
> -    error (_("Please specify a command following the thread ID list"));
> +    error (_("Please specify a command at the end of thread apply all"));

I think "thread apply all" should be in quotes here.

> +  add_com ("taas", class_run, taas_command, _("\
> +Apply a command to all threads (ignoring errors and empty output)\n\

The first line of a doc string should end with a period, as some help
commands rely on that.

> +  add_com ("tfaas", class_run, tfaas_command, _("\
> +Apply a command to all frames of all threads (ignoring errors and empty output)\n\

Ditto.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]