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]testsuite: test for disconnected-tracing


On 04/05/2012 09:14 AM, Hui Zhu wrote:

> I post a new version patch according to your comments.
> And I have test it with gdb-7.4 and got fail.


Thanks.  Only a few nits remain, and this is technically ready to
check in.  See below.

However, what's the status of your copyright assignment?  Last I
heard (and from what I see in FSF's copyright assignment records), we
still can't accept changes from you on behalf of Mentor.  :-(

> 2012-04-05  Hui Zhu  <hui_zhu@mentor.com>
> 
>     * gdb.trace/Makefile.in (PROGS): Add
>     disconnected-tracing.


This fits fine on a single line.  Please do that.

>     * gdb.trace/disconnected-tracing.c: New file.
>     * gdb.trace/disconnected-tracing.exp: New file.
> 


> --- /dev/null
> +++ b/testsuite/gdb.trace/disconnected-tracing.c

...

> +
> +int
> +main()


Might as well follow the coding standards, and add a space before parens.

> +{
> +  return 0;
> +}
> \ No newline at end of file

    ^^^^^^^^^^^^^^^^^^^^^^^^^

Please add a newline.

-- 
Pedro Alves


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