[MI] kill captured_mi_execute_command_actions

Vladimir Prus vladimir@codesourcery.com
Sat Jun 28 16:33:00 GMT 2008


The captured_mi_execute_command presently is passed a pointer to
struct captured_mi_execute_command_args, and the 'action' field
thereof is later consulted by mi_execute_command to decide if we
should print the prompt. The problem is that the 'action' field is
never assigned the value that would cause the prompt to be suppressed,
and in fact not always assigned any deterministic value. This patch
garbage-collects all this.

Checked in.

- Volodya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: commit.diff
Type: text/x-diff
Size: 4036 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20080628/3c5e8f21/attachment.bin>


More information about the Gdb-patches mailing list