gdb/testsuite: split gdb.python/py-parameter.exp in procs
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 18 May 2021 02:00:15 +0000 (22:00 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Jul 2021 19:38:53 +0000 (15:38 -0400)
commita52b41bf2f08f6c106983f1acca2c8a2f69279b0
treee594f8a7090ae2c4e5d7e9071f2e830470dff9e0
parent27df69020ad14b8d8d710aaf635bbea467f5b4f0
gdb/testsuite: split gdb.python/py-parameter.exp in procs

Split the file into multiple independent test procs, where each proc
starts with a fresh GDB.  I find it easier to understand what a test is
doing when each part of the test is isolated and self-contained.  It
makes it easier to comment out some parts of the test while working /
debugging a specific part.  It also makes it easier to add new things
(which a subsequent patch will do) without fear of impacting another part
of the test.

Change-Id: I8b4d52ac82b1492d79b679e13914ed177d8a836d
gdb/testsuite/gdb.python/py-parameter.exp