This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
CLI commands in MI
- From: Bob Rossi <bob_rossi at cox dot net>
- To: gdb at sources dot redhat dot com
- Date: Wed, 10 May 2006 22:26:50 -0400
- Subject: CLI commands in MI
I'm thinking it would be a good idea to remove the ability to enter CLI
commands into the MI interpreter. Does anyone disagree?
I think the only thing it can cause is confusion. Especially since
entering the '-exec-run' command gives different results than the
'-interpreter-exec console "r"' command which gives different results
than the 'r' command.
Now that -interpreter-exec is available, is there any reason beyond
trying to confuse us all that console commands are allowed?
Thanks,
Bob Rossi