gdb/testsuite: use proc_with_prefix in gdb.guile/scm-breakpoint.exp
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 6 May 2021 09:37:04 +0000 (10:37 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 6 May 2021 09:44:28 +0000 (10:44 +0100)
commita7ed4ea6af8a333fccf1760cf38bf7d3634afd59
tree56d33db85eec53a4b705393232cec6874b974a87
parent7ebbaa1c0aa3aadcf536f8590232a4466405093d
gdb/testsuite: use proc_with_prefix in gdb.guile/scm-breakpoint.exp

Convert gdb.guile/scm-breakpoint.exp to use proc_with_prefix instead
of using nested with_test_prefix calls.  Allows a level of indentation
to be removed from most of the test procs.

There were two procs that didn't use with_test_prefix, but I converted
them to be proc_with_prefix anyway, for consistency.

gdb/testsuite/ChangeLog:

* gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
'proc_with_prefix', remove use of 'with_test_prefix', and
reindent.
(test_bkpt_deletion): Likewise.
(test_bkpt_cond_and_cmds): Likewise.
(test_bkpt_invisible): Likewise.
(test_watchpoints): Likewise.
(test_bkpt_internal): Likewise.
(test_bkpt_eval_funcs): Likewise.
(test_bkpt_registration): Likewise.
(test_bkpt_address): Convert to 'proc_with_prefix'.
(test_bkpt_probe): Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.guile/scm-breakpoint.exp
This page took 0.033892 seconds and 4 git commands to generate.