2001-04-30 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a67c9e83155fdee850d8ca0cf2822853d1d5d8db..e01b9c35f59a4bf9f8ea8e6fb2e7fb7fe8b30dac 100644 (file)
@@ -1,3 +1,210 @@
+2001-04-30  Michael Snyder  <msnyder@redhat.com>
+
+       * thread-db.c: Revert 2001-04-26 change for debugging output.
+       * lin-lwp.c:   Ditto.
+
+2001-04-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbtypes.c (check_stub_method): Always initialize ``p''.
+
+2001-04-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.host: Delete romp host.
+       * TODO: Update.
+
+2001-04-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * TODO: Updates to 5.1.  No more targets to obsolete.
+
+2001-04-27  Don Howard  <dhoward@redhat.com>
+
+       (Changes from Kevin Buettner, with minor update by Don Howard.)
+       
+       * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
+       typos in which hexadecimal constants were really intended to be
+       binary constants.
+       (i387_tag): Swap logic regarding zero vs non-zero exponents.
+       * MAINTAINERS (Misc): Added myself to the write-after-approval
+       list.
+
+2001-04-26  Jim Blandy  <jimb@redhat.com>
+
+       (Changes from Daniel Berlin, with revisions by Jim Blandy.)
+       
+       Abstract out operations specific to particular C++ ABI's, and
+       invoke them through a function table.  This removes the C++ ABI
+       dependencies scattered throughout the code, and allows us to
+       cleanly add support for new C++ ABI's.
+       * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
+       * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
+       jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
+       #include "cp-abi.h".  These files all use functions now declared
+       there.
+       * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
+       Deleted.  These services are now provided by functions declared in
+       cp-abi.h.
+       * value.h (value_rtti_type, value_virtual_fn_field): Same.
+       * values.c (value_virtual_fn_field): Same, for this definition.
+       * valops.c (value_rtti_type): Same.     
+       * c-typeprint.c (c_type_print_base): Use the functions from
+       "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
+       tests.
+       * dbxread.c (record_minimal_symbol): Same.
+       * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
+       virtual_base_index_skip_primaries): Same.
+       * jv-typeprint.c (java_type_print_base): Same.
+       * linespec.c (find_methods, decode_line_1): Same.
+       * symtab.c (gdb_mangle_name): Same.
+       * Makefile.in (SFILES): Add the new .c files mentioned above.
+       (cp_abi_h): New variable.
+       (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
+       (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
+       (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
+       jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
+       dependency on $(cp_abi_h).
+
+2001-04-26  Michael Snyder  <msnyder@redhat.com>
+
+       * thread-db.c (_initialize_thread_db): Add set/show command
+       "debug-linux-threads" for debugging output.
+       * lin-lwp.c (various): Use global "debug_linux_threads to 
+       turn on extra debugging output.
+       * lin-lwp.c: Minor cleanups in comments.
+       * target.c (normal_pid_to_str): Get rid of an ancient hack.
+       * remote.c (remote_pid_to_str): New function for remote target.
+
+2001-04-24  Jim Blandy  <jimb@redhat.com>
+
+       * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
+       qualifier on C++ references; all references are innately const.
+
+2001-04-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * event-top.h: Fix formatting.
+
+2001-04-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * source.c (openp): Obsolete #ifdef MPW code.
+       (open_source_file): Ditto.
+       * event-top.c (display_gdb_prompt): Ditto.
+       * utils.c (query): Ditto.
+       (init_page_info): Ditto.
+       (init_page_info): Delete #ifndef MPW.
+       * top.c (gdb_readline): Ditto.
+       * mac-xdep.c: Obsolete.
+       * mac-gdb.r: Obsolete.
+       * config/powerpc/xm-mpw.h: Obsolete.
+       * config/xm-mpw.h: Obsolete.
+       * mpw-make.sed: Obsolete.
+       * mpw-config.in: Obsolete.
+       * TODO: Update
+       * NEWS: Update
+
+2001-04-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_frameless_function_invocation): New function.
+       * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
+       in terms of i386_frameless_function_invocation.  Adjust comment.
+       (i386_frameless_function_invocation): New prototype.
+
+2001-04-18  Martin M. Hunt  <hunt@redhat.com>
+
+       * top.c (gdb_init): Don't call cli_out_new() to
+       create global uiout if init_ui_hook is set.  uiout will
+       have to be initialized there.
+
+2001-04-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * arch-utils.c: Include "regcache.h".
+
+2001-04-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_saved_pc_after_call): New function.
+       * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
+       of i386_saved_pc_after_call.
+       (i386_saved_pc_after_call): New prototype.
+
+2001-04-17  Michael Snyder  <msnyder@redhat.com>
+
+       * i386-nat.c: Fix typo in comment.
+       * solib.c (no_shared_libraries): New function.  Discard all symbols
+       from shared libraries.
+       (_initialize_solib): Add command "nosharedlibrary" as complement
+       to the command "sharedlibrary".  Unloads symbols for all solibs.
+
+2001-04-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
+       * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
+       (m68*-est-*, m68*-sony-*, m68*-isi-*):
+       * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
+       * config/m68k/xm-news.h: Obsolete.
+       * config/m68k/tm-news.h: 
+       * config/m68k/xm-news1000.h: Obsolete.
+       * config/m68k/news.mh: Obsolete.
+       * config/m68k/news.mt: Obsolete.
+       * config/m68k/nm-news.h: Obsolete.
+       * config/m68k/news1000.mh: Obsolete.
+       * news-xdep.c: Obsolete.
+       * Makefile.in (isi-xdep.o): Obsolete.
+       (ALLDEPFILES): Delete isi-xdep.c.
+       (tm-isi.h): Obsolete.
+       * m68k-tdep.c (altos_skip_prologue): Update comments.
+       (isi_skip_prologue): Obsolete.
+       * isi-xdep.c: Obsolete.
+       * config/m68k/xm-isi.h: Obsolete.
+       * config/m68k/isi.mh: Obsolete.
+       * config/m68k/tm-isi.h: Obsolete.
+       * config/m68k/isi.mt: Obsolete.
+
+       * TODO: Update.
+       * 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>
+
+       * thread-db.c (check_thread_signals): When looping over all
+       signals, ignore signal zero.
+       (disable_thread_signals): Ditto.
+
+2001-04-17  Eirik Fuller <eirik@netapp.com>
+
+       * thread.c (do_captured_thread_select): Allow the argument to the
+       thread command to be an expression rather than a literal integer.
+
+2001-04-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
+       read_memory_unsigned_integer instead of read_memory_integer.
+
+2001-04-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-aix5.c (map_index_vs_section_name_okay): New function.
+       (aix5_relocate_main_executable): Don't use file offsets for
+       determining corresponding sections and map file entries.  Call
+       map_index_vs_section_name_okay() to do this instead.
+
+2001-04-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * procfs.c (open_with_retry): New function.
+       (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
+       (proc_get_LDT_entry): Call open_with_retry() instead of open().
+
 2001-04-16  Kevin Buettner  <kevinb@redhat.com>
 
        * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
This page took 0.024949 seconds and 4 git commands to generate.