Fix unwind abort while compiling glibc, reported by HJ.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7c0ded56f9e1b3d7c327ce5b3a7f896e83ce6f34..3ba2334fffe3c6973191a9d1faadee0f54091f92 100644 (file)
@@ -1,3 +1,185 @@
+2004-02-06  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui-source.h: Update copyright.  Include "tui-data.h".
+       (struct symtab): Declare.
+       (tui_set_source_content): Rename tuiSetSourceContent.
+       (tui_show_symtab_source): Rename tuiShowSource.
+       (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
+       (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
+       * tui/tui-source.c: Update copyright.  Update references.
+       * tui/tui-win.c, tui/tui-winsource.c: Update references.
+       * tui/tui-stack.c: Update references.
+
+       * tui/tui-win.h: Update copyright.  Include "tui-data.h".
+       (struct tui_win_info): Declare.
+       (tui_scroll_forward): Rename tuiScrollForward.
+       (tui_scroll_backward): Rename tuiScrollBackward.
+       (tui_scroll_left): Rename tuiScrollLeft.
+       (tui_scroll_right): Rename tuiScrollRight.
+       (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
+       (tui_resize_all): Rename tuiResizeAll.
+       (tui_refresh_all_win): Rename tuiRefreshAll.
+       (tui_sigwinch_handler): Rename tuiSigwinchHandler.
+       * tui/tui-layout.c, * tui/tui-io.c: Update references.
+       * tui/tui-wingeneral.h, * tui/tui.c: Update references.
+       * tui/tui-disasm.c, * tui/tui-command.c: Update references.
+
+       * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
+       (tui_erase_data_content): Rename tuiEraseDataContent.
+       (tui_display_all_data): Rename tuiDisplayAllData.
+       (tui_check_data_values): Rename tuiCheckDataValues.
+       (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
+       (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
+       (tui_first_data_element_no_in_line): Rename
+       tuiFirstDataElementNoInLine.
+       (tui_delete_data_content_windows): Rename
+       tuiDeleteDataContentWindows.
+       (tui_refresh_data_win): Rename tuiRefreshDataWin.
+       (tui_display_data_from): Rename tuiDisplayDataFrom.
+       (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
+       * tui/tui-windata.c, tui/tui-hooks.c: Update references.
+       * tui/tui-win.c, tui/tui-regs.c: Update references.
+       * tui/tui-layout.c, tui/tui.c: Update references.
+
+       * tui/tui-wingeneral.h: Update copyright.
+       (m_allBeVisible): Delete macro.
+       (m_allBeInvisible): Delete macro.       
+       (struct tui_gen_win_info): Declare.
+       (struct tui_win_info): Declare.
+       (tui_unhighlight_win): Rename unhighlightWin.
+       (tui_make_visible, tui_make_invisible): Replace makeVisible.
+       (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
+       (tui_make_window): Rename makeWindow.
+       (tui_copy_win): Rename copyWin.
+       (tui_box_win): Rename boxWin.
+       (tui_highlight_win): Rename highlightWin.
+       (tui_check_and_display_highlight_if_needed): Rename
+       checkAndDisplayHighlightIfNeeded.
+       (tui_refresh_all): Rename refreshAll.
+       (tui_delete_win): Rename tuiDelwin.
+       (tui_refresh_win): Rename tuiRefreshWin.
+       * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
+       (tui_make_visible, tui_make_invisible): New functions.
+       (tui_make_all_visible, tui_make_all_invisible): New functions.
+       (make_all_visible): Rename makeAllVisible.
+       * tui/tui-winsource.c, tui/tui-windata.c: Update references.
+       * tui/tui-data.c, tui/tui-winsource.c: Update references.
+       * tui/tui-windata.c, tui/tui-win.c: Update references.
+       * tui/tui-regs.c, tui/tui-layout.c: Update references.
+       * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
+
+2004-02-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * proc-api.c (write_with_trace): Initialize local variable to
+       silence compiler warning.
+
+2004-02-06  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui-source.h: Do not include "defs.h".
+       (struct tui_win_info): Declare.
+       (tui_set_source_content_nil): Declare.
+       * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
+       (union tui_line_or_address): Rename _TuiLineOrAddress.
+       * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
+       (tui_update_source_window): Rename tuiUpdateSourceWindow.
+       (tui_update_source_window_as_is): Rename
+       tuiUpdateSourceWindowAsIs.
+       (tui_update_source_windows_with_addr): Rename
+       tuiUpdateSourceWindowsWithAddr.
+       (tui_update_source_windows_with_line): Rename
+       tuiUpdateSourceWindowsWithLine.
+       (tui_clear_source_content): Rename tuiClearSourceContent.
+       (tui_erase_source_content): Rename tuiEraseSourceContent.
+       (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
+       (tui_show_source_content): Rename tuiShowSourceContent.
+       (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
+       (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
+       (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
+       (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
+       (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
+       (tui_update_exec_info): Rename tuiUpdateExecInfo.
+       (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
+       (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
+       (tui_line_is_displayed): Rename tuiLineIsDisplayed.
+       (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
+       (struct tui_win_info): Declare.
+       * tui/tui-stack.c: Update references.
+       * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
+       * tui/tui-win.c, tui/tui-source.c: Ditto.
+       * tui/tui.c, tui/tui-disasm.c: Ditto.
+
+2004-02-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
+       of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
+
+2004-02-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * infrun.c (handle_inferior_event): Allow for breakpoint
+       instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
+       and SIGEMT.  Update comments.
+       * NEWS (Revised SPARC target): Mention support for non-executable
+       stack.
+
+2004-02-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
+       * inftarg.c: Update copyright year.
+       (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
+       * sparc-nat.c: Include "target.h" and "gdb_assert.h".
+       (sparc_xfer_wcookie): New function.
+       * sparc-tdep.c (sparc_fetch_wcookie): New function.
+       * Makefile.in (sparc-nat.o): Update dependencies.
+       * config/sparc/nm-nbsd.h: Include "target.h".
+       (NATIVE_XFER_WCOOKIE): New define.
+       (sparc_xfer_wcookie): New prototype.
+
+2004-02-04  Andrew Cagney  <cagney@redhat.com>
+
+       * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
+       SYSCALL_TRAP function.
+       (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
+
+2004-02-04  Andrew Cagney  <cagney@redhat.com>
+           Daniel Jacobowitz  <drow@mvista.com>
+
+       * objfiles.h: Delete comments refering to inside_entry_func and
+       DEPRECATED_FRAME_CHAIN_VALID.
+       * defs.h (inside_entry_func): Update prototype..
+       * blockframe.c (inside_entry_func): Rename to
+       legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
+       * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
+
+2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * breakpoint.c (struct captured_parse_breakpoint_args):  Move
+       outside of #ifdef SOLIB_ADD region.
+       (do_restore_lang_radix_cleanup): Ditto.
+       (resolve_pending_breakpoint): Ditto.
+
+2004-02-03  Andrew Cagney  <cagney@redhat.com>
+
+       * ia64-tdep.c (read_sigcontext_register): Delete unused function.
+       (process_note_abi_tag_sections): Delete unused function.
+       (ia64_read_fp): Delete unused function.
+       (gdbarch_extract_struct_value_address): Delete declaration.
+
+2004-02-02  Andrew Cagney  <cagney@redhat.com>
+
+       * vax-tdep.c (vax_frame_chain): Delete call to
+       deprecated_inside_entry_file.
+       * ns32k-tdep.c (ns32k_frame_chain): Ditto.
+
+2004-02-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
+       column that's "empty" or "same value" when eliminating REG_RA
+       rules.
+
+2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * NEWS: Add information about new pending breakpoint support.
+
 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
 
        * breakpoint.h (struct breakpoint): Add new flag, from_tty,
This page took 0.027236 seconds and 4 git commands to generate.