This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] 'set print thread-events' to control printing of thread start/exit messages
- From: Eli Zaretskii <eliz at gnu dot org>
- To: "Chris Demetriou" <cgd at google dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Fri, 21 Dec 2007 18:13:41 +0200
- Subject: Re: [RFA] 'set print thread-events' to control printing of thread start/exit messages
- References: <2e7be40c0712200003j29ca149hdd6e778f2aeec17a@mail.gmail.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Thu, 20 Dec 2007 00:03:17 -0800
> From: "Chris Demetriou" <cgd@google.com>
>
> The attached patch makes the printing of thread start/exit messages on
> Linux configurable via 'set print thread-events'.
Thanks.
> +@kindex set print thread-events
> +@cindex print messages on thread start and exit
> +@item set print thread-events
> +@itemx set print thread-events on
> +@itemx set print thread-events off
> +The @code{set print thread-attach} command allows you to enable or
Is it "thread-events" or "thread-attach"?
> +disable printing of messages when GDB notices that new threads have
Please use "@value{GDBN}" instead of a literal "GDB".
Other than these gotchas, the patch for gdb.texinfo is approved.