From: Vladimir Prus Date: Sat, 28 Jun 2008 11:53:34 +0000 (+0000) Subject: * mi/mi-main.c (enum captured_mi_execute_command_actions) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e111d6c9206464acdff70102b29d82b4b48d1fc1;hp=e111d6c9206464acdff70102b29d82b4b48d1fc1;p=deliverable%2Fbinutils-gdb.git * mi/mi-main.c (enum captured_mi_execute_command_actions) (captured_mi_execute_command_args): Remove. (captured_mi_execute_command): Cast the closure to mi_parse pointer, not to captured_mi_execute_command_args, and don't set the action field thereof. (mi_execute_command): Pass struct mi_parse, not captured_mi_execute_command_args to captured_mi_execute_command. (mi_execute_command): Remove (dead) code for suppressing printing prompt. ---