brintos

brintos / llvm-project-archived public Read only

0
0
Text · 663 B · 3966923 Raw
21 lines · plain
1# UNSUPPORTED: system-windows2# RUN: %clangxx_host %p/Inputs/languages.cpp -g -o %t.out3# RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %s %t.out 2>&1 | FileCheck %s4 5settings  show interpreter.stop-command-source-on-error6# CHECK: interpreter.stop-command-source-on-error (boolean) = false7 8b main9run10# CHECK: stopped11# CHECK-NEXT: stop reason = breakpoint12 13watchpoint set expression -- &g_foo14# CHECK: Watchpoint created:15 16watchpoint set expression -l c++ -- &g_bar17# CHECK: Watchpoint created:18 19watchpoint set expression -l fake -- &g_baz20# CHECK: Unknown language type: 'fake' for expression. List of supported languages:21