llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
Jason Molenda 46643e07d4 Revert "Collecting more logging to debug CI bots"
This reverts commit cf2533e75ec4360da460bb577e0a4e64f2d8997f.
2024-01-31 12:22:27 -08:00

21 lines
663 B
Plaintext

# UNSUPPORTED: system-windows
# RUN: %clangxx_host %p/Inputs/languages.cpp -g -o %t.out
# RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %s %t.out 2>&1 | FileCheck %s
settings show interpreter.stop-command-source-on-error
# CHECK: interpreter.stop-command-source-on-error (boolean) = false
b main
run
# CHECK: stopped
# CHECK-NEXT: stop reason = breakpoint
watchpoint set expression -- &g_foo
# CHECK: Watchpoint created:
watchpoint set expression -l c++ -- &g_bar
# CHECK: Watchpoint created:
watchpoint set expression -l fake -- &g_baz
# CHECK: Unknown language type: 'fake' for expression. List of supported languages: