Commit a028d463 authored by Kai Koehne's avatar Kai Koehne Committed by The Qt Project
Browse files

Debugger: fix race condition in block mode


Make sure that the GUI thread & debugger thread actually sync on startup. So far
the GUI thread would block forever in waitCondition.wait() if the debugger thread
spawns & receives the HELLO before.

Also remove unused code and rename variables to make their use more obvious.

Change-Id: I8285e8860667496d491807e696535353d9f14dea
Reviewed-by: default avatarAurindam Jana <aurindam.jana@digia.com>
parent 33e0dd64
No related merge requests found
Showing with 6 additions and 9 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment