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. llvm-svn: 116607
Loading
Please register or sign in to comment