2002-04-05 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 93a2242b7933a7b15aa491583c65a536f6b3e802..325794c3a84377f5cacd55f477254357e9fb9713 100644 (file)
@@ -1,3 +1,137 @@
+2002-04-05  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
+       warning message.
+
+2002-04-05  J. Brobecker  <brobecker@gnat.com>
+
+       * utils.c (xfullpath): New function.
+       * defs.h (xfullpath): Add declaration.
+       * source.c (openp): Use xfullpath in place of gdb_realpath to
+       avoid resolving the basename part of filenames when the
+       associated file is a symbolic link. This fixes a potential
+       inconsistency between the filenames known to GDB and the
+       filenames it prints in the annotations.
+       * symtab.c (lookup_symtab): Use the new xfullpath function, in order
+       to be able to match a filename with either the real filename, or
+       the name of any symbolic link to this file.
+       (lookup_partial_symtab): Ditto.
+
+2002-04-04  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c: Add support for hardware breakpoints in overlays.
+       (overlay_events_enabled): New state variable.
+       (insert_breakpoints): Use overlay_events_enabled to decide
+       whether to attempt to set a breakpoint at the overlay load addr.
+       Handle bp_hardware_breakpoint as well as bp_breakpoint.
+       (remove_breakpoint): Use overlay_events_enabled to decide
+       whether breakpoints need to be removed from overlay load addr.
+       Handle bp_hardware_breakpoint as well as bp_breakpoint.
+       (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
+       (create_overlay_event_breakpoint, enable_overlay_breakpoints, 
+       disable_overlay_breakpoints): Update overlay_events_enabled.
+
+2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * dwarf2read.c (struct function_range): New.
+       (cu_first_fn, cu_last_fn, cu_cached_fn): New.
+       (check_cu_functions): New.
+       (read_file_scope): Initialize global function lists.
+       Call dwarf_decode_line after processing children.
+       (read_func_scope): Add to global function list.
+       (dwarf_decode_lines): Call check_cu_functions everywhere
+       record_line is called.  Call record_line with a linenumber
+       of 0 to mark sequence ends.
+
+2002-04-04  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI 
+       change sync with glibc.
+
+2002-04-03  Jim Blandy  <jimb@redhat.com>
+
+       * configure.in: Call AC_C_INLINE.
+       * configure: Regenerated.
+       
+2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
+       and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
+
+2002-03-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS: Mention gcore support on FreeBSD/i386.
+
+       * fbsd-proc.c: New file.
+       * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
+       * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
+
+       * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
+       while statement.
+
+2002-03-29  Jim Blandy  <jimb@redhat.com>
+
+       * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
+       unescaped newlines in string literals, but newer ones don't.  So
+       escape them.
+
+2002-03-26  Michael Snyder  <msnyder@redhat.com>
+           Andrew Cagney <cagney@redhat.com>
+
+       * cli/cli-dump.c: New file.  Dump memory to file, 
+       restore file to memory.
+       * cli/cli-dump.h: New file.
+       * Makefile.in: Add rules, dependencies for cli-dump.o.
+       * NEWS: Mention new commands.
+
+2002-03-28  Michael Snyder  <msnyder@redhat.com>
+
+       * symfile.c (symbol_file_add): Move test for null symbols to later.
+
+2002-03-27  Andrew Cagney  <ac131313@redhat.com>
+
+       From veksler at il.ibm.com:
+       * utils.c (gdb_realpath): If canonicalize_file_name fails, return
+       the xstrduped original path.
+       Fix PR gdb/417.
+
+2002-03-27  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (_initialize_breakpoint): Clean up help string.
+       * infcmd.c (_initialize_infcmd): Ditto.
+       * language.c (_initialize_language): Ditto.
+       * symfile.c (_initialize_symfile): Ditto.
+       * top.c (_init_main): Ditto.
+       * cli/cli-cmds.c (init_cli_cmds): Ditto.
+
+2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
+
+       * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
+       vector registers handling.
+       (skip_prologue): Handle new AltiVec instructions.  Fill in new
+       fields of frame data.
+       (frame_get_saved_regs): Fill in information for AltiVec registers.
+
+2002-03-27  Jim Blandy  <jimb@redhat.com>
+
+       * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
+       a function; leave this macro here to invoke that function.
+       (symbol_init_mangled_name): Declaration for that function.
+       * symtab.c (symbol_init_mangled_name): New function.
+
+2002-03-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * valarith.c: Replace strerror with safe_strerror.
+       * tracepoint.c: Ditto.
+       * lin-lwp.c: Ditto.
+       * go32-nat.c: Ditto.
+       * inflow.c: Ditto.
+       * gnu-nat.c: Ditto.
+
+2002-03-27  Andreas Schwab  <schwab@suse.de>
+
+       * event-top.c (command_line_handler): Remove useless if.
+
 2002-03-27  Andreas Jaeger  <aj@suse.de>
 
        * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
This page took 0.026917 seconds and 4 git commands to generate.