[PATCH] gdb/infcmd: remove redundant clear_proceed_status call

Simon Marchi simark@simark.ca
Wed Oct 7 03:22:36 GMT 2020


On 2020-10-06 12:36 p.m., Tankut Baris Aktemur via Gdb-patches wrote:
> In `attach_command`, there is a call to `init_wait_for_inferior`
> followed by a call to `clear_proceed_status`.  However,
> `init_wait_for_inferior` already calls `clear_proceed_status`.  Remove
> the redundant call.
> 
> Regression-tested on X86_64 Linux.

Thanks, that LGTM.

Simon


More information about the Gdb-patches mailing list