Kill 'args' interface for MI commands

Vladimir Prus vladimir@codesourcery.com
Thu Apr 24 15:59:00 GMT 2008


Presently, each MI command is implemented with a function, but there are
two different interfaces -- old uses "char *" to pass all parameters lumped
together, while new one uses "char ** + int", like argc/argv.

This patch kills the old interface completely. Checked in.

- Volodya

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


More information about the Gdb-patches mailing list