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 3/3, doc RFA] gdbserver debug_printf+timestamps: main patch


> From: Doug Evans <dje@google.com>
> Date: Thu, 16 Jan 2014 15:37:13 -0800
> cc: gdb-patches <gdb-patches@sourceware.org>
> 
> Doug Evans writes:
>  > v2 is now split into three parts:
>  > 
>  > 1/3 - move ASSERT_FUNCTION to FUNCTION_NAME in common-utils.h
>  > 2/3 - create new function delim_string_to_char_ptr_vec_append in gdb_vecs.c
>  > 3/3 - the actual debug_printf patch
>  > 
>  > I went with --debug[=timestamp] as the option naming.

Thanks.

> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,11 @@
>  
>  *** Changes since GDB 7.7
>  
> +* New features in the GDB remote stub, GDBserver
> +
> +  ** GDBserver now takes an optional argument to --debug, --debug=timestamp,
> +     that adds a timestamp with each debugging message.
             ^^^^^^^^^^^^^^^^^^^^^
Either "adds to" or "prints with" or "includes with".

The documentation parts are OK with that change.


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