[Lldb-commits] [PATCH] D132231: [lldb][ClangExpression] Remove storage-class check when creating AsmLabel

2022-08-21 Thread Michael Buch via Phabricator via lldb-commits
Michael137 updated this revision to Diff 454340. Michael137 added a comment. - Remove redundant breakpoint Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132231/new/ https://reviews.llvm.org/D132231 Files: lldb/source/Plugins/SymbolFile/DWARF/DWA

[Lldb-commits] [PATCH] D132231: [lldb][ClangExpression] Remove storage-class check when creating AsmLabel

2022-08-21 Thread Michael Buch via Phabricator via lldb-commits
Michael137 updated this revision to Diff 454339. Michael137 added a comment. - Combine xfail tests cases Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132231/new/ https://reviews.llvm.org/D132231 Files: lldb/source/Plugins/SymbolFile/DWARF/DWARF

[Lldb-commits] [PATCH] D132283: [lldb] [Core] Reimplement Communication::ReadThread using MainLoop

2022-08-21 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 454331. mgorny added a comment. Update `Communication::SynchronizeWithReadThread()`, fixing tests. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132283/new/ https://reviews.llvm.org/D132283 Files: lldb/include/lldb/Core/Communication.h lldb/sour