commit | def86538a46f7ce6fbb215cfb184e23015b5d538 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <blarsen@redhat.com> | Wed Oct 25 10:44:19 2023 +0200 |
committer | Guinevere Larsen <blarsen@redhat.com> | Wed Oct 25 18:24:13 2023 +0200 |
tree | 638b99832b5e74b551acc3d817ce218a9c612084 | |
parent | f603d794f94cb8e6ffb86e0eb78b739788b448b6 [diff] |
gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.exp Clang doesn't use CFA information for variable locations. This makes it so software breakpoints get a false hit when rbp gets popped, causing a FAIL in gdb.python/py-watchpoint.exp. Since this is nothing wrong with GDB itself, add an xfail to reduce noise. Approved-By: Tom Tromey <tom@tromey.com>