From Fernando Nasser:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 9761c7eed284ba7b5aa259db45798e8a580bb62b..06468ba7b0821f32dcd400dbf0b966b90f04ae56 100644 (file)
@@ -1,3 +1,118 @@
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From Fernando Nasser:
+       * infrun.c (handle_inferior_event): Handle "nexti" inside function
+       prologues.
+       
+2001-06-28  Michael Snyder  <msnyder@redhat.com>
+
+       * infrun.c (handle_inferior_event): Replace prev_pc test in all
+       calls to bpstat_stop_status (removed in 1999-09-24).  This test
+       helps distinguish stepping over a breakpoint trap from stepping
+       thru a jump to the instruction after a breakpoint trap.
+       (handle_inferior_event): Don't bother writing the PC if
+       DECR_PC_AFTER_BREAK is zero (optimization).
+       * breakpoint.c (bpstat_stop_status): Add comment explaining the
+       purpose and usage of the "not_a_breakpoint" argument in computing
+       the breakpoint address.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
+       * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
+       (setreg_resp_delim_pattern): Likewise.
+       (setmem_resp_delim_fastmap): New buffer.
+       (setreg_resp_delim_fastmap): Likewise.
+       (monitor_open): Initialize above regexp if they are defined.
+       (monitor_write_memory): Use regexp to check the result of write.
+       (monitor_store_register): Likewise to check result of register set.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
+       * coff-solib.c: Include symfile.h and objfiles.h to make
+       OBJF_SHARED visible.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in (--enable-gdbmi): Enable by default.
+       * configure: Regenerate.
+       * TODO: Update.
+       * NEWS: Update
+
+2001-06-28  Joel Brobecker  <brobecker@act-europe.fr>
+
+        * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
+        explaining the consequences of always returning zero. No code
+        change.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
+       * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
+       to TARGET_SIGNAL_REALTIME_127.
+       * target.c (struct signals): Add SIG63 to SIG127.
+       (target_signal_from_host): Handle up to 127 signals.
+       (do_target_signal_to_host): Likewise.
+       
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote-sds.c (sds_start_remote): Change type of ``c'' to int
+       from possibly unsigned char.
+
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * ser-ocd.c: Delete file.
+       * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
+       (ser-ocd.o): Delete target.
+       * TODO: Update.
+       * NEWS: Update.
+
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Write After Approval): Sort.
+       (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
+
+2001-06-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * breakpoint.c (breakpoint_1): Always output the breakpoint
+       headings.  Leave it to ui-out to decide which
+
+2001-06-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (print_frame): For ui_out, output a list of arguments.
+
+2001-06-25  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS (paper trail): Update.
+
+2001-06-25  Michael Snyder  <msnyder@redhat.com>
+
+       * infrun.c: Eliminate the "thread_step_needed" state variable, 
+       and replace it with a relatively simple test in resume.
+       (resume): Replace thread_step_needed logic with a test for
+       stepping, breakpoint_here_p and breakpoints_inserted.
+       Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
+       (proceed): Discard thread_step_needed logic.
+       (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
+       Discard thread_step_needed logic.
+
+2001-06-24  Fernando Nasser  <fnasser@redhat.com>
+
+       * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
+       * rdi-share/host.h: Add missing parenthesis in conditional.
+
+2001-06-22  J.T. Conklin  <jtc@redback.com>
+
+       * configure.in: include nlist.h when checking for member som_addr
+       in struct so_map.
+       * configure: regenerate.
+
+2001-06-21  Keith Seitz  <keiths@redhat.com>
+
+       * cli-out.c (cli_out_new): Initialize new structure member
+       "suppress_output".
+
 2001-06-20  Andrew Cagney  <ac131313@redhat.com>
 
        * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
This page took 0.025875 seconds and 4 git commands to generate.