1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
2004-08-09 Ben Elliston <bje@au.ibm.com>
* generic/gdbtk-register.c (get_register_size): Use
register_size() instead of DEPRECATED_REGISTER_RAW_SIZE.
(get_register): Likewise.
(register_changed_p): Likewise.
2004-07-02 Martin Hunt <hunt@redhat.com>
* library/targetselection.itb: Use /dev/comX for
cygwin instead of just comX.
* library/interface.tcl (gdbtk_tcl_preloop): Set baud rate.
2004-07-02 Martin Hunt <hunt@redhat.com>
* generic/gdbtk-cmds.c (symtab_to_filename): New function. Like
symtab_to_fullname() but returns the filename if the fullname
cannot be found.
* generic/gdbtk-cmds.c (gdb_find_file_command): Revert
patch of 2004-06-11. Use symtab_to_filename() again.
(gdb_loc): Ditto.
(gdb_loadfile): Ditto.
* generic/gdbtk-bp.c (gdb_get_breakpoint_info): Ditto.
(gdb_get_tracepoint_info): Ditto.
* generic/gdbtk-cmds.h: Declare symtab_to_filename().
2004-06-26 Andrew Cagney <cagney@gnu.org>
* generic/gdbtk-hooks.c (gdbtk_add_hooks): Call
deprecated_set_gdb_event_hooks.
2004-06-25 Andrew Cagney <cagney@gnu.org>
* generic/gdbtk.h: "ui_loop_hook" was deprecated, update.
* generic/gdbtk-hooks.c (gdbtk_add_hooks, x_event): Ditto.
* generic/gdbtk-cmds.c: Ditto.
2004-06-24 Andrew Cagney <cagney@gnu.org>
* generic/gdbtk-hooks.c (gdbtk_add_hooks): Update references to
pre_add_symbol_hook and post_add_symbol_hook, both deprecated.
* library/interface.tcl (gdbtk_memory_changed): Update comments.
2004-06-24 Andrew Cagney <cagney@gnu.org>
* generic/gdbtk-hooks.c (ui_loop_hook, pre_add_symbol_hook)
(post_add_symbol_hook, selected_frame_level_changed_hook): Delete
extern declarations.
2004-06-15 Alan Modra <amodra@bigpond.net.au>
* generic/gdbtk-cmds.c (gdb_load_info): Use bfd_get_section_size
instead of bfd_get_section_size_before_reloc.
2004-06-11 Martin Hunt <hunt@redhat.com>
* generic/gdbtk-cmds.c (gdb_find_file_command): Use
symtab_to_fullname() instead of symtab_to_filename().
(gdb_loc): Ditto.
(gdb_loadfile): Ditto.
* generic/gdbtk-bp.c (gdb_get_breakpoint_info): Ditto.
(gdb_get_tracepoint_info): Ditto.
* generic/gdbtk-register.c (get_register): Simplify and remove
references to DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL.
2004-05-27 Martin Hunt <hunt@redhat.com>
* library/tdump.tcl (build_win): Remove old nonworking
code to select scrolledtext mode. Just use "dynamic".
2004-04-22 Keith Seitz <kseitz@sources.redhat.com>
* generic/gdbtk-hooks.c (gdbtk_add_hooks): "Update" deprecated hooks.
"Houston... We have a problem."
* generic/gdbtk-interp.c (gdbtk_interpreter_resume): Likewise.
* generic/gdbtk.c (gdbtk_init_1): Likewise.
2004-04-19 Roland McGrath <roland@redhat.com>
* generic/gdbtk-hooks.c: Update gdbtk_pre_add_symbol forward decl to
match defn type change.
2004-04-15 Roland McGrath <roland@redhat.com>
* generic/gdbtk-hooks.c (gdbtk_pre_add_symbol): Add const to arg type.
(pre_add_symbol): Likewise in extern decl.
2004-04-05 Martin Hunt <hunt@redhat.com>
* library/session.tcl: Make hostname and portname
session-dependent. Add gdb_bg_num (the color
scheme number) as a per-session variable.
* library/prefs.tcl (pref_read): If color schemes are in use,
set colors based on the current scheme.
(pref_save): Add "bg" section.
(pref_set_defaults): Define new variable gdb/use_color_schemes
and define 16 default background colors.
* library/managedwin.itb (ManagedWin::window_name): Append
window "instance" string to window name.
(ManagedWin::window_instance): Set window instance string.
* library/debugwin.itb: Add a reconfig method to restore
unique black textbackground, overriding color scheme.
* library/csprefs.itb:
* library/csprefs.ith: New files. Implement color scheme
preferences.
* library/util.tcl (set_bg_colors): New function.
(r_setcolors): New function.
* library/regwin.itb (_prefs_changed): Deleted.
(reconfig): New function. Updates tkTable color tags
if color scheme changes.
* library/regwin.ith: Update to reflect above changes.
* library/srcbar.itcl (create_pref_menu): Add pulldown
menus for "Edit Color Schemes..." and "Use Color Schemes".
(reconfig): Fix up menu items for color schemes.
* library/globalpref.itb (_init_var): Add
gdb/use_color_schemes to variable list.
(_build_win): Add a checkbutton to enable/disable
color schemes.
* library/gdbmenubar.itcl (menubar_add_cascade): Add a class
argument so cascade menus can be managed by class too.
* library/interface.tcl (gdbtk_tcl_fputs): Check for
existence of gdbtk_state(console). Stops annoying error
messages.
(gdbtk_tcl_fputs_error): Ditto.
(gdbtk_tcl_fputs_log): Ditto.
2004-03-29 Martin Hunt <hunt@redhat.com>
* generic/gdbtk-register.c (map_arg_registers): If a specific
register was requested, just return it without validating it
has a name.
(get_register): Check DEPRECATED_REGISTER_CONVERTIBLE_P ().
2004-02-17 Martin Hunt <hunt@redhat.com>
* generic/gdbtk-register.c (Gdbtk_Register_Init): Replace
calls to register_gdbarch_swap with deprecated_register_gdbarch_swap.
* library/srcwin.itb: Remove an apparently redundant call
to gdbtk_locate_main and location. This actually broke in
situations where no source files were found.
|