The watchpoint isn't hit the first time, resulting is us only printing "val =2". XFAIL the test until the underlying watchpoint issue gets fixed.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
If I had to guess, I'd say this is because "b main" stops at a point after the variable has already been initialized. If true, it should be fairly easy to modify the test to not do that.
Comment Actions
You're correct, thanks for the suggestion. Fixed in a5a71b139c6b3cb2cc569c81f91210dede2f1f4c.