Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Watchpoint / ExpressionLanguage.test
blob3966923778620afa673c7abc20174379dd2f2506
1 # UNSUPPORTED: system-windows
2 # RUN: %clangxx_host %p/Inputs/languages.cpp -g -o %t.out
3 # RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %s %t.out 2>&1 | FileCheck %s
5 settings  show interpreter.stop-command-source-on-error
6 # CHECK: interpreter.stop-command-source-on-error (boolean) = false
8 b main
9 run
10 # CHECK: stopped
11 # CHECK-NEXT: stop reason = breakpoint
13 watchpoint set expression -- &g_foo
14 # CHECK: Watchpoint created:
16 watchpoint set expression -l c++ -- &g_bar
17 # CHECK: Watchpoint created:
19 watchpoint set expression -l fake -- &g_baz
20 # CHECK: Unknown language type: 'fake' for expression. List of supported languages: