On 9/29/20 11:40 PM, Greg Clayton wrote:
How could LLDB even function then? We are using the standard std::mutex +
std::condition workflow here. Not sure how LLDB could even function if it
locking was nor working as expected.
Well, obviously this is an issue (and probably the same one) with
Hello again,
We had to pick up another bug fix, so here is another release
candidate: llvmorg-11.0.0-rc5 tag was just created.
Source code and docs are available at
https://prereleases.llvm.org/11.0.0/#rc5
and
https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc5
Pre-built binarie
Glad we know why at least! Thanks for bringing this to our attention.
Greg
> On Sep 30, 2020, at 2:53 AM, Dmitry Antipov wrote:
>
> On 9/29/20 11:40 PM, Greg Clayton wrote:
>
>> How could LLDB even function then? We are using the standard std::mutex +
>> std::condition workflow here. Not sure