commit | 4f24b90aba691182e5093a6450e30fcb7d5dd803 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Apr 17 12:55:00 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Wed Apr 17 12:55:00 2024 +0200 |
tree | 049e3af0f2934f60db3f1b1bbed3adbbb388c74f | |
parent | d52ba54add0d2500403db63c09878e3f3cde8449 [diff] |
[gdb/testsuite] Require address update for DW_LNS_copy No address update before a DW_LNS_copy might mean an incorrect dwarf assembly test-case. Try to catch such incorrect dwarf assembly test-cases by: - requiring an explicit address update for each DW_LNS_copy, and - handling the cases where an update is indeed not needed, by adding "DW_LNS_advance_pc 0". Tested on aarch64-linux.