2000-11-10 Fernando Nasser <fnasser@totem.toronto.redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 424818ce895a58b50a83d8a32ecef8d17227124d..af16bc402568d33e4d14988cc4fd36af2a416c34 100644 (file)
@@ -1,3 +1,48 @@
+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
+       instead of iterating to tranfer the entire region.  Higher layers
+       are expected to call this function multiple times for partial
+       transfers.
+       (target_xfer_memory_partial): Remove unused local variables.
+
+2000-11-10  Nick Duffek  <nsd@redhat.com>
+
+       * target.c (target_xfer_memory_partial): Return bytes transferred
+       instead of 0.
+
 2000-11-09  Kevin Buettner  <kevinb@redhat.com>
 
        * values.c (value_being_returned, using_struct_return): Protoize.
This page took 0.027862 seconds and 4 git commands to generate.