* Mention non-stop mode in NEWS.
@ 2009-10-04 15:51 Pedro Alves
2009-10-04 15:57 ` Pedro Alves
2009-10-04 16:53 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Pedro Alves @ 2009-10-04 15:51 UTC (permalink / raw)
To: gdb-patches; +Cc: 'Eli Zaretskii'
Non-stop mode isn't described in the NEWS yet.
Okay for main trunk and branch?
Very sorry for the delay in getting to this...
--
Pedro Alves
2009-10-04 Pedro Alves <pedro@codesourcery.com>
* NEWS: Mention non-stop mode.
---
gdb/NEWS | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS 2009-10-04 15:56:42.000000000 +0100
+++ src/gdb/NEWS 2009-10-04 16:42:56.000000000 +0100
@@ -232,6 +232,20 @@ Cell/B.E. debugging, you need to configu
powerpc-linux or powerpc64-linux and the spu-elf targets, using the
--enable-targets configure option.
+* Non-stop mode debugging.
+
+ For some targets, GDB supports an optional mode of operation in
+ which you can examine stopped threads while other threads continue
+ to execute freely. This is referred to as non-stop mode, with the
+ old mode referred to as all-stop mode. See the "Non-Stop Mode"
+ section in the user manual for more information.
+
+ To be able to support remote non-stop debugging, a remote stub needs
+ to implement the non-stop mode remote protocol extensions, as
+ described in "Remote Non-Stop" section. The GDB remote stub,
+ gdbserver, has been adjusted to support these extensions on linux
+ targets.
+
* New commands (for set/show, see "New options" below)
catch syscall [NAME(S) | NUMBER(S)]
--
Pedro Alves
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Mention non-stop mode in NEWS.
2009-10-04 15:51 Mention non-stop mode in NEWS Pedro Alves
@ 2009-10-04 15:57 ` Pedro Alves
2009-10-04 16:55 ` Eli Zaretskii
2009-10-04 16:53 ` Eli Zaretskii
1 sibling, 1 reply; 5+ messages in thread
From: Pedro Alves @ 2009-10-04 15:57 UTC (permalink / raw)
To: gdb-patches; +Cc: 'Eli Zaretskii'
On Sunday 04 October 2009 16:51:25, Pedro Alves wrote:
> Non-stop mode isn't described in the NEWS yet.
>
> Okay for main trunk and branch?
>
> Very sorry for the delay in getting to this...
>
> + to implement the non-stop mode remote protocol extensions, as
> + described in "Remote Non-Stop" section. The GDB remote stub,
Bah, sorry, "section" of what?
Updated patch below.
--
Pedro Alves
2009-10-04 Pedro Alves <pedro@codesourcery.com>
* NEWS: Mention non-stop mode.
---
gdb/NEWS | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS 2009-10-04 15:56:42.000000000 +0100
+++ src/gdb/NEWS 2009-10-04 16:56:04.000000000 +0100
@@ -232,6 +232,20 @@ Cell/B.E. debugging, you need to configu
powerpc-linux or powerpc64-linux and the spu-elf targets, using the
--enable-targets configure option.
+* Non-stop mode debugging.
+
+ For some targets, GDB supports an optional mode of operation in
+ which you can examine stopped threads while other threads continue
+ to execute freely. This is referred to as non-stop mode, with the
+ old mode referred to as all-stop mode. See the "Non-Stop Mode"
+ section in the user manual for more information.
+
+ To be able to support remote non-stop debugging, a remote stub needs
+ to implement the non-stop mode remote protocol extensions, as
+ described in "Remote Non-Stop" section of the user manual. The GDB
+ remote stub, gdbserver, has been adjusted to supports these
+ extensions on linux targets.
+
* New commands (for set/show, see "New options" below)
catch syscall [NAME(S) | NUMBER(S)]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Mention non-stop mode in NEWS.
2009-10-04 15:57 ` Pedro Alves
@ 2009-10-04 16:55 ` Eli Zaretskii
2009-10-04 17:48 ` Pedro Alves
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2009-10-04 16:55 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
> From: Pedro Alves <pedro@codesourcery.com>
> Date: Sun, 4 Oct 2009 16:57:46 +0100
> Cc: "'Eli Zaretskii'" <eliz@gnu.org>
>
> On Sunday 04 October 2009 16:51:25, Pedro Alves wrote:
> > Non-stop mode isn't described in the NEWS yet.
> >
> > Okay for main trunk and branch?
> >
> > Very sorry for the delay in getting to this...
> >
>
> > + to implement the non-stop mode remote protocol extensions, as
> > + described in "Remote Non-Stop" section. The GDB remote stub,
>
> Bah, sorry, "section" of what?
>
> Updated patch below.
OK.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Mention non-stop mode in NEWS.
2009-10-04 15:51 Mention non-stop mode in NEWS Pedro Alves
2009-10-04 15:57 ` Pedro Alves
@ 2009-10-04 16:53 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2009-10-04 16:53 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
> From: Pedro Alves <pedro@codesourcery.com>
> Date: Sun, 4 Oct 2009 16:51:25 +0100
> Cc: "'Eli Zaretskii'" <eliz@gnu.org>
>
> Non-stop mode isn't described in the NEWS yet.
>
> Okay for main trunk and branch?
Yes, and thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-04 17:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-04 15:51 Mention non-stop mode in NEWS Pedro Alves
2009-10-04 15:57 ` Pedro Alves
2009-10-04 16:55 ` Eli Zaretskii
2009-10-04 17:48 ` Pedro Alves
2009-10-04 16:53 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox