================ @@ -0,0 +1,3 @@ +RUN: %lldb -o 'log list' -o 'log disable system' 2>&1 | FileCheck %s +CHECK-NOT: Logging categories for 'system' +CHECK: Cannot disable internal log channel 'system'. ---------------- DavidSpickett wrote:
This is bikeshedding but perhaps: ``` `system` is an internal log channel, internal channels can not be disabled. ``` Just to be extra clear that we're not just printing "internal log" for the sake of it, it's the reason why it cannot be disabled. (...maybe I am too used to software lying to me and should relax :rofl: ) https://github.com/llvm/llvm-project/pull/108495 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits