RFA: New regression test for breakpoint command freeing

Daniel Jacobowitz drow@mvista.com
Sat Dec 13 06:04:00 GMT 2003


On Sat, Dec 13, 2003 at 12:55:37AM -0500, Jim Blandy wrote:
> + gdb_test_multiple "run" "run program with breakpoint commands" {

No, please don't; any time that you issue an explicit "run" command in
a testcase is probably a bug.  Take a look at gdb_run_cmd:

+ gdb_run_cmd
+ gdb_test_multiple "" "run program with breakpoint commands" {

should do it.

Otherwise looks fine.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gdb-patches mailing list