Fix grammar
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 618a1dec10d02c3b9ce1a45b6f8325943ff1bd49..1859584e6ad53e1a22a2d529d52177df6417a11c 100644 (file)
@@ -1,5 +1,99 @@
+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.
 
This page took 0.026152 seconds and 4 git commands to generate.