summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Log
AgeCommit message (Collapse)Author
2023-02-09[lldb] Print an error for unsupported combinations of log optionsJonas Devlieghere
Print an error for unsupported combinations of log handlers and log options. Only the stream log handler takes a file and only the circular and stream handler take a buffer size. This cannot be dealt with through option groups because the option combinations depend on the requested handler. Differential revision: https://reviews.llvm.org/D143623