Closed thegecko closed 5 years ago
run tests
Thanks @thegecko - I had this on my list to check after raising questions about all vs non-stop so I am glad you fixed this. LGTM, just waiting for build machine to confirm.
However, if would be really nice to have a test for this. Do you have a multi-threaded test we can use here?
However, if would be really nice to have a test for this. Do you have a multi-threaded test we can use here?
I don't unfortunately and time is very much against me
Signed-off-by: thegecko rob.moran@arm.com
The StoppedEvent raised from the adapter supports a boolean
allThreadsStopped
flag to indicate to the UI that all threads have stopped. Gdb returns this in the stopped resultData asstopped-threads
.This PR marries the two up to fix scenarios such as the following:
Before:
After: