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]

[RFA] Add "fin" alias for "finish"


Hello,

I was wondering if others out there were used to using "fin" as
an abbreviation of "finish". Since the addition of the "find" command,
this has become ambiguous, and so now the minimum abbreviation is "fini".
I think it would be nice to keep the "fin" abbreviation, so this patch
adds a new "fin" alias as an abbreviation of the "finish" command.

2008-05-20  Joel Brobecker  <brobecker@adacore.com>

        * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".

2008-05-20  Joel Brobecker  <brobecker@adacore.com>

        * gdb.base/finish.exp: Test that "fin" works as an abbreviation
        of the "finish" command.

And the associated doc update (Hello Eli! :):

2008-05-20  Joel Brobecker  <brobecker@adacore.com>

        * gdb.texinfo (Continuing and Stepping): Document the new "fin"
        abbreviation for "finish".

Tested on x86-linux without any regression. OK to apply?

Thanks,
-- 
Joel

Attachment: fin.diff
Description: Text document

Attachment: fin-tc.diff
Description: Text document

Attachment: fin-doc.diff
Description: Text document


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