Update python-helper.exp for type allocation changes
authorTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 16:18:22 +0000 (10:18 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 17:40:36 +0000 (11:40 -0600)
The type allocation changes introduced a failure in python-helper.exp
that I did not notice.  The bug is that, with these patches,
arch-allocated integer types have a TYPE_SPECIFIC_INT object attached.
This patch updates the test to allow this.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30253

gdb/testsuite/gdb.gdb/python-helper.exp

index dbd78cbcf78d5eaad4d8878c0fe29477c6399aa2..a58e3b601df5f2e82e9a8fd6b21f2a3f4e802b71 100644 (file)
@@ -145,7 +145,7 @@ proc test_python_helper {} {
                    " flags = \[^\r\n\]+," \
                    " owner = $hex \\(gdbarch\\)," \
                    " target_type = 0x0," \
-                   " type_specific_field = TYPE_SPECIFIC_NONE}"]
+                   " int_stuff = { bit_size = $decimal, bit_offset = $decimal }}"]
     gdb_test -prompt $outer_prompt_re "print *val->m_type->main_type" $answer "pretty print type->main_type"
 
     # Send the continue to the outer GDB, which resumes the inner GDB,