aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-04-17 12:55:00 +0200
committerTom de Vries <tdevries@suse.de>2024-04-17 12:55:00 +0200
commit4f24b90aba691182e5093a6450e30fcb7d5dd803 (patch)
tree049e3af0f2934f60db3f1b1bbed3adbbb388c74f /gdb
parentd52ba54add0d2500403db63c09878e3f3cde8449 (diff)
downloadgdb-4f24b90aba691182e5093a6450e30fcb7d5dd803.zip
gdb-4f24b90aba691182e5093a6450e30fcb7d5dd803.tar.gz
gdb-4f24b90aba691182e5093a6450e30fcb7d5dd803.tar.bz2
[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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp1
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp1
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp1
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp3
-rw-r--r--gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl1
-rw-r--r--gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp6
-rw-r--r--gdb/testsuite/lib/dwarf.exp3
7 files changed, 16 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp
index 5268e78..6d12e96 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp
@@ -129,6 +129,7 @@ proc do_test { start_label func_name tag } {
DW_LNS_advance_line 1
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_advance_line -4
DW_LNS_set_file 1
DW_LNS_negate_stmt
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp
index d3a1fd3..6a5f7d6 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp
@@ -119,6 +119,7 @@ Dwarf::assemble $asm_file {
DW_LNS_advance_line 1
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_advance_line -4
DW_LNS_set_file 1
DW_LNS_negate_stmt
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp
index 66d9f64..b3db154 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp
@@ -108,6 +108,7 @@ Dwarf::assemble $asm_file {
DW_LNS_advance_line 1
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_advance_line -4
DW_LNS_set_file 1
DW_LNS_negate_stmt
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp b/gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp
index b117c89..ed71669 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp
@@ -91,13 +91,16 @@ Dwarf::assemble $asm_file {
line $f1_l1
DW_LNS_copy
+ DW_LNS_advance_pc 0
line ${f1_l2}
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_set_file 2
line ${f2_l1}
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_negate_stmt
DW_LNS_copy
diff --git a/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl b/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
index 4f59c9b..9683786 100644
--- a/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
+++ b/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
@@ -96,6 +96,7 @@ Dwarf::assemble $asm_file {
DW_LNS_advance_line 1
DW_LNS_copy
+ DW_LNS_advance_pc 0
DW_LNS_advance_line -4
DW_LNS_negate_stmt
DW_LNS_copy
diff --git a/gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp b/gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp
index a1c0e77..2001b28 100644
--- a/gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp
+++ b/gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp
@@ -278,9 +278,12 @@ Dwarf::assemble ${asm_file} {
DW_LNE_set_address $foo_start
line [gdb_get_line_number "foo prologue" $libsrc]
DW_LNS_copy
+
DW_LNE_set_address foo_label
line [gdb_get_line_number "foo return" $libsrc]
DW_LNS_copy
+
+ DW_LNS_advance_pc 0
line [gdb_get_line_number "foo end" $libsrc]
DW_LNS_copy
@@ -291,9 +294,12 @@ Dwarf::assemble ${asm_file} {
DW_LNE_set_address $bar_start
line [gdb_get_line_number "bar prologue" $libsrc]
DW_LNS_copy
+
DW_LNE_set_address bar_label
line [gdb_get_line_number "bar return" $libsrc]
DW_LNS_copy
+
+ DW_LNS_advance_pc 0
line [gdb_get_line_number "bar end" $libsrc]
DW_LNS_copy
diff --git a/gdb/testsuite/lib/dwarf.exp b/gdb/testsuite/lib/dwarf.exp
index 816440f..254f88f 100644
--- a/gdb/testsuite/lib/dwarf.exp
+++ b/gdb/testsuite/lib/dwarf.exp
@@ -2601,6 +2601,9 @@ namespace eval Dwarf {
proc DW_LNS_copy {} {
variable _line_address_update
+ if { $_line_address_update == 0 } {
+ error "Missing address update for copy"
+ }
set _line_address_update 0
_op .byte 1
}