* linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 003c395d7d05822c1d48221c77e601252bdf71d1..b96ecc36657ddbe50db770f469ebbc4bbbade956 100644 (file)
@@ -1,3 +1,88 @@
+2009-03-18  Doug Evans  <dje@google.com>
+
+       * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
+       int, not a long long.
+       (linux_nat_info_proc_cmd): Store pid in long instead of long long.
+
+       * expprint.c (dump_raw_expression): Print note if non-NULL.
+
+       * printcmd.c (display_uses_solib_p): Redo loop, scan element list
+       backwards.
+
+2009-03-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * Makefile.in: Update license to GPLv3.
+       * ada-exp.y: Update license to GPLv3.
+       * ada-lex.l: Update license to GPLv3.
+       * c-exp.y: Update license to GPLv3.
+       * cp-name-parser.y: Update license to GPLv3.
+       * darwin-nat-info.c: Update license to GPLv3.
+       * f-exp.y: Update license to GPLv3.
+       * gdb_thread_db.h: Update license to GPLv3.
+       * hppanbsd-nat.c: Update license to GPLv3.
+       * hppanbsd-tdep.c: Update license to GPLv3.
+       * hppaobsd-tdep.c: Update license to GPLv3.
+       * jv-exp.y: Update license to GPLv3.
+       * m2-exp.y: Update license to GPLv3.
+       * objc-exp.y: Update license to GPLv3.
+       * p-exp.y: Update license to GPLv3.
+       * reply_mig_hack.awk: Update license to GPLv3.
+       * reverse.c: Update license to GPLv3.
+       * xtensa-xtregs.c: Update license to GPLv3.
+
+2009-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (remote_close): Don't call generic_mourn_inferior.
+       (remote_mourn_1): Call generic_mourn_inferior after closing the
+       target.
+
+2009-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (remote_start_remote): Add missing call to
+       init_wait_for_inferior in non-stop mode.
+
+2009-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (bpstat_should_step): Only consider software
+       watchpoints that have a location.
+
+2009-03-17  Joel Brobecker  <brobecker@adacore.com>
+
+       Add a target_ops parameter to the to_kill method in struct target_ops.
+
+       * target.h (struct target_ops): Add a "target_ops *" parameter to
+       method to_kill.
+       (target_kill): Remove macro. Add declaration.
+       * target.c (debug_to_kill): Delete, no longer necessary.
+       (target_kill): New function.
+       (update_current_target):  Stop inheriting the to_kill method.
+       Do not de_fault it to no_process either.
+       (setup_target_debug): Do not set current_target.to_kill.
+       * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
+       linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
+       remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
+       accordingly.
+
+2009-03-17  Doug Evans  <dje@google.com>
+
+       * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
+       glibc 2.3.2 and earlier.
+
+2009-03-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * frame.c (get_prev_frame_1): Do not perform the inner_frame
+       sanity check if this_frame is not NORMAL.
+       (frame_id_inner): Update the description of this function.
+
+2009-03-17  Hui Zhu  <teawater@gmail.com>
+
+       * stack.c: Change the introduce of "disassemble-next-line".
+
+2009-03-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
+       declare as extern.
+
 2009-03-17  Hui Zhu  <teawater@gmail.com>
 
        * stack.c: Include valprint.h.
        RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
        if RETURN_TYPE is NULL.
 
+>>>>>>> 1.10280
 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
 
        * remote.c (PACKET_qAttached): New.
        (HFILES_NO_SRCDIR): Add windows-tdep.h.
        (ALLDEPFILES): Add windows-tdep.c.
 
-2009-01-11  Christ Faylor  <me.gdb@cgf.cx>
+2009-01-11  Chris Faylor  <me.gdb@cgf.cx>
 
        * win32-nat.h: Delete.
        * windows-nat.h: Rename from win32-nat.h.
This page took 0.030712 seconds and 4 git commands to generate.