This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 11/18] Implement all-stop on top of a target running non-stop mode
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 11 Sep 2015 22:53:16 +0200
- Subject: Re: [PATCH 11/18] Implement all-stop on top of a target running non-stop mode
- Authentication-results: sourceware.org; auth=none
- References: <1432250354-2721-1-git-send-email-palves at redhat dot com> <1432250354-2721-12-git-send-email-palves at redhat dot com>
On Fri, 22 May 2015 01:19:07 +0200, Pedro Alves wrote:
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -75,6 +75,12 @@ maint print symbol-cache-statistics
> maint flush-symbol-cache
> Flush the contents of the symbol cache.
>
> +maint set target-non-stop (on|off|auto)
> +maint show target-non-stop
> + Control whether GDB targets always operate in non-stop mode even if
> + "set non-stop" is "off". The default is "auto", meaning non-stop
> + mode is enabled if supported by the target.
> +
> record btrace bts
> record bts
> Start branch trace recording using Branch Trace Store (BTS) format.
This part got checked-in twice:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blobdiff;f=gdb/NEWS;h=3fe603615afc858428bc085f345fca3ee12314d5;hp=7e58cc3f31aa961f700ca9b511a0b6c558f73a90;hb=fbea99ea8a062e5cd96e2d88336984ed3adc93d4;hpb=372316f12874a30c62e6d71079ca3b86c786fb7e
I haven't fixed it.
Jan