gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 618a1dec10d02c3b9ce1a45b6f8325943ff1bd49..cda1e49e9bd73e4c47a945ebec324f8c7729052d 100644 (file)
@@ -1,5 +1,605 @@
+2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (PACKET_QPassSignals): New.
+       (last_pass_packet, remote_pass_signals): New.
+       (remote_protocol_features): Add QPassSignals.
+       (remote_query_supported): Correct an infinite loop.
+       (remote_open_1): Reset last_pass_packet.
+       (remote_resume): Call remote_pass_signals.
+       (_initialize_remote): Register "set remote pass-signals".
+
+2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
+
+       * NEWS: New port to Xtensa.
+       * Makefile.in: Add dependencies for Xtensa files.
+       * configure.tgt (xtensa*, xtensa*-*-elf*): New.
+       * configure.host (xtensa*-*-elf*): New.
+       * config/xtensa/xtensa.mt: New file.
+       * xtensa-config.c: New file.
+       * xtensa-tdep.h: New file.
+       * xtensa-tdep.c: New file.
+
+2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (set_remote_cmd): Call help_list.
+       (show_remote_cmd): Skip legacy aliases.  Handle non-show_cmd
+       entries.  Add missed cleanup.
+       * cli/cli-setshow.c (cmd_show_list): Handle non-show_cmd entries.
+
+2006-11-13  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Don't futz with
+       the floating point registers if there aren't any.
+
+2006-11-12  Ben Harris  <bjh21@NetBSD.org>
+
+       * arm-tdep.c (arm_unwind_pc): Use arm_addr_bits_remove.
+
+2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * frame.c (frame_register_unwind_location): New function.
+       (get_prev_frame_1): Check for UNWIND_NO_SAVED_PC.
+       (frame_stop_reason_string): Handle UNWIND_NO_SAVED_PC.
+       * frame.h (enum unwind_stop_reason): Add UNWIND_NO_SAVED_PC.
+
+2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arch-utils.c (target_byte_order_user): Renamed from
+       target_byte_order.
+       (target_byte_order_auto, selected_byte_order): Removed.
+       (show_endian): Check target_byte_order_user.
+       (set_endian): Always update the architecture.  Set
+       target_byte_order_user after success.
+       (target_architecture_auto): Removed.
+       (target_architecture_user): New.
+       (selected_architecture_name, show_architecture): Check it.
+       (set_architecture): Set target_architecture_user after success.
+       (gdbarch_from_bfd): Check the argument.
+       (default_byte_order): New.
+       (initialize_current_architecture): Set the global default
+       architecture and endianness.
+       (gdbarch_info_fill): Remove GDBARCH argument.  Do not check the
+       previous architecture.  Use exec_bfd, global selected architecture
+       and endianness, and global defaults.
+       * arch-utils.h (selected_byte_order): Remove prototype.
+       (gdbarch_info_fill): Update.
+       * exec.c (exec_file_attach): Update the architecture after removing
+       the current file.
+       * gdbarch.sh: Update comments.
+       (find_arch_by_info): Remove OLD_GDBARCH argument.  Update call to
+       gdbarch_info_fill.
+       (gdbarch_find_by_info): Update call to find_arch_by_info.
+       * gdbarch.h, gdbarch.c: Regenerated.
+       * remote-sim.c (gdbsim_open): Use TARGET_BYTE_ORDER.
+
+2006-11-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * sparc-tdep.c (sparc_fetch_instruction): Read instruction
+       using read_memory_nobpt.
+
+2006-11-06  Jim Blandy  <jimb@codesourcery.com>
+
+       * dwarf2loc.c (dwarf_expr_read_reg): Use frame_register_read
+       instead of frame_register.  Doc fix.
+
+2006-11-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * serial.c (serial_open): Strip leading spaces from program 
+       name when opening pipe.
+
+2006-11-03  Jim Blandy  <jimb@codesourcery.com>
+
+         * dwarf2loc.c (dwarf_expr_read_reg): Use frame_unwind_register
+         instead of frame_register.  Doc fix.
+
+2006-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (struct dwarf2_per_cu_data): Update comment.
+       (load_full_comp_unit): Take OBJFILE argument and use it.
+       (dwarf2_build_psymtabs_hard): Skip partial units.
+       (process_queue): Pass OBJFILE to load_full_comp_unit.  Check
+       type_hash for read in CUs.  Test psymtab for NULL.
+
+2006-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arm-tdep.c (arm_gdbarch_init): Handle EF_ARM_EABI_VER5.
+
+2006-10-31  Vladimir Prus  <vladimir@codesourcery.com>
+       
+       * commands.h (enum command_class): Use different
+       values for class_deprecated and class_run.
+       * cli/cli-decode.c: (print_help_for_command): New.
+       (apropos_cmd): Use the above.
+       (help_list): Mention 'help all'
+       and 'apropos' when printing top-level help.
+       (help_all): Print the class name before printing
+       commands in that class.  Don't print prefix commands
+       here, instead pass recurse flag to help_cmd_list.
+       Print list of unclassified commands at the end.
+       (help_cmd_list): When recursing, use all_commands class.
+       Recurse only if the class of the command matches.
+
+2006-10-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdbcmd.h (detachlist): Declare.
+       * infcmd.c (_initialize_infcmd): Define "detach" as prefix
+       command.
+       * linux-fork.c (_initialize_linux_fork): Rename
+       "detach-checkpoint" to "detach checkpoint" and "detach-fork" to
+       "detach fork".
+       * cli/cli-cmds.c (detachlist): Define.
+       (init_cmd_lists): Initialize it.
+       * cli/cli-cmds.h (detachlist): Declare.
+
+2006-10-25  Jim Blandy  <jimb@codesourcery.com>
+
+       * p-valprint.c (pascal_object_print_value): Add 'static' keyword
+       to function definition, to match declaration earlier in file.
+
+2006-10-21  Paul Brook  <paul@codesourcery.com>
+
+       * remote.c (remote_fetch_registers): Fix error message.
+
+2006-10-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gcore.c (MAX_COPY_BYTES): Define.
+       (gcore_copy_callback): Use it to limit allocation.
+
+2006-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * linux-thread-db.c (check_for_thread_db): Don't attempt to use
+       thread_db for remote targets.
+       * remote.c (remote_new_objfile): Always call predecessor on
+       new_objfile event chain.
+
+2006-10-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * solib.c (libpthread_solib_p): New function.
+       (solib_add): Always read the symbols from the libpthread library.
+
+2006-10-19  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * breakpoint.c (describe_other_breakpoints): Add thread parameter.
+       Annotate display with thread number where appropriate.
+       (create_breakpoints): Add thread parameter to call to
+       describe_other_breakpoints.
+
+2006-10-18  Jim Blandy  <jimb@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * utils.c (query): Use defaulted_query.
+       (defaulted_query): Handle having no default answer.  Print out
+       messages even if we have no terminal.  Prevent memory corruption.
+
+2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * frame.c (struct frame_info): Add stop_reason.
+       (get_prev_frame_1): Set stop_reason.  Don't call error for
+       stop reasons.
+       (get_frame_unwind_stop_reason, frame_stop_reason_string): New.
+       * frame.h (enum unwind_stop_reason): New.
+       (get_frame_unwind_stop_reason, frame_stop_reason_string): New
+       prototypes.
+       * stack.c (frame_info): Print the stop reason.
+       (backtrace_command_1): Print the stop reason for errors.
+
+2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * inferior.h (start_remote): Update prototype.
+       * infrun.c (start_remote): Take FROM_TTY.  Call
+       post_create_inferior.
+       * monitor.c (monitor_open): Update call to start_remote.
+       * remote-sds.c (sds_start_remote, sds_open): Likewise.
+       * remote.c (remote_start_remote): Likewise.
+       (remote_start_remote_dummy): Removed.
+       (remote_open): Update call to remote_start_remote.  Do not call
+       post_create_inferior here.
+
+2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib-svr4.c (debug_loader_offset_p, debug_loader_offset)
+       (debug_loader_name, svr4_default_sos): New.
+       (svr4_current_sos): Call svr4_default_sos.
+       (enable_break): Add a comment about AT_BASE.  Set the new
+       variables and retry solib_add.
+       (svr4_clear_solib): Clear the new variables.
+
+2006-10-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention support for TLS without debugging information.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote-sim.c (gdbsim_kill): Call target_mourn_inferior.
+       (gdbsim_load): Don't bother to adjust inferior_ptid here.
+       (gdbsim_create_inferior): Mark the simulator as running.
+       (gdbsim_open): Don't bother fetching registers.  Mark
+       the target as not running.
+       (gdbsim_xfer): When the program is not running, pass memory
+       requests down.
+       (gdbsim_mourn_inferior): Mark the target as not running.
+       * target.c (target_mark_running, target_mark_exited): New.
+       * target.h (target_has_execution): Update the comment.
+       (target_mark_running, target_mark_exited): New prototypes.
+
+2006-10-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (free_valchain): Minor reformatting.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (symtab.o): Update.
+       * symtab.h (matching_bfd_sections): New prototype.
+       * symtab.c (matching_bfd_sections): New.
+       (find_pc_sect_psymbol, find_pc_sect_symtab): Use it.
+       * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
+       * printcmd.c (sym_info): Ignore separate debug objfiles.
+
+2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (remote_pid_to_str): Capitalize "Thread".
+
+2006-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR remote/2158
+       * remote.c (remote_write_bytes): Throttle packet alignment
+       for small packets.
+
+2006-10-16  Jeff Johnston  <jjohnstn@redhat.com>
+       * linux-thread-db.c (thread_db_wait): Don't bother continuing if
+       the wait result indicates the program terminated with a
+       signal (from gdb-6.3-ia64-sigill-20051115.patch, a patch for
+       Fedora Core 5).
+       
+2006-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (dwarf_decode_lines): Call record_line upon
+       encountering a different subfile.
+
+2006-10-11  Denis Pilat  <denis.pilat@st.com>
+
+       * tui/tui-source.c (tui_set_source_content): handle source 
+       files that contain non unix end-of-line.
+       
+2006-10-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ser-mingw.c (free_pipe_state, pipe_wait_handle): Update
+       for changes to pipe_select_thread.
+       (pipe_done_wait_handle): New.
+       (_initialize_ser_windows): Reference it.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (expprint.o, parse.o, target.o): Update.
+       * dwarf2loc.c (dwarf_expr_tls_address): Move body to
+       target_translate_tls_address.  Call it.
+       * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS.
+       * expprint.c (print_subexp_standard): Likewise.
+       (op_name_standard, dump_subexp_body_standard): Likewise.
+       * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS.
+       (union exp_element): Add objfile.
+       * parse.c (write_exp_elt_objfile): New function.
+       (msym_tls_symbol_type): New.
+       (write_exp_msymbol): Handle TLS.
+       (operator_length_standard): Handle UNOP_MEMVAL_TLS.
+       (build_parse): Initialize msym_tls_symbol_type.
+       * parser-defs.h (write_exp_elt_objfile): New prototype.
+       * target.c (target_translate_tls_address): New.
+       * target.h (target_translate_tls_address): Add prototype.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib.c (solib_open): Handle an empty solib_absolute_prefix like a
+       missing one.
+
+2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib.c (solib_read_symbols): Stop if the file was not found.
+
+2006-10-09  Paul Pluzhnikov  <ppluzhnikov@charter.net>
+
+       PR c++/2116
+       * valops.c (find_overload_match): Check for a NULL name.
+
+2006-10-06 Joel Brobecker  <brobecker@adacore.com>
+
+       Fix PR symtab/2018
+       * dwarf2read.c (read_array_type): Set the type name if the name
+       attribute is present.
+
+2006-10-05  Joel Brobecker  <brobecker@adacore.com>
+
+        * blockframe.c (block_innermost_frame): Rewrite frame search logic.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (gdb_expat_h): New.
+       (xml_support_h): Add gdb_expat.h dependency.
+       (memory-map.o, xml-support.o): Likewise.
+       * gdb_expat.h: New file.
+       * xml-support.h: Include it.
+       * memory-map.c, xml-support.c: Likewise.  Remove XML_STATUS_OK
+       definitions.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (get_remote_state_raw): Renamed from get_remote_state.
+       (get_remote_state): New function.
+       (init_remote_state, _initialize_remote): Use get_remote_state_raw.
+
+2006-10-04  Fred Fish  <fnf@specifix.com>
+
+       * vec.c: Include defs.h first.  This pulls in config.h which can
+       affect other includes.
+
+2006-10-04  Joel Brobecker  <brobecker@adacore.com>
+
+       * somread.c (som_symtab_read): Avoid using alloca for potentially
+       large buffers.
+
+2006-10-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
+
+2006-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default
+       definitions.
+       * xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise.
+
+2006-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (remote_write_bytes_aux): Doc fix.
+
+2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (SFILES): Add target-memory.c.
+       (COMMON_OBS): Add target-memory.o.
+       * memattr.c (lookup_mem_region): Adjust handling for
+       the top of memory.  Improve comments.
+       * remote.c (packet_check_result): New function, split out
+       from packet_ok.  Recognize "E." as an error prefix.
+       (packet_ok): Use it.
+       (remote_write_bytes_aux): New function, renamed from
+       remote_write_bytes.  Take packet header, packet format,
+       and length flag as arguments.
+       (remote_write_bytes): Rewrite to use remote_write_bytes_aux.
+       (remote_send_printf, restore_remote_timeout)
+       (remote_flash_timeout, remote_flash_erase, remote_flash_write)
+       (remote_flash_done): New.
+       (remote_xfer_partial): Handle flash writes.
+       (init_remote_ops, init_remote_async_ops): Set to_flash_erase
+       and to_flash_done.
+       * symfile.c (struct load_section_data): Include a pointer to
+       the cumulative stats and a request queue.  Move most members
+       to other types.
+       (struct load_progress_data, struct load_progress_section_data): New
+       types.
+       (load_progress): Handle a NULL baton and zero bytes.  Update for
+       type changes.
+       (load_section_callback): Create memory write requests instead of
+       writing to memory.  Don't print the progress message here.
+       (clear_memory_write_data): New function.
+       (generic_load): Use target_write_memory_blocks.
+       * target-memory.c: New file.
+       * target.c (update_current_target): Mention new uninherited methods.
+       (memory_xfer_partial): Issue an error for flash writes.
+       (target_flash_erase, target_flash_done): New functions.
+       (target_write_with_progress): Call the progress callback at the
+       start also.
+       * target.h (enum target_object): Add TARGET_OBJECT_FLASH.
+       (target_write_with_progress): Update comment.
+       (struct target_ops): Add to_flash_erase and to_flash_done.
+       (target_flash_erase, target_flash_done, struct memory_write_request)
+       (memory_write_request_s, enum flash_preserve_mode)
+       (target_write_memory_blocks): New, including a vector type
+       for memory_write_request_s.
+
+2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+           Nathan Sidwell  <nathan@codesourcery.com>
+
+       * Makefile.in (SFILES): Add memory-map.c and xml-support.c.
+       (memory_map_h, xml_support_h): New.
+       (target_h): Add vec_h dependency.
+       (COMMON_OBS): Add memory-map.o and xml-support.o.
+       (memory-map.o, xml-support.o): New rules.
+       (remote.o): Update.
+       * exceptions.h (enum errors): Add XML_PARSE_ERROR.
+       * infcmd.c (run_command_1, attach_command): Call target_pre_inferior.
+       * memattr.c (default_mem_attrib): Initialize blocksize.
+       (target_mem_region_list, mem_use_target)
+       (target_mem_regions_valid, mem_region_cmp, mem_region_init)
+       (require_user_regions, require_target_regions)
+       (invalidate_target_mem_regions): New.
+       (create_mem_region): Use mem_region_init.
+       (mem_clear): Move higher.       
+       (lookup_mem_region): Use require_target_regions.
+       (mem_command): Implement "mem auto".
+       (mem_info_command): Handle target-supplied regions and flash
+       attributes.
+       (mem_enable_command, mem_disable_command, mem_delete_command): Use
+       require_user_regions.
+       (_initialize_mem): Mention "mem auto" in help.
+       * memattr.h (enum mem_access_mode): Add MEM_FLASH.
+       (struct mem_attrib): Add blocksize.
+       (invalidate_target_mem_regions, mem_region_init, mem_region_cmp): New
+       prototypes.
+       * remote.c: Include "memory-map.h".
+       (PACKET_qXfer_memory_map): New enum value.
+       (remote_protocol_features): Add qXfer:memory-map:read.
+       (remote_xfer_partial): Handle memory maps.
+       (remote_memory_map): New.
+       (init_remote_ops, init_remote_async_ops): Set to_memory_map.
+       (_initialize_remote): Register qXfer:memory-map:read.
+       * target.c (update_current_target): Mention to_memory_map.
+       (target_memory_map, target_pre_inferior): New.
+       (target_preopen): Call target_pre_inferior.
+       * target.h: Include "vec.h".
+       (enum target_object): Add TARGET_OBJECT_MEMORY_MAP.
+       (struct target_ops): Add to_memory_map.
+       (target_memory_map, target_pre_inferior): New prototypes.
+       * memory-map.c, memory-map.h, xml-support.c, xml-support.h: New files.
+
+2006-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
+       (strtoulst): Moved to ...
+       * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
+       (strtoulst): ... here.  Enhanced to behave more similarly
+       to strtoul.
+       * defs.h (strtoulst): New prototype.
+
+2006-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (memattr_h, memattr.o): Update.
+       * memattr.h: Include "vec.h".
+       (struct mem_region): Remove linked list pointer.
+       (mem_region_s): New typedef and corresponding vector.
+       * memattr.c: Include "vec.h".
+       (mem_region_chain): Delete.
+       (mem_region_list): New vector pointer.
+       (mem_region_lessthan): New function.
+       (create_mem_region): Remove unused return value.  Use vector
+       operations.  Remove linear search.
+       (delete_mem_region): Delete.
+       (lookup_mem_region): Use vector operations.  Add a FIXME.
+       (mem_info_command): Update to work with vectors.
+       (mem_enable, mem_enable_command, mem_disable, mem_disable_command)
+       (mem_free, mem_delete): Likewise.
+
+2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * vec.h: New file.
+       * vec.c: New file.
+       * Makefile.in (SFILES): Add vec.c.
+       (vec_h): New.
+       (COMMON_OBJS): Add vec.o.
+       (vec.o): New target.
+
+2006-09-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR remote/2154
+       * remote.c (remote_thread_alive): Remove local buf.
+       (remote_get_threadinfo): Remove local threadinfo_pkt.
+       (remote_get_threadlist): Remove unused threadlist_packet.
+       (remote_current_thread): Remove local buf.
+       (remote_threads_info): Set bufp after getpkt.
+       (remote_threads_extra_info): Remove local bufp.
+       (get_offsets): Set buf after getpkt.
+       (remote_check_symbols): Set reply after getpkt.
+       (remote_vcont_probe): Set buf after getpkt.
+       (remote_resume): Set buf after set_thread.
+       (remote_wait, remote_async_wait): Set buf after getpkt.
+       (fetch_register_using_p): Set buf after remote_send.
+       (remote_fetch_registers): Likewise.
+       (store_register_using_P): Don't use buf after remote_send.
+       (check_binary_download, remote_write_bytes)
+       (remote_read_bytes, remote_rcmd): Remove local buf.
+
+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-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
+       PR mi/1429
        * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
        offsets for languages like Fortran.
 
This page took 0.036724 seconds and 4 git commands to generate.