xref: /llvm-project/lldb/test/Shell/Log/TestHandlers.test (revision 3c565c246635cace81f01340cd3d1d7386042478)
1*3c565c24SJonas Devlieghere# RUN: %lldb -o 'log enable --log-handler os --file /tmp/foo  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-FILE
2*3c565c24SJonas Devlieghere# RUN: %lldb -o 'log enable --log-handler os --buffer 10  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-BUFFER
3*3c565c24SJonas Devlieghere
4*3c565c24SJonas Devlieghere# UNSUPPORTED-FILE: a file name can only be specified for the stream handler
5*3c565c24SJonas Devlieghere# UNSUPPORTED-BUFFER:  a buffer size can only be specified for the circular and stream buffer handler
6