This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: [patch] bugfix in gcc/.gdbinit


On Sep  2, 2000, Denis Chertykov <denisc@overta.ru> wrote:

> 	* .gdbinit: Change all occurrances of $ to $arg0.

Is the purpose of this patch to allow for, say:

pr foo

instead of the sequence

p foo
pr

?

I'm not sure it's a good idea to change the meaning of the existing
commands.  The way to go is to define other commands that behave as
you want.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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