Fix grammar
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2ef636369665dbebfbcb06945e750e6f6a65e758..1859584e6ad53e1a22a2d529d52177df6417a11c 100644 (file)
@@ -1,3 +1,144 @@
+2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error
+       if high requested frame number is larger than number of available 
+       frames.
+       
+2006-09-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * linux-nat.c (linux_test_for_tracefork): Don't leave zombie
+       process.
+
+2006-09-16  Andrzej Zaborowski  <balrog@zabor.org>
+
+       * interps.c (interpreter_exec_cmd): Restore interpreter properties.
+
+2006-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR threads/2149
+       * infrun.c (handle_inferior_event): Context switch after fork
+       and exec events.
+
+2006-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infcall.c (call_function_by_hand): Check for function pointer
+       types.
+
+2006-09-10  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding of
+       `move.l %R,-(%sp)'.
+
+2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Don't emit 
+       error if high requested frame number is larger then number 
+       of available frames.
+       
+2006-09-07  Joel Brobecker  <brobecker@adacore.com>
+
+       From Stephan Springl  <springl-gdb@bfw-online.de>
+       * fork-child.c (fork_inferior): Fix typo.
+
+2006-08-28  DJ Delorie  <dj@redhat.com>
+
+       * m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sd
+       that may not be initialized elsewhere.
+       (m32c_decode_sd23): Likewise.
+
+2006-08-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * buildsym.c (finish_block): Don't adjust the boundaries of
+       nested functions.
+
+2006-08-24  Andreas Schwab  <schwab@suse.de>
+
+       * symfile.c (add_symbol_file_command): Fix off-by-one when
+       extending sect_opts.
+
+2006-08-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/gdb-mi.el: Refer to next release of Emacs as 22.1.
+
+2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/gdb-mi.el (gdbmi): Remove gdb-force-update, initialize
+       other variables.
+       (gdbmi-send): Ensure any text properties can be removed.
+       (gdbmi-prompt1): Update to gdb-ui.el
+       (gud-gdbmi-marker-filter): Defer setting of gud-running.
+       Keep gdb-done-regexp for partial-output-buffer.
+       (gdb-stack-list-frames-handler): Add face to function names.
+
+2006-08-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * valprint.c (val_print_type_code_flags): Fix GNU coding standards
+       violation.
+
+       * alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)
+       (alpha_push_dummy_call, alpha_extract_return_value)
+       (alpha_breakpoint_from_pc, alpha_read_insn)
+       (alpha_get_longjmp_target, alpha_supply_int_regs)
+       (alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs)
+       (alpha_next_pc): Use gdb_byte instead of (unsigned) char where
+       appropriate.
+
+       * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)
+       (sparc64_fprs_type): New variables.
+       (sparc64_init_types): New function.:
+       (sparc64_register_info): Use appropriate flag types for %fsr and
+       %fprs.
+       (sparc64_pseudo_register_info): Use appropriate type for %pstate.
+       (_initialize_sparc64_tdep): New function.
+
+       * valprint.c (val_print_type_code_flags): Fix for bitfields larger
+       than 32 bits.
+
+       * gdbtypes.c (init_flags_type): Set all fields to zero instead of
+       just the first one.
+
+2006-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (INTERNAL_CPPFLAGS): New.
+       (INTERNAL_CFLAGS_BASE): Use it.
+
+2006-08-22  Michael Snyder  <Michael.Snyder@PalmSource.com>
+
+       * MAINTAINERS: Update my email address.
+
+2006-08-19  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (amd64_linux_tdep_h): New.
+       (amd64-linux-nat.o, amd64-linux-tdep.o): Update.
+       * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add
+       ORIG_RAX.
+       (_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs.
+       * amd64-linux-tdep.c (amd64_linux_register_name)
+       (amd64_linux_register_type, amd64_linux_register_reggroup_p)
+       (amd64_linux_write_pc): New.
+       (amd64_linux_init_abi): Use them, and update num_regs.
+       * amd64-linux-tdep.h: New file.
+       * amd64-tdep.c (amd64_register_name, amd64_register_type): Make
+       public.
+       * amd64-tdep.h (amd64_register_name, amd64_register_type): New
+       prototypes.
+
+       * regformats/reg-x86-64-linux.dat: New file.
+
+2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Check the current frame ID
+       before unwinding to the previous frame.
+
+2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
+       number in a comment.
+
+2006-08-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-nat.c (sparc_xfer_wcookie): Signal EOF.  Tweak comment.
+
 2006-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf2read.c (quirk_gcc_member_function_pointer): New.
This page took 0.025274 seconds and 4 git commands to generate.