* Makefile.in (mips-linux-nat.o): Update dependencies.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3e5deadfa91cae02ee699dcb57f43110319ae749..1c331b7802fbf0f140d8b5d7373a1c595a80d595 100644 (file)
@@ -1,3 +1,79 @@
+2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (mips-linux-nat.o): Update dependencies.
+       * mips-linux-nat.c: Include mips-tdep.h.
+
+2004-02-01  Roland McGrath  <roland@redhat.com>
+
+       * sol-thread.c (sol_thread_xfer_partial): New function.
+       (init_sol_thread_ops): Use that for to_xfer_partial hook.
+       (init_sol_core_ops): Likewise.
+
+       * procfs.c (procfs_xfer_partial): New function.
+       (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
+       * Makefile.in (procfs.o): Add $(auxv_h) dep.
+
+       * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
+       procfs_xfer_auxv function.
+
+       * procfs.c (procfs_make_note_section): If we can read
+       TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
+       * linux-proc.c (linux_make_note_section): Likewise.
+
+       * auxv.h: New file.
+       * auxv.c: New file.
+       * Makefile.in (auxv_h): New variable.
+       (COMMON_OBS): Add auxv.o here.
+       (auxv.o): New target.
+
+       * corelow.c (core_xfer_partial): New function.
+       (init_core_ops): Use it for core_ops.to_xfer_partial.
+
+       * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
+       * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
+       macro if that is defined.
+
+2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
+       and check the specified thread for each breakpoint.
+       * breakpoint.h (bpstat_stop_status): Update prototype.
+       * infrun.c (handle_inferior_event): Update calls to
+       bpstat_stop_status.
+
+2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (cli-cmds.o): Add $(readline_h).
+
+2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-cmds.c: Include readline.h.
+       (complete_command): Pass the start of the last word to
+       complete_line.
+
+2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
+       argument, and change first argument to a CORE_ADDR.
+       * breakpoint.h (bpstat_stop_status): Update prototype.
+       * infrun.c (adjust_pc_after_break): Add a new comment.
+       (handle_inferior_event): Update calls to bpstat_stop_status.
+
+2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.h: Update copyright years.
+
+2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (software_breakpoint_inserted_here_p): New function.
+       (bpstat_stop_status): Don't decrement PC.
+       * breakpoint.h (software_breakpoint_inserted_here_p): Add
+       prototype.
+       * infrun.c (adjust_pc_after_break): New function.
+       (handle_inferior_event): Call it, early.  Remove later references
+       to DECR_PC_AFTER_BREAK.
+       (normal_stop): Add commentary.
+
 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
 
        * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
This page took 0.026777 seconds and 4 git commands to generate.