2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cf8b1a02031e70240c1d9e8c6baa5f14beb52571..3ecbb3b69af88281f87d8bab79ddd1724cdd894c 100644 (file)
@@ -1,3 +1,74 @@
+2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
+       * dwarf2read.c (dwarf_decode_lines): Only use output of 
+       check_cu_functions() when calling record_line().  Do not update 
+       the current address.
+
+2003-05-07  Andrew Cagney  <cagney@redhat.com>
+
+       * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
+       code.
+
+2003-05-07  Jim Blandy  <jimb@redhat.com>
+
+       Rename commands 'maint list symtabs' and 'maint list psymtabs' to
+       'maint info symtabs' and 'maint info psymtabs'.
+       * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
+       Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
+       * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
+       Declarations updated.
+       * maint.c (maintenance_list_command): Delete.
+       (_initialize_maint_cmds): Update calls to add_cmd.
+       * gdbcmd.h (maintenancelistlist): Delete declaration.
+       * cli/cli-cmds.c (maintenancelistlist): Delete.
+       (init_cmd_lists): Don't initialize it.
+       * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
+
+2003-05-07  Andrew Cagney  <cagney@redhat.com>
+
+       * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
+       "regcache".
+       (d10v_print_registers_info): Update.
+       (d10v_dmap_register, d10v_imap_register): Delete functions.
+       (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
+       and "imap_register".
+       (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
+       (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
+       * arch-utils.c (generic_remote_translate_xfer_address): Add
+       "regcache" and "gdbarch" parameters.
+       * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
+       parameter.  Change class to multi-arch.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * remote.c (remote_xfer_memory): Use
+       gdbarch_remote_translate_xfer_address.
+       
+2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * infrun.c (prev_pc): Move declaration ahead of proceed().
+       (proceed): Refresh prev_pc value before resuming.
+       (stop_stepping): Remove code to refresh prev_pc.
+
+2003-05-06  Kris Warkentin <kewarken@qnx.com>
+
+       * nto-tdep.c: Removed stray comment.
+
+2003-05-06  Kris Warkentin <kewarken@qnx.com>
+
+       * i386-nto-tdep.c: Fix old K&R function definitions.
+       * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
+       Also change add_show_from_set() call to add_setshow_cmd().
+       * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
+
+2003-05-05  Andrew Cagney  <cagney@redhat.com>
+
+       * dummy-frame.c: Include "command.h" and "gdbcmd.h".
+       (fprint_dummy_frames): New function.
+       (maintenance_print_dummy_frames): New function.
+       (_initialize_dummy_frame): Add command "maint print dummy-frames".
+       * frame.c (fprint_frame_id): Make global.
+       * frame.h (fprint_frame_id): Declare.
+       * Makefile.in (dummy-frame.o): Update dependencies.
+
 2003-05-05  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
        * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
        * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
        * config/sparc/tm-sparc.h: Update.
+
+2003-05-05  Kris Warkentin <kewarken@qnx.com>
+
+       * configure.tgt: Add i[3456]86-*-nto*.
+       * i386-nto-tdep.c: New file.  i386 specific support for QNX Neutrino.
+       * nto-tdep.c: New file. Neutrino target support routines.
+       * nto-tdep.h: New file. Neutrino target header.
+       * config/tm-qnxnto.h: New file.
+       * config/i386/i386nto.mt: New file.
+       * config/i386/tm-i386nto.h: New file.
        
 2003-05-04  Andrew Cagney  <cagney@redhat.com>
 
This page took 0.037341 seconds and 4 git commands to generate.