gdb/mi: int to bool conversion in mi_execute_cli_command
authorAndrew Burgess <aburgess@redhat.com>
Mon, 8 Nov 2021 12:25:56 +0000 (12:25 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 14 Dec 2021 10:57:19 +0000 (10:57 +0000)
commit3be0fed62e0dfb36d674944fe85eaebbf70b9029
treebb000902e8d72aafb1a74b493c09f66352116d13
parentf76d800be844dd2aa4aa8f189a3ace16c5e931bc
gdb/mi: int to bool conversion in mi_execute_cli_command

Change an argument of mi_execute_cli_command from int to bool.  Update
the callers to take this into account.  Within mi_execute_cli_command,
update a comparison of a pointer to 0 with a comparison to nullptr,
and add an assert, if we are not using the argument string then the
string should be nullptr.  Also removed a cryptic 'gdb_????' comment,
which isn't really helpful.

There should be no user visible changes after this commit.
gdb/mi/mi-main.c