aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Watchpoint/LocalVariableWatchpointDisabler.test
blob: 396b4a922fd87fe3627ce7fea62f0b5d69a9a97b (plain)
1
2
3
4
5
6
7
8
9
10
# REQUIRES: system-darwin
# TODO: This test is breaking with my output 
# reformatting done for Large Watchpoint support,
# but the lines being output by lldb are identical,
# by visual inspection.  
# FileCheck is seeing some difference between them,
# which I need to get to the bottom of.
# UNSUPPORTED: system-darwin
# RUN: %clang_host -x c %S/Inputs/val.c -g -o %t
# RUN: %lldb -b -s %S/Inputs/watchpoint.in %t 2>&1 | FileCheck %S/Inputs/watchpoint.in