diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-01-11 20:57:10 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-01-11 20:57:10 +0000 |
commit | 23da0d9454fcfec016b34f40b251fbf03ef06f89 (patch) | |
tree | b75fb1a28f54932d5ea75914f3b5f3568d4c2f27 /gdb/testsuite/ChangeLog | |
parent | 12102450ba06133ee4b2d173964a79ec3df1b4cd (diff) | |
download | gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.zip gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.tar.gz gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.tar.bz2 |
Move ChangeLog entry to the right place
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 47786a8..a1a6a4e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -101,6 +101,17 @@ Run inline tests. * gdb.mi/mi-var-cp.cc: Define tests here. +2007-01-04 Vladimir Prus <vladimir@codesourcery.com> + + Simplify usage of mi_continue_to. + * lib/mi-support.exp (mi_runto_helper): Renamed + from mi_runto, added new parameter 'run_or_continue'. + (mi_runto): Use mi_runto_helper. + (mi_continue_to): Accept just function name as parameter. + Use mi_runto_helper. + * gdb.mi/mi-var-cmd.exp: Adjust to changes. + * gdb.mi/mi2-var-cmd.exp: Likewise. + 2006-01-04 Joel Brobecker <brobecker@adacore.com> Make this testcase a bit more realistic. The current code |