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: FYI: add TAGS target in testsuite


> From: Tom Tromey <tromey@redhat.com>
> Date: Mon, 07 Mar 2011 10:03:38 -0700
> 
> I am undecided as to whether I should add this to gdb/TAGS via `etags
> --include'.  If you use etags, and have an opinion, let me know.

IMO, it only makes sense to add this to gdb/TAGS if the additional
tags get into the GDB binary.  The test suite does not satisfy this
requirement (unlike, say, portions of Emacs implemented in Lisp).

TAGS tables are used when you develop a package and need to quickly
find the implementation of certain functionalities of that package.
Anything that is not part of the package functionality should be on a
separate TAGS file.


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