* c-valprint.c (print_function_pointer_address): New function
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index efa0c9ab4442ba3cc0c0bb37c2ac6820006782b2..064218f523b8cb18ce5dfb6b86376d36aa792522 100644 (file)
@@ -1,3 +1,164 @@
+2000-11-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * c-valprint.c (print_function_pointer_address):  New function
+       to automatically dereference a function pointer for printing
+       if necessary.
+       (c_val_print):  Use print_function_pointer_address when printing
+       function pointer addresses.
+
+2000-11-20  J.T. Conklin  <jtc@redback.com>
+
+       * gdbserver/low-nbsd.c: Fix typos.
+
+2000-11-20  Jeffrey A Law  (law@cygnus.com)
+
+        * pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.
+
+Mon Nov 20 23:21:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * MAINTAINERS: Peter Schauer and Kevin Buettner maintain AIX.  Jim
+       Blandy, Kevin Buettner and Peter Schauer share shared libs.
+
+       From Nick Duffek:
+       * MAINTAINERS: Share responsibility for
+       Solaris/x86 between co-maintainers.
+
+       * MAINTAINERS: Add linespec as a separate component.
+       
+Mon Nov 20 14:29:39 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.h (error_no_arg): Add noreturn attribute to declaration.
+
+Fri Nov 17 16:07:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * utils.c (xvasprintf, xasprintf): New functions.
+       * defs.h (xvasprintf, xasprintf): Add declarations.
+
+       * remote.c (add_packet_config_cmd): Use function xasprintf instead
+       of asprintf.
+       * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Use
+       function xvasprintf instead of vasprintf.
+
+       * TODO (xasprintf): Update.
+
+Mon Nov 20 12:22:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * TODO: Mention ``extern'' and ``STREQ'' cleanups.
+
+2000-11-19  Jim Blandy  <jimb@redhat.com>
+
+       * symtab.c (no_symtab_msg): Remove definition.
+       (sources_info): Replace use of no_symtab_msg with the string
+       itself.
+       * linespec.c (no_symtab_msg): Remove declaration.
+       (decode_line_1): Replace uses of no_symtab_msg with the string
+       itself.
+
+2000-11-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-tdep.c (refine_prologue_limit): New function.
+       (skip_prologue): When zero, attempt to obtain value for
+       lim_pc by calling refine_prologue_limit().  Also, fix
+       fencepost error regarding the limit in the loop.
+
+       From Peter Schauer:
+       * rs6000-tdep.c (skip_prologue):  Handle optimizer code motions into
+       the prologue by continuing the prologue search, if we have no valid
+       frame yet or if the return address is not yet saved in the frame.
+
+2000-11-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * wrapper.c (gdb_value_assign, wrap_value_assign): Protoize.
+
+2000-11-16  Christopher Faylor  <cgf@redhat.com>
+
+       * thread.c (thread_apply_all_command): Save the command before
+       executing it because it may be modified.  Restore the saved command so
+       that the same command is executed on next thread.
+       (thread_apply_command): Same correction.
+
+2000-11-16  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * regcache.c (read_register_bytes): Failing to set register_valid
+       is not necessarily an error, if the register is a pseudo-register.
+       Some pseudo-registers are never marked as valid, so that they will
+       be read anew every time.  Determining if a pseudo-register is valid
+       (or should be marked invalid) may be difficult, whereas just 
+       recomputing it may be cheap.
+
+Thu Nov 16 09:47:57 2000  David Taylor  <taylor@redhat.com>
+
+       * tracepoint.c (trace_find_tracepoint_command): Replace call to
+       parse_and_eval_address with a call to parse_and_eval_long as
+       we are evaluating an integer, not an address.
+       * top.c (show_commands): Ditto.
+
+2000-11-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * xcoffread.c (arrange_linetable, xcoff_initial_scan): Protoize.
+
+Wed Nov 15 09:31:39 2000  David Taylor  <taylor@redhat.com>
+
+       * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_ADDR_BIT,
+       not TARGET_PTR_BIT, since we are dealing with addresses, not
+       pointers.
+       
+2000-11-14  Daniel Berlin  <dberlin@redhat.com>
+
+       From Kenneth Block <kenneth.block@compaq.com>
+
+        * demangle.c : Use libibery list of demanglers instead of out of
+        date local copy.
+
+Wed Nov 15 00:29:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From Klaus Espenlaub <espenlaub@informatik.uni-ulm.de>
+       * remote.c (_initialize_remote): Call
+       show_memory_write_packet_size when ``show remotewritesize''
+       command.
+
+2000-11-13  Eli Zaretskii <eliz@is.elta.co.il>
+
+       * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle
+        the gettext's posrcprefix correctly with drive letters.
+
+2000-11-10  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (read_range_type): Properly construct complex
+       type nodes.
+
+2000-11-10  Fernando Nasser  <fnasser@totem.toronto.redhat.com>
+
+       * symtab.c (decode_line_1, total_number_of_methods, find_methods,
+       build_command_line_spec, find_toplevel_char, decode_line_2):
+       Move to linespec.c.
+       * linespec.c: New file. Routines that handle linespecs, formerly
+       in symtab.c.
+       * symtab.h: Export find_line_symtab and find_function_start_sal,
+       * Makefile.in: Add linespec.c.
+
+2000-11-10  Christopher Faylor <cgf@cygnus.com>
+
+       * inferior.h (step_over_calls_kind): New enum to clarify values in
+       step_over_calls.
+       * infcmd.c (step_over_calls): Change definition.
+       (step_1): Use new enum values in relation to step_over_calls.
+       (step_once): Ditto.
+       (until_next_command): Ditto.
+       * infrun.c (clear_proceed_status): Ditto.
+       (handle_inferior_event): Ditto.
+
+2000-11-10  Stephane Carrez  <Stephane.Carrez@sun.com>
+
+       * inferior.h (step_stop_if_no_debug): New variable.
+       * infrun.c (step_stop_if_no_debug): Declare.
+       (handle_inferior_event): Stop the step command if we entered a function
+       without line info.
+       (_initialize_infrun): New command 'set step-mode' to control the step
+       command.
+       * infcmd.c (step_once): Switch to stepi mode if there is no line info
+       (and switching is enabled).
+
 2000-11-10  J.T. Conklin  <jtc@redback.com>
 
        * target.c (do_xfer_memory): Only perform a single memory transfer
This page took 0.02437 seconds and 4 git commands to generate.