mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Change mi_parse_argv to a method
This changes mi_parse_argv to be a method of mi_parse. This is just a minor cleanup.
This commit is contained in:
@@ -355,7 +355,7 @@ mi_command_py::invoke (struct mi_parse *parse) const
|
||||
|
||||
pymicmd_debug_printf ("this = %p, name = %s", this, name ());
|
||||
|
||||
mi_parse_argv (parse->args (), parse);
|
||||
parse->parse_argv ();
|
||||
|
||||
if (parse->argv == nullptr)
|
||||
error (_("Problem parsing arguments: %s %s"), parse->command,
|
||||
|
||||
Reference in New Issue
Block a user