Lines Matching full:condition
13 """Exercise breakpoint condition with 'breakpoint modify -c <expr> id'."""
18 """Exercise breakpoint condition inline with 'breakpoint set'."""
46 """Exercise breakpoint condition with 'breakpoint modify -c <expr> id'."""
51 # Create a breakpoint by function name 'c' and set the condition.
65 # And set a condition on the breakpoint to stop on when 'val == 3'.
74 # 'frame variable --show-types val' should return 3 due to breakpoint condition.
85 substrs=["resolved = 1", "Condition: val == 3", "hit count = 1"],
101 # Test that "breakpoint modify -c ''" clears the condition for the last
109 substrs=["Condition:"],
163 # Set the condition on the breakpoint location.
171 # Frame #0 should be on self.line1 and the break condition should hold.
177 "There should be a thread stopped due to breakpoint condition",
192 # Test that the condition expression didn't create a result variable:
215 # Set the condition on the breakpoint.
227 # Frame #0 should be on self.line1 and the break condition should hold.
233 "There should be a thread stopped due to breakpoint condition",