This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [Patch]: grep ^func
- To: Michael Snyder <msnyder at cygnus dot com>
- Subject: Re: [Patch]: grep ^func
- From: Don Howard <dhoward at cygnus dot com>
- Date: Thu, 25 Jan 2001 15:56:25 -0800 (PST)
- cc: gdb-patches at sources dot redhat dot com
Sure thing. Next time.
--
-Don
dhoward@cygnus.com
On Thu, 25 Jan 2001, Michael Snyder wrote:
> Don Howard wrote:
> >
> > Here is a simple patch that cleans up function declarations/definitions
> > so that grep ^func will turn up only the function definition. Tested
> > on native Linux x86.
>
> Don, in the cases where this change results in lines of 79 chars or more,
> would you mind breaking the lines up? Emacs default indentation, eg.
>
> extern int foo (int, char,
> char, int);
>
> Thanks,
> Michael
>