[PATCH v2 25/25] Add command to list UIs

Pedro Alves palves@redhat.com
Fri May 6 11:49:00 GMT 2016


On 03/22/2016 10:36 AM, Yao Qi wrote:
> Pedro Alves <palves@redhat.com> writes:
> 
>> @@ -368,6 +368,7 @@ new_ui_command (char *args, int from_tty)
>>  
>>    initialize_stdin_serial (ui);
>>    ui->async = 1;
>> +  ui->tty_name = xstrdup (tty_name);
> 
> xfree (ui->tty_name) in free_ui?

Indeed, thanks.

I'm still not sure whether this command's output format is the one
we need, and this was mostly a convenience for developing the series,
so I'm dropping it from the series in v3, and will get back to it
afterwards.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list