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: [doc] Avoid conflicts between gdb and cross-gdb.


> Date: Thu, 21 Aug 2014 15:26:22 +0100
> From: Pedro Alves <palves@redhat.com>
> CC: Joel Brobecker <brobecker@adacore.com>, dje@google.com,
>         gdb-patches@sourceware.org, monaka@monami-software.com
> 
> > yes, you'd actually have to rewrite the base node name so that instead of 
> > identifying itself as "gdb" it'd be "${target}-gdb" (i.e. apply the program 
> > transformation).  then doing `info sh4-linux-gnu-gdb` would give you the 
> > correct man page.  this matches the man page behavior where you can do `man 
> > sh4-linux-gnu-gdb` and such.
> 
> Eh, I always assumed this sort of thing is why we write @value{GDBN} all
> over the manual, and that we were already transforming that, but indeed
> seems like we aren't.

In addition, we would need to use @value{GDBN} in the @direntry
section of gdb.texinfo.


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