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 v4 9/9] Add documentation for new record Python bindings.


> From: Tim Wiederhake <tim.wiederhake@intel.com>
> Cc: markus.t.metzger@intel.com
> Date: Wed,  4 Jan 2017 13:46:15 +0100
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 12d57fb..148202b 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,10 @@
>  
>  *** Changes since GDB 7.12
>  
> +* Python Scripting
> +
> +  ** New functions to start, stop and access a running btrace recording.
> +
>  * Building GDB and GDBserver now requires a C++11 compiler.

This is OK.

> +@defvar BtraceFunctionCall.symbol
> +A @code{gdb.Symbol} object representing the associated symbol.  May be
> +@code{Node} if the function call is a gap or the debug symbols could
         ^^^^
I believe you meant "None".

> +@defvar BtraceFunctionCall.instructions
> +A list of gdb.BtraceInstruction objects associated with this function call.
             ^^^^^^^^^^^^^^^^^^^^^
This should be in @code.

OK with those nits fixed.

Thanks.


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