[lldb-dev] [Bug 49046] Building lldb-vscode for windows is broken on 12.x

2021-02-09 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=49046 Martin Storsjö changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [lldb-dev] [cfe-dev] LLVM 11.1.0-rc3 has been tagged

2021-02-09 Thread Hans Wennborg via lldb-dev
On Mon, Feb 8, 2021 at 6:15 PM Tom Stellard via cfe-dev wrote: > > Hi, > > I've tagged LLVM 11.1.0-rc3. If there are no issues, then I'll be tagging > the final release in 1 week. Testers please test and upload binaries. Windows is ready: $ sha256sum LLVM-11.1.0-rc3*.exe 3f47b610fb629a4135ff16

Re: [lldb-dev] Help fixing deadlock in DWARF symbol preloading

2021-02-09 Thread Pavel Labath via lldb-dev
On 05/02/2021 00:38, Jorge Gorbe Moya wrote: Wouldn't it be preferable to try_lock in GetDescription (which is the one currently acquiring the mutex) instead? I'd be uncomfortable with a function like GetDescription "randomly" doing nothing (returning an empty string, or whatever). OTOH, while