OSDN Git Service

* library/managedwin.itb (_create): If given a transient window,
[pf3gnuchains/sourceware.git] / gdb / gdbtk / ChangeLog
1 2002-02-13  Keith Seitz  <keiths@redhat.com>
2
3         * library/managedwin.itb (_create): If given a transient window,
4         make sure that the SrcWin that is to become its master exists;
5         otherwise, use ".".
6
7 2002-02-12  Keith Seitz  <keiths@redhat.com>
8
9         From Don Bowman <don@sandvine.com>:
10         * library/targetselection.itb (init_target_db): Add target
11         vxWorks.
12         Update copyright.
13
14 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
15
16         * generic/gdbtk-cmds.c (gdb_listfuncs): Don't call
17         BLOCK_SHOULD_SORT.
18         * library/browserwin.itb (BrowserWin::_fill_funcs_combo): Sort
19         the output of gdb_listfuncs.
20
21 2002-02-07  Martin M. Hunt  <hunt@redhat.com>
22
23         * generic/gdbtk.c, generic/gdbtk-bp.c, generic/gdbtk-cmds.c,
24         generic/gdbtk-hooks.c, generic/gdbtk-stack.c: Cleanup includes.
25
26 2002-02-06  Martin M. Hunt  <hunt@redhat.com>
27
28         * generic/gdbtk.c, generic/gdbtk-bp.c, generic/gdbtk-cmds.c,
29         generic/gdbtk-hooks.c, generic/gdbtk-register.c,
30         generic/gdbtk-stack.c, generic/gdbtk-varobj.c,
31         generic/gdbtk-wrapper.c: Cleanup. Fix indentation. Fix
32         function declarations. Remove unused variables. Add 2002
33         copyrights.
34
35 2002-02-06  Keith Seitz  <keiths@redhat.com>
36
37         * library/images/cygnus.gif: Remove.
38         * library/images2/cygnus.gif: Remove.
39
40 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
41
42         * generic/gdbtk-cmds.c (gdbtk_load_asm, gdbtk_print_asm): Use
43         TARGET_PRINT_INSN instead of tm_print_insn.
44
45 2002-01-18  Keith Seitz  <keiths@redhat.com>
46
47         * library/console.ith (get_text): Delete.
48         (test): New public method.
49         * library/console.itb (get_text): Delete.
50         (test): New public method.
51
52 2002-01-15  Keith Seitz  <keiths@redhat.com>
53
54         * generic/gdbtk-varobj.c (variable_value): When varobj_get_value
55         fails, use error_last_message to return the error to tcl land.
56         This allows us to display nice messages about why "0xdeadbeef" is
57         not accessible!
58
59 2002-01-11  Martin M. Hunt  <hunt@redhat.com>
60
61         * library/memwin.itb (idle): Check for existence of window.
62         Prevents race-condition error.
63
64         * library/srctextwin.itb (enable): Check for existence of $twin.
65
66         * library/interface.tcl (gdbtk_tcl_exec_file_display): 
67         Set pathname in host-independent manner using "file" and
68         gdb_current_directory.
69
70 2002-01-10  Keith Seitz  <keiths@redhat.com>
71
72         * library/Makefile (ITCL_SH): Renamed to "ITCLSH".
73         (tclIndex): We no longer have an Itcl shell, so we must use
74         "package require Itcl".
75
76 2002-01-08  Keith Seitz  <keiths@redhat.com>
77
78         * generic/gdbtk-cmds.c (gdb_find_file_command): If the symtab
79         doesn't have the filename's fullname, look it up with
80         symtab_to_filename.
81
82 2002-01-08  Keith Seitz  <keiths@redhat.com>
83
84         * library/srcwin.itb (location): Fix typo. It's "addr" not
85         "address".
86
87 2002-01-08  Tom Tromey  <tromey@redhat.com>
88
89         * library/interface.tcl (gdbtk_tcl_preloop): Use current directory
90         when `--args' given.
91
92 2002-01-07  Ian Roxborough  <irox@redhat.com>
93
94         * library/srcbar.itcl (SrcBar::create_buttons): Line number
95         and address fields have been removed and added to the
96         status bar.
97         * library/srcwin.itb (SrcWin::_build_win): Add address and
98         line number fields to status bar.  Moved download progress
99         bar to status bar.
100         (SrcWin::download_progress):  Use canvas on status bar.
101         Remember to adjust width of 64-bit address.
102         (SrcWin::location): Set line number and address on status bar.
103         * library/srcwin.ith (SrcWin): Added new private variable.
104
105 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
106
107         * generic/gdbtk-cmds.c (gdb_disassemble_driver): Replace
108         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
109         * generic/gdbtk-register.c (get_register): Ditto.
110
111 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
112
113         * generic/gdbtk-wrapper.h: Add typedef value_ptr.
114
115 2002-01-03  Martin M. Hunt  <hunt@redhat.com>
116
117         * library/session.tcl (SESSION_serialize_bps): Ignore
118         breakpoints set on internal_error and info_command because
119         these are set by .gdbinit and will be recreated by it.
120         This is a bit of a hack and should be fixed properly
121         someday.
122         
123         * library/debugwin.itb: Fix incorrect button names
124         so they will be enabled/disabled properly.
125
126         * library/srctextwin.itb: Set focus on srcwin only
127         if another window doesn't have the focus.
128
129 2002-01-02  Keith Seitz  <keiths@redhat.com>
130
131         * library/interface.tcl (set_exe): Allow users to debug
132         executables with no debug information.
133
134 2002-01-02  Keith Seitz  <keiths@redhat.com>
135
136         * library/console.ith (insert): Add tag parameter.
137         (einsert): Delete.
138         * library/console.itb: (insert): Add tag parameter.
139         (einsert): Delete.
140         * library/interface.tcl (gdbtk_tcl_fputs): Use Console::insert.
141         (gdbtk_tcl_fputs_error): Likewise.
142         (gdbtk_tcl_fputs_log): Likewise.
143         (gdbtk_tcl_fputs_target): Likewise.
144         (set_target): Likewise.
145
146 2002-01-02  Ian Roxborough  <irox@redhat.com>
147
148         * library/managedwin.itb (ManagedWin::_create):  When
149         making a modal window transient, use the source window
150         as the master and not ".".
151