llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
Jason Molenda cf2533e75e Collecting more logging to debug CI bots
Watchpoint test fails on arm-ubuntu and x86-64-debian
2024-01-31 10:39:59 -08:00

22 lines
688 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
log enable -v lldb watch
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: