[lldb-dev] LLVM security group sync-up call

2021-02-08 Thread Kristof Beyls via lldb-dev
After the success of the LLVM security group round table at the virtual dev meeting, we are organizing another sync-up call to progress topics related to the LLVM security group . This next sync-up call will take place on Tuesday the 16th of February, at 11

[lldb-dev] LLVM 11.1.0-rc3 has been tagged

2021-02-08 Thread Tom Stellard via lldb-dev
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. -Tom ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinf

[lldb-dev] [Bug 48944] D89156 caused build failure on 11.0.1 for MacOS target

2021-02-08 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=48944 a...@mozilla.com changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

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

2021-02-08 Thread Greg Clayton via lldb-dev
A simpler solution is to remove the lock in Module::GetDescription(...) all of the data that is used to dump the module description is set correctly (the file, the arch and the object name for BSD archives)) very early on when a module is created before anyone should be making symbol or debug in