gdb/testsuite: use 'end' at the end of python blocks
authorAndrew Burgess <aburgess@redhat.com>
Sat, 8 Oct 2022 15:58:00 +0000 (16:58 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 10 Oct 2022 09:23:59 +0000 (10:23 +0100)
commitf91822c2b9f9fed0c2717b17f380e5216502ea32
treefd5544e6971169bd13dbb48c7a4a209bba586a73
parentd549d8d23db0c12986d98bcb8e393939409237b5
gdb/testsuite: use 'end' at the end of python blocks

Within the testsuite, use the keyword 'end' to terminate blocks of
Python code being sent to GDB, rather than sending \004.  I could only
find three instances of this, all in tests that I originally wrote.  I
have no memory of there being any special reason why I used \004
instead of 'end' - I assume I copied this from somewhere else that has
since changed.

Non of the tests being changed here are specifically about whether
\004 can be used to terminate a Python block, so I think switching to
the more standard 'end' keyword is the right choice.
gdb/testsuite/gdb.base/style.exp
gdb/testsuite/gdb.python/py-arch-reg-groups.exp
gdb/testsuite/gdb.python/py-arch-reg-names.exp