This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] sim: start a unified sim_do_command
- From: Tom Tromey <tromey at redhat dot com>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: gdb-patches at sourceware dot org, toolchain-devel at blackfin dot uclinux dot org
- Date: Wed, 22 Jun 2011 14:01:10 -0600
- Subject: Re: [PATCH] sim: start a unified sim_do_command
- References: <1308516139-32225-1-git-send-email-vapier__28363.8018918738$1308516131$gmane$org@gentoo.org>
>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:
Mike> Since sim_do_command for many people simply calls sim_args_command, start
Mike> a unified version of it. For people who handle their own options, they
Mike> could switch to this by using sim_add_option_table instead.
I don't actually know anything about this code, but the patch seems to
remove implementations of sim_do_command that do more than dispatch to
sim_args_command.
Tom