shafik added inline comments.
================ Comment at: lldb/include/lldb/Target/Process.h:2837 + /// from looking up or creating things during or after a finalize call. + std::atomic<bool> m_finalizing; + ---------------- ``` std::atomic<bool> m_finalizing{false}; ``` honestly the whole thing should be refactored, the mem-initializer list is kind of ridiculous. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93479/new/ https://reviews.llvm.org/D93479 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits