brintos

brintos / llvm-project-archived public Read only

0
0
Text · 448 B · 3cf9008 Raw
6 lines · plain
1# RUN: %lldb -o 'log enable --log-handler os --file /tmp/foo  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-FILE2# RUN: %lldb -o 'log enable --log-handler os --buffer 10  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-BUFFER3 4# UNSUPPORTED-FILE: a file name can only be specified for the stream handler5# UNSUPPORTED-BUFFER:  a buffer size can only be specified for the circular and stream buffer handler6