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: [commit] Deprecate remaining STREQ uses


> Date: Mon, 24 Nov 2003 14:45:01 -0500
> From: Andrew Cagney <cagney@gnu.org>
> 
> Expect questions ;-)

Be my guest ;-)

> Do I need to run ETAGS first?

Etags won't help, as all it knows is where STREQ is _defined_, not
where it's _used_.  What you want is ID-utils and the associated
Emacs command "M-x gid RET".

However, I think "M-x find-grep-dired RET" will do, if you don't have
ID-utils installed.


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