diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e5fc68750..2e782a56e4 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 - - 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 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup', diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 47786a8541..a1a6a4ed3c 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 + + 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 Make this testcase a bit more realistic. The current code