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] Watchpoints: support for thread <thread_num> parameters


On Wed, Nov 14, 2007 at 10:20:01AM -0200, Luis Machado wrote:
> 2007-11-14  Luis Machado  <luisgpm@br.ibm.com>
> 
>       * breakpoint.c: (watch_command_1): Parse additional optional 
>       "thread" parameter to the watchpoint command and set the 
>       "thread" member of the breakpoint struct.
>       * doc/gdb.texinfo: Add new parameter's description.
>       * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
>       * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.

Remember to put the doc/ and testsuite/ bits in their respective
changelogs.  This patch is OK.

> +/* This testcase is part of GDB, the GNU debugger.
> +
> +   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.

Add 2007 here.

-- 
Daniel Jacobowitz
CodeSourcery


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