[Lldb-commits] [PATCH] D143623: [lldb] Print an error for unsupported combinations of log options

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 9 09:04:36 PST 2023


JDevlieghere marked an inline comment as done.
JDevlieghere 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
+
----------------
clayborg wrote:
> Can we use the long option names for readability here?
Absolutely


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143623/new/

https://reviews.llvm.org/D143623



More information about the lldb-commits mailing list