From 6407bdc1dd1391a0d41cf638bbc31ba0827c08a5 Mon Sep 17 00:00:00 2001 From: kseitz Date: Sat, 9 Feb 2008 00:05:36 +0000 Subject: [PATCH] Moved entries for previous years to separate changelogs. --- gdb/gdbtk/ChangeLog | 158 ---------------------------------------------------- 1 file changed, 158 deletions(-) diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index 7639cdfb8a..6edc89982c 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -3,161 +3,3 @@ * generic/gdbtk-varobj.c (variable_children): Adjust for varobj_list_children change. -2007-07-02 Markus Deuling - - * gdbtk/generic/gdbtk-stack.c (get_frame_name): Remove dead code - (PC_LOAD_SEGMENT). - -2007-06-27 Keith Seitz - - * generic/gdbtk-register.c (Gdbtk_Register_Init): Remove - calls to deprecated_register_gdbarch_swap. - Add "gdb_reg_arch_changed" command. - * library/regwin.itb (arch_changed): Call gdb_reg_arch_changed. - -2007-06-21 Maciej W. Rozycki - - * generic/gdbtk-cmds.c (gdbtk_load_asm): Update the call to - gdb_print_insn(). - -2007-06-09 Keith Seitz - - * generic/gdbtk-register.c get_register): Replace REGISTER_NAME - with gdbarch_register_name. - (get_register_name): Ditto. - (map_arg_registers): Ditto. - -2007-06-04 Keith Seitz - - * generic/gdbtk-cmds.c (hex2bin): Use gdbarch_byte_order instead - of TARGET_BYTE_ORDER. - * generic/gdbtk-register.c (get_register): Likewise. - (map_arg_registers): Use gdbarch_num_regs and gdbarch_num_pseduo_regs - instead of NUM_REGS and NUM_PSEUDO_REGS. - (setup_architecture_data): Likewise. - (gdb_regformat): Likewise. - (gdb_reggroup): Likewise. - -2007-05-22 Chris Dearman - - * generic/gdbtk-stack.c (get_frame_name): Remove spurious - newlines from dummy/sigtramp frame names. - -2007-04-27 Maciej W. Rozycki - - * generic/gdbtk-wrapper.c (GDB_varobj_update): New function. - (wrap_varobj_update): Likewise. - * generic/gdbtk-wrapper.h (GDB_varobj_update): New declaration. - * generic/gdbtk-varobj.c (variable_update): Call - GDB_varobj_update() rather than varobj_update() directly. Take - the new semantics of the latter into account. - * generic/gdbtk-cmds.c: Include "varobj.h". - * generic/gdbtk-stack.c: Likewise. - -2007-03-13 Kevin Buettner - - * generic/gdbtk-cmds.c (gdb_loc): Eliminate use of - `deprecated_selected_frame'. - * generic/gdbtk-register.c (register_changed_p): Likewise. - * generic/gdbtk-stack.c (gdb_block_vars, gdb_get_blocks) - (gdb_get_vars_command, gdb_selected_block, gdb_selected_frame): - Likewise. - -2006-11-30 Keith Seitz - - insight/293: - * library/watch.tcl (no_inferior): Remove all varobjs and - clear the display. - (clear_file): Call no_inferior. Update comments. - * library/locals.tcl: Remove unused variables "Running" - and "Variables". Changed throughout. - (no_inferior): Delete the current frame and clear the display. - (clear_file): Call no_inferior. Update comments. - (context_switch): To delete an Itcl object, one uses - "delete object" not "destroy". - -2006-11-30 Keith Seitz - - insight/299: - * generic/gdbtk.c (gdbtk_init): Don't check if DISPLAY is set, - it isn't needed anymore. Gdb will not abort, and Tk_Init will - fail gracefully. - -2006-11-30 Keith Seitz - - * library/targetselection.itb (constructor): "top" is unused. - Remove it. - (get_target_list): Use "scan" to parse "help target" output. - -2006-11-09 Keith Seitz - - * help/trace/locals.html: Remove all references to gdb.ini. Even - Cygwin now uses .gdbinit. - * help/trace/watch.html: Likewise. - -2006-09-28 Keith Seitz - - * aclocal.m4: Regenerate. - * configure: Regenerate. - * Makefile.in: Regenerate. - -2006-09-19 Keith Seitz - - From Andrew Stubbs : - * library/prefs.tcl (pref_save): Save preferences if - INSIGHT_FORCE_READ_PREFERENCES is set in the environment. - -2006-09-14 Keith Seitz - - * README: Update startup info and add DISPLAY environment - variable. - -2006-08-25 Maciej W. Rozycki - - * generic/gdbtk-cmds.c (gdb_update_mem): Use target_read. - -2006-08-25 Keith Seitz - - * library/prefs.tcl (pref_set_defaults): Disable IPC, gdb/ipc/enabled, - by default. - -2006-06-26 Keith Seitz - - * library/srcwin.itb (_build_win): Add invisible frame to workaround - the missing frame problem. - -2006-03-29 Brian Dessent - - * generic/gdbtk-cmds.c: Include sys/cygwin.h if __CYGWIN__ defined. - (gdb_path_conv): Call cygwin_conv_to_full_win32_path instead. - -2006-01-23 Keith Seitz - - From Andrew Stubbs : - * library/help/source.html: Add entries for the missing menu commands. - -2006-01-23 Keith Seitz - - From Andrew Stubbs : - * library/mempref.itb (MemPref::constructor): Allow the Byte Per Row - combo box to accept arbitrary values. - (MemPref::set_bytes_per_row): Validate the new value; reject invalid - entries and round up to a multiple of the word size. - (MemPref::apply): Read the value from the text box even if the user - has not pressed return. - (MemPref::enable_format): Ensure the bytes per row value is still valid. - (MemPref::disable_format): Likewise. - * library/mempref.ith (MemPref): Add $gbprlist. - * library/help/memory.html: Update. - -2006-01-23 Keith Seitz - - From Andrew Stubbs : - * library/helpviewer.tcl (open_help): Add firefox and opera to the - browser list used to display help. - -2006-01-23 Keith Seitz - - * ChangeLog: Cleared and saved to ... - * ChagneLog-2005: ... here. - -- 2.11.0