aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Log/TestHandlers.test
blob: 3cf900888bb22e2e57b5e22ffbc6023dc03f93e7 (plain)
1
2
3
4
5
# RUN: %lldb -o 'log enable --log-handler os --file /tmp/foo  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-FILE
# RUN: %lldb -o 'log enable --log-handler os --buffer 10  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-BUFFER

# UNSUPPORTED-FILE: a file name can only be specified for the stream handler
# UNSUPPORTED-BUFFER:  a buffer size can only be specified for the circular and stream buffer handler