commit | 31cf8e24815c4a99d74b5bea50900ac8dfa2f40d | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Oct 15 18:52:22 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Oct 15 18:52:22 2010 +0000 |
tree | 3bd4a4ff185d5b1bd255f955f11ccf95731c1bf9 | |
parent | c55dacea88aaf68ce767d7bd40214f2a0107557c [diff] |
Add a test case for exercising breakpoint conditions using the lldb command: breakpoint modify -c 'val == 3' 1 after: breakpoint set -n c which sets a breakpoint on function 'c'. The breakpoint should only stop if expression 'val == 3' evaluates to true. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116607 91177308-0d34-0410-b5e6-96231b3b80d8