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: [PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads.


On 04/18/2017 03:27 PM, Simon Marchi wrote:

> Btw, do you know why the double parenthesis in
> 
>   perror_with_name (("ptrace"));
> 
> ?  Feel free to remove the extra parenthesis before pushing.

That's to quiet the ARI.  Otherwise it complains about the
missing _() for i18n.

Thanks,
Pedro Alves


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