We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4424808 + ba5f31c commit b6367b1Copy full SHA for b6367b1
lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -1,6 +1,9 @@
1
# Test that we warn the user about truncated output
2
# when target.max-children-count wasn't explicitly set.
3
4
+# link.exe discards the DWARF information needed.
5
+# UNSUPPORTED: system-windows
6
+
7
# RUN: split-file %s %t
8
# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
9
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
0 commit comments