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 | |
parent | 12102450ba06133ee4b2d173964a79ec3df1b4cd (diff) | |
download | gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.zip gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.tar.gz gdb-23da0d9454fcfec016b34f40b251fbf03ef06f89.tar.bz2 |
Move ChangeLog entry to the right place
-rw-r--r-- | gdb/ChangeLog | 11 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e5fc68..2e782a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -375,17 +375,6 @@ (varobj_value_is_changeable_p): ...this. Adjust all callers. (is_root_p): New function. Use it everywhere. -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. - 2007-01-04 Jim Blandy <jimb@codesourcery.com> * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup', 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 |