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: gdb.texinfo patch for -var-list-children (2)


Chris Genly wrote:

> Description
> 
> The gdb documentation for the MI command -var-list-children does not
> define the exp
> result for a child.  Exp and other child results documented.
> 
> Sorry I didn't document this with the last patch.  But my
> understanding of MI commands is still increasing.
> 
> Change log
> 
> 2009-06-19  Chris Genly  <chris@genly.us>
> * doc/gdb.texinfo (GDB/MI Variable Objects): Document child
> definition in -var-list-children.  Added exp result for child.
> 
> Patch
> 
> Index: gdb.texinfo
> ===================================================================
> RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
> retrieving revision 1.600
> diff -c -p -r1.600 gdb.texinfo
> *** gdb.texinfo       15 Jun 2009 12:11:36 -0000      1.600
> --- gdb.texinfo       20 Jun 2009 04:07:54 -0000
> *************** Returns the format used to display the v

I suggest you use unified diffs for patches (cvs diff -u). The default "context"
format is some historically-inflicted thing that is hard to read.

- Volodya



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