[Lldb-commits] [PATCH] D60608: Make TestVSCode_step pass reliably

2019-04-22 Thread Jorge Gorbe Moya via Phabricator via lldb-commits
jgorbe added a comment. Thanks for the fix! Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60608/new/ https://reviews.llvm.org/D60608 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi

[Lldb-commits] [PATCH] D60608: Make TestVSCode_step pass reliably

2019-04-21 Thread Pavel Labath via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL358847: Make TestVSCode_step pass reliably (authored by labath, committed by ). Herald added a project: LLVM. Herald added

[Lldb-commits] [PATCH] D60608: Make TestVSCode_step pass reliably

2019-04-12 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: clayborg, jgorbe. Herald added a subscriber: jfb. The test was failing occasionally (1% of runs or so), because of unpredictable timings between the two threads spawned by the test. If the second thread hit the breakpoint right as we were stepp