gdb/testsuite: gdb.base/args.exp: add KFAIL for native-extended-gdbserver
[binutils-gdb.git] / gdb / ChangeLog-2001
index 1bc4db5b596313d3e49d3eb0b8a76752be96f45d..98c1d360531864a456f07b362a178a5186128a89 100644 (file)
         * ppc-tdep.h (struct gdbarch_tdep): Add altivec regnum fields.
         (altivec_register_p): Export.
 
+2001-12-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386bsd-nat.c (reg_offset): Fix typo.
+
+       * i386-tdep.c (i386_push_dummy_frame): Don't write back the
+       modified frame pointer until the old frame pointer has been saved.
+
 2001-12-30  Andrew Cagney  <ac131313@redhat.com>
 
        * arch-utils.c (initialize_current_architecture): Test byte_order
        BFD_ENDIAN_UNKNOWN.
        * gdbarch.h, gdbarch.c: Re-generate.
 
-2001-12-29  Mark Kettenis  <kettenis@gnu.org>
-
-       * i386bsd-nat.c (reg_offset): Fix typo.
-
-       * i386-tdep.c (i386_push_dummy_frame): Don't write back the
-       modified frame pointer until the old frame pointer has been saved.
-
-2001-12-28  Michael Snyder  <msnyder@redhat.com>
-
-       Abstract the functionality of iterating over mapped memory
-       regions into a general purpose iterator function.
-       * procfs.c (iterate_over_mappings): New function, general purpose 
-       iterator for memory sections.
-       (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
-       (solib_mappings_callback): New function, callback for above.
-       (info_proc_mappings): Reimpliment using iterate_over_mappings.
-       (info_mappings_callback): New function, callback for above.
-
-       * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
-
 2001-12-27  Michael Snyder  <msnyder@redhat.com>
 
        * i386-linux-nat.c: Include i386-tdep.h.
@@ -6620,20 +6607,16 @@ Thu May 10 16:26:47 2001  Andrew Cagney  <cagney@b1.cygnus.com>
        * NEWS: Update.
 
 2001-04-17  Michael Snyder  <msnyder@redhat.com>
-       
+
        * remote.c (remote_open_1): On opening the remote target, activate
        the solib_create_inferior_hook, so that it can detect when the
        target loads shared libraries.
        (remote_async_open_1): Ditto.
 
 2001-04-17  Michael Snyder  <msnyder@redhat.com>
-       
+
        * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
        * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
-       * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
-       * testsuite/gdb.trace/infotrace.exp: Ditto.
-       * testsuite/gdb.trace/passcount.exp: Ditto.
-       * testsuite/gdb.trace/while-stepping.exp: Ditto.
 
 2001-04-17  Michael Snyder  <msnyder@redhat.com>