[Lldb-commits] [PATCH] D143623: [lldb] Print an error for unsupported combinations of log options
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb  8 22:07:13 PST 2023
    
    
  
clayborg added inline comments.
================
Comment at: lldb/test/Shell/Log/TestHandlers.test:1-2
+# RUN: %lldb -o 'log enable -h os -f /tmp/foo  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-FILE
+# RUN: %lldb -o 'log enable -h os -b 10  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-BUFFER
+
----------------
Can we use the long option names for readability here?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143623/new/
https://reviews.llvm.org/D143623
    
    
More information about the lldb-commits
mailing list