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 12/17] Implement all-stop on top of a target running non-stop mode


> From: Pedro Alves <palves@redhat.com>
> Date: Wed,  1 Apr 2015 23:14:09 +0100
> 
> +@kindex maint set target-non-stop @var{mode} [on|off|auto]
> +@kindex maint show target-non-stop
> +@item maint set target-non-stop
> +@itemx maint show target-non-stop
> +This controls whether @value{GDBN} targets always operate in non-mode
                                                                ^^^^^^^^
"non-stop mode", I guess.

> +even if @code{set non-stop} is @code{off} (@pxref{Non-Stop Mode}).
> +This default is @code{auto}, meaning this is enabled if available; but
   ^^^^
"The"

> +this can be changed to more easily debug problems.

I find the last part (after the semi-colon) confusing and not really
adding any important information.  Perhaps consider dropping it.

What about NEWS?

Thanks.


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