]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb: Fix more parameter passing to mi_create_breakpoint
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 13 Jul 2017 19:55:11 +0000 (20:55 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 13 Jul 2017 20:05:42 +0000 (21:05 +0100)
commitb4365d025e0b5c025658c7ffc4108502d56030f9
tree9422a5fd402cd6e050228cacd848b694f4ee1c1b
parentc55a47e7237ebac17df73183d214d90400a49455
gdb: Fix more parameter passing to mi_create_breakpoint

In the test gdb.mi/mi-vla-fortran.exp the parameters passed to
mi_create_breakpoint are passed in the wrong order.  By good luck the
tests still passes, however the wrong test name is used.  All fixed in
this commit.

A previous commit fixed most of these, but I missed this last one.

gdb/testsuite/ChangeLog:

* gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
to mi_create_breakpoint.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-vla-fortran.exp