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] mips-tdep: info registers


> From:  Aleksandar Ristovski <aristovski@qnx.com>
> Date:  Mon, 23 Feb 2009 11:05:03 -0500
> 
> > I agree.  Documenting it would be good, thanks.
> > 
> 
> I added a note about the regno syntax.

Thank you.

> ChangeLog:
> 
> * gdb.texinfo (info registers): Add a note about permitted
> info registers regno syntax.

The string in parentheses should be the name of the node in which you
made a change, in this case "Registers".

> Index: gdb/doc/gdb.texinfo
> ===================================================================
> RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
> retrieving revision 1.558
> diff -r1.558 gdb.texinfo
> 7436a7437,7442
> > 
> > Note that syntax using register number (@var{regno}) in place of 
> > @var{regname} is also permitted.  While for some architectures (like x86)
> > @var{regno} has a meaning only within @value{GDBN} context and is 
> > subject to change in different @value{GDBN} versions, others (like mips)
> > explicitly define them.

This is fine, thanks.


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