This is the mail archive of the gdb-patches@sources.redhat.com 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: RFA: make `info source' say whether macro info is present


I've committed this patch.

Jim Blandy <jimb@redhat.com> writes:

> Eli Zaretskii <eliz@is.elta.co.il> writes:
> 
> > On Wed, 22 May 2002, Jim Blandy wrote:
> > 
> > > This will make it a bit easier to write tests that exit gracefully
> > > when the test executable doesn't have any information about
> > > preprocessor macros.  Alternative suggestions welcome.
> > > 
> > > gdb/ChangeLog:
> > > 2002-05-22  Jim Blandy  <jimb@redhat.com>
> > > 
> > > 	* source.c (source_info): Mention whether the symtab has
> > > 	information about preprocessor macros.
> > 
> > Jim, I think gdb.texinfo should be updated to match this change, where 
> > "info source" is documented.
> 
> *blush*  Thanks.  This patch includes a doc fix:
> 
> gdb/ChangeLog:
> 2002-05-22  Jim Blandy  <jimb@redhat.com>
> 
> 	* source.c (source_info): Mention whether the symtab has
> 	information about preprocessor macros.
> 
> gdb/testsuite/ChangeLog:
> 2002-05-22  Jim Blandy  <jimb@redhat.com>
> 
> 	* lib/gdb.exp (get_debug_format): Tolerate message saying whether
> 	preprocessor macro information is present.
> 
> gdb/doc/ChangeLog:
> 2002-05-23  Jim Blandy  <jimb@redhat.com>
> 
> 	* gdb.texinfo (Symbols): Update documentation for `info source'
> 	command.


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