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: [RFA/RFC] New command: ``start''


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


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