From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Joel Brobecker , Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] New command: ``start'' Date: Wed, 19 May 2004 14:30:00 -0000 Message-id: <40AB6F65.4070603@gnu.org> References: <20040518024700.GV10684@gnat.com> X-SW-Source: 2004-05/msg00566.html Hmm, I just went to describe this new command and found I was struggling with ``start'' (I described it as ``run-to''). Given this, and more importantly given that ``runto'' is already a part of our vocabulary ((with "runto_main" in the testsuite) would ``runto'' be a better name? GDB's CLI can be set up so that all abbreviations such as: (gdb) r (gdb) ru (gdb) run all map to "run". Andrew