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: [RFC] New threadnum command for breakpoints


> From: =?ISO-8859-1?Q?Fr=E9d=E9ric?= Riss <frederic.riss@gmail.com>
> Cc: Daniel Jacobowitz <drow@false.org>, Andreas Schwab <schwab@suse.de>,  gdb-patches@sources.redhat.com
> Date: Mon, 31 Jul 2006 22:06:47 +0200
> 
> Here's a code patch for discussion and a tentative doco patch.

Thanks.

> 2006-07-31  Frederic Riss  <frederic.riss@st.com>
> 
> 	* gdb.texinfo (Stopping and starting multi-thread programs): Mention
> 	the $_gdb_thread convenience variable.

One minor comment to this doco patch:

> --- gdb.texinfo	21 Jul 2006 14:46:55 -0000	1.345
> +++ gdb.texinfo	31 Jul 2006 19:22:50 -0000
> @@ -4208,8 +4208,10 @@ breakpoints on all threads, or on a part
>  @cindex breakpoints and threads
>  @cindex thread breakpoints
>  @kindex break @dots{} thread @var{threadno}
> +@vindex $_gdb_thread@r{, convenience variable}

Please move this @vindex line to before the paragraph that actually
describes the feature.  This makes the index reference the right page
in the printed version of the manual.

Other than that, the documentation patch is okay with me.


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