Require numeric attributes to specify the form.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / entry-values.exp
index 2548e89cceb136b687f2690770a39f68f2b061a5..0cf56151fc3a2e135f2102315ad0a9d0c378f0c7 100644 (file)
@@ -102,7 +102,7 @@ Dwarf::assemble $asm_file {
            }
 
            foo_label: subprogram {
-               {decl_file 1}
+               {decl_file 1 sdata}
                {MACRO_AT_func { foo ${srcdir}/${subdir}/${srcfile} }}
            } {
                formal_parameter {
@@ -119,10 +119,10 @@ Dwarf::assemble $asm_file {
 
            subprogram {
                {name bar}
-               {decl_file 1}
+               {decl_file 1 sdata}
                {low_pc $bar_start addr}
                {high_pc "$bar_start + $bar_length" addr}
-               {GNU_all_call_sites 1}
+               {GNU_all_call_sites 1 sdata}
            } {
                formal_parameter {
                    {type :$int_label}
This page took 0.024429 seconds and 4 git commands to generate.