bolt/deps/llvm-18.1.8/lldb/test/Shell/Log/TestHandlers.test

6 lines
448 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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