================ @@ -49,6 +49,7 @@ enum class LLDBLog : Log::MaskType { Watchpoints = Log::ChannelFlag<30>, OnDemand = Log::ChannelFlag<31>, Source = Log::ChannelFlag<32>, + Disassembler = Log::ChannelFlag<33>, LLVM_MARK_AS_BITMASK_ENUM(OnDemand), ---------------- clayborg wrote:
I think we need to update this with the last enum. Someone forgot to do it when they added the `Source` enum. So this line should be: ``` LLVM_MARK_AS_BITMASK_ENUM(Disassembler), ``` https://github.com/llvm/llvm-project/pull/148290 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits