In many test logs, I see a 'gdb no response' error. As I understand, this occurs due to a loss of synchronization between what we actually send and what is inside the response file. With this PR, we will ensure that before the first command, there will be no unevaluated response in the queue.
I also made some small changes that seem more logical to me.
In many test logs, I see a 'gdb no response' error. As I understand, this occurs due to a loss of synchronization between what we actually send and what is inside the response file. With this PR, we will ensure that before the first command, there will be no unevaluated response in the queue.
I also made some small changes that seem more logical to me.