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: [RFA] AR Index: Add exceptions for gnulib/string.in.h



> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé?: Tuesday, March 24, 2009 12:23 AM
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: [RFA] AR Index: Add exceptions for gnulib/string.in.h
> 
> > 2 strdup and 2 strerror failures listed in
> > AR Index are due to code in gnulib/string.in.h
> > header.
> 
> gnulib is imported code - does it really make sense to run the ARI on
> it?

  Maybe not,
in that case we should probably just remove that sub-directory from the
listing of the inspected files.

  This can be done by adding
a simple line in gdb_find.sh

	-name gnulib -prune -o \

Would that be a better change?

Pierre


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