Move step_until procedure
authorCarl Love <cel@us.ibm.com>
Wed, 1 Mar 2023 16:45:43 +0000 (11:45 -0500)
committerCarl Love <cel@us.ibm.com>
Fri, 17 Mar 2023 20:02:48 +0000 (16:02 -0400)
commit334d405c2ac395fca67b952affb20893002d969f
treecde2e808763575007af434e17b5f32c61e683b49
parent1b046c8eb920bd264d57d472e31a01a32bb5ae89
Move step_until procedure

Procedure step_until from test gdb.reverse/step-indirect-call-thunk.exp
is moved to lib/gdb.exp and renamed repeat_cmd_until.  The existing procedure
gdb_step_until in lib/gdb.exp is simpler variant of the new repeat_cmd_until
procedure.  The existing procedure gdb_step_until is changed to just call
the new repeat_cmd_until procedure with the command set to "step" and an
optional CURRENT string.  The default CURRENT string is set to "\}" to work
with the existing uses of procedure gdb_step_until.
gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
gdb/testsuite/lib/gdb.exp