commit | f603d794f94cb8e6ffb86e0eb78b739788b448b6 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <blarsen@redhat.com> | Tue Oct 24 17:44:43 2023 +0200 |
committer | Guinevere Larsen <blarsen@redhat.com> | Wed Oct 25 18:23:47 2023 +0200 |
tree | 8d2cbea20e25d40defebc7a7b953eb490d4bdefc | |
parent | fe7c8e26fcadc377e1b76435f767d665a0b69f94 [diff] |
gdb/testsuite: fix running gdb.python/py-explore-cc with clang The test gdb.python/py-explore-cc.exp was showing one unexpected failure. This was due to how clang mapped instructions to lines, resulting in the inferior seemingly stopping at a different location. This patch adds a nop line in the relevant location so we don't need to add XFAILs for existing clang releases, if this gets solved in future versions. Approved-By: Tom Tromey <tom@tromey.com>