* tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
[deliverable/binutils-gdb.git] / gdb / tui / ChangeLog
1 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2
3 * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
4 * tuiLayout.c (_tuiSetLayoutTo): Likewise.
5 * tui.c (_tui_vToggle_command): Likewise.
6
7 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
8
9 * tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.
10
11 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12
13 * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
14 each register window.
15 (tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size
16 of the register to check.
17 (_tuiRegValueHasChanged): Likewise.
18 (_tuiRegisterName): Use REGISTER_NAME.
19 (tui_restore_gdbout): New function.
20 (_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected
21 to a string.
22 (START_SPECIAL_REGS): Define.
23 (_tuiGetRegisterRawValue): Use get_saved_register.
24 (_tuiDisplayRegister): Fix clearing of register window.
25
26 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
27
28 * tui-file.h (fputs_unfiltered_hook): Remove.
29 * tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
30 (tui_file_fputs): Likewise; simplify
31
32 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
33
34 * tuiStack.c: Add missing includes.
35 (tuiShowFrameInfo): Don't crash when there is no symbol table
36 associated with the pc.
37 * tuiSource.c (_hasBreak): Check for null source file.
38 * tuiWin.c (tuiRefreshAll): Check for null winList[type].
39 (_tuiSetFocus): Check for null dataWin.
40 * tuiGeneralWin.c (refreshAll): Check for null list[type].
41
42 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
43
44 * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
45 to disassemble in the curses window.
46
47 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
48
49 * tui.h: Cleanup to avoid inclusion of curses includes.
50 (TuiGenWinInfo, TuiGenWinInfoPtr): Move from here.
51 * tuiData.h: To here; include curses includes here.
52 (setTermHeightTo): Rename of setTermHeight to follow reality.
53 (setTermWidthTo): Likewise with setTermWidth.
54
55 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
56
57 * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype.
58 tuiIO.c, tuiData.c: Likewise.
59 tuiDataWin.c, tuiDisassem.c: Likewise.
60 tuiGeneralWin.c, tuiLayout.c: Likewise.
61 tuiRegs.c, tuiSource.c: Likewise.
62 tuiSouceWin.c, tuiStack.c: Likewise.
63
64 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
65
66 * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright.
67 tuiCommand.h, tuiIO.c, tuiIO.h, tuiData.h, tuiData.c: Likewise.
68 tuiDataWin.c, tuiDataWin.h, tuiDisassem.c, tuiDisassem.h: Likewise.
69 tuiGeneralWin.c, tuiGeneralWin.h, tuiLayout.c, tuiLayout.h: Likewise.
70 tuiRegs.c, tuiRegs.h, tuiSource.c, tuiSource.h: Likewise.
71 tuiSouceWin.c, tuiSourceWin.h, tuiStack.c, tuiStack.h: Likewise.
72
73 2001-03-08 Andrew Cagney <ac131313@redhat.com>
74
75 * tuiRegs.c: Use NUM_REGS, not ARCH_NUM_REGS.
76
77 2001-03-06 Kevin Buettner <kevinb@redhat.com>
78
79 * tui-file.h: Update/correct copyright notice.
80
81 Wed Feb 7 19:54:27 2001 Andrew Cagney <cagney@redhat.com>
82
83 * tui-file.c: Add __FILE__ and __LINE__ parameter to calls to
84 internal_error.
85
86 2000-12-14 Kevin Buettner <kevinb@redhat.com>
87
88 * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences
89 of free() with xfree().
90
91 2000-06-22 Kevin Buettner <kevinb@redhat.com>
92
93 * tuiSourceWin.h: Eliminate use of PARAMS from this file.
94
95 2000-06-20 Kevin Buettner <kevinb@redhat.com>
96
97 * tuiLayout.c: Eliminate use of PARAMS from this file.
98
99 2000-06-17 Kevin Buettner <kevinb@redhat.com>
100
101 * tuiIO.c: Eliminate use of PARAMS from this file.
102
103 Thu May 25 14:46:20 2000 Andrew Cagney <cagney@b1.cygnus.com>
104
105 * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and
106 "tuiCommand.h".
107 (tui_file_fputs): Pass ``file'' and not ``stream'' to
108 tui_file_adjust_strbuf.
109
110 Thu May 25 16:58:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
111
112 * tui.h: Include <ncurses.h> when available.
113 * tui.c, tuiGeneralWin.c: Do not include <curses.h>.
114
115 Mon May 15 17:16:10 2000 Andrew Cagney <cagney@b1.cygnus.com>
116
117 * Makefile.in: Delete.
118
119 Tue Apr 18 15:32:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
120
121 * Makefile.in (distclean, maintainer-clean, realclean,
122 mostlyclean): New targets.
123
124 Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
125
126 * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,
127 tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to
128 ui-file / ``struct ui_file''.
129
130 Mon Jan 31 18:12:43 2000 Andrew Cagney <cagney@b1.cygnus.com>
131
132 * tui-file.c (enum streamtype, struct tui_stream, tui_file_new,
133 tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
134 tui_file_rewind, tui_file_put, tui_file_fputs,
135 tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
136 fputs_unfiltered_hook): Move to here from ../utils.c
137
138 * tui-file.h, tui-file.c: New files.
139
140 Mon Nov 8 17:47:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
141
142 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
143 (tuiSetDisassemContent): Replace gdb_file_init_astring with
144 tui_sfileopen. Replace gdb_file_get_strbuf with
145 tui_file_get_strbuf.
146
147 Mon Nov 8 16:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
148
149 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
150 (tuiSetDisassemContent): Repace gdb_file_deallocate with
151 gdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.
152
153 Fri Sep 17 19:34:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
154
155 * tuiSource.c: Include "source.h".
156 (open_source_file, find_source_lines): Delete declarations.
157
158 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
159
160 * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
161 system.
162
163 Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>
164
165 The following changes were made by Jim Blandy <jimb@cygnus.com>,
166 Edith Epstein <eepstein@cygnus.com>, Elena Zannoni
167 <ezannoni@cygnus.com> Stan Shebs <shebs@cygnus.com>, and David
168 Taylor <taylor@cygnus.com>, as part of the project to merge in
169 changes originally made by HP; HP did not create ChangeLog
170 entries.
171
172 * Makefile.in: New file; we're merging HP's changes into GDB, and
173 we've moved the TUI files into a subdirectory, so we need a new
174 Makefile.
175
176 * tui.c:
177 #include <term.h>, if we have it, to get declarations for
178 the termcap functions on Solaris.
179 (tgoto): Add external K&R declaration for this; Solaris doesn't
180 bother to actually declare it in their header files.
181 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
182 we'd rather use the USG mechanisms than the Berkeley mechanisms
183 (TIOCGETC is one of the Berkeley terminal control ioctls).
184 Apologies if this causes trouble later; this should all be handled
185 by autoconf...
186 (strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved here
187 from ../utils.h.
188 (tuiFree): replace safe_free with free.
189 (strcat_to_buf): new function, copied from utils.c.
190 (tuiInit): Add ignored `argv0' argument, to match the type that
191 init_ui_hook expects; updated declaration. Call the
192 initialize_tui_files function constructed above. Initialize
193 flush_hook to NULL.
194 (tuiInitWindows): Call tuiSetLocatorContent, to get the first
195 element of the locator window's content allocated. This seems
196 wrong, because it must have been initialized somehow in HP's
197 sources, and we should do it the same way now. But we do get
198 further before it segfaults. [Postscript: HP didn't bother to
199 initialize it; they compile
200 (va_catch_errors, vcatch_errors): Functions moved here from
201 ../utils.c in HP's sources. They're not used anywhere else.
202 (xdb_style): Delete this variable, and remove all references to
203 it. It's always true.
204 (tuiInit, _tui_vDo): References removed.
205
206 * tui.h: Add prototypes.
207 Don't #include "gendefs.h"; it's only used in the TUI.
208 Integrate its contents into this file:
209 #include <ansidecl.h> here.
210 (Opaque, OpaqueFuncPtr): Typedefs moved to here.
211
212 * tuiCommand.c: #include "defs.h", so we get the appropriate
213 definition of GDB_FILE.
214
215 * tuiData.c
216 (freeWindow): replace safe_free with free.
217 (tui_version): don't define it here; it's defined in main.c now.
218
219 * tuiDisassem.c
220 (tuiSetDisassemContent): Call strcat_address_numeric instead of
221 strcat_address. Simplify the control structure. Use predefined
222 GDB function to print asm inst address. Use GDB_FILE to collect
223 output into buffers.
224
225 * tuiIO.c
226 (tgoto): Add external K&R declaration for this here too.
227 (tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.
228 (tuiPuts_unfiltered): change FILE to GDB_FILE.
229 (tui_tputs): fix prototype for 3rd argument.
230
231 * tuiIO.h (tuiPuts_unfiltered): change declaration.
232
233 * tuiLayout.c
234 (_tuiSetLayoutTo): for displaying registers, hook up the HP code
235 that decides which registers to display (i.e. single precision
236 float, double precision float, general, special). Previously,
237 only handled TUI_GENERAL_REGS. Now that the code is hooked up,
238 compiling with -z poses a problem. When the first layout command
239 is 'layout regs', dataWin->detail is a NULL pointer, and gdb
240 core dumps.
241
242 * tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.
243
244 * tuiRegs.c #include "defs.h" earlier, to avoid problems in
245 <stdarg.h>. No idea exactly what's conflicting with what, but the
246 errors went away...
247 (_tuiRegisterFormat): Change so that function creates a GDB_FILE
248 object, calls pa_do_strcat_registers_info, copies the register
249 info into a buffer, and deallocates the GDB_FILE object. Remove
250 some code that is not executed. Also, call to
251 pa_do_strcat_registers_info has an additional parameter,
252 precision. This code requires some new per-target functions that
253 we don't want to merge. Dyke it out, with #ifdef
254 TUI_EXTENDED_FORMATTERS.
255 (_tuiSetSpecialRegsContent): this function was ifdefed out.
256 Hooked this up.
257 (_tuiSetGeneralAndSpecialRegsContent): this function was ifdefed
258 out. Hooked it up.
259 (IS_64BIT): Just define this to be zero; we're not merging in the
260 64-bit support.
261 (tuiShowRegisters): Comment out all references to the "special"
262 regs; we don't have a distinction between the "special" and
263 "non-special" regs in most of our machine descriptions. This code
264 is PA-specific in other ways as well, and needs to be redesigned
265 to be portable to other processors.
266
267 * tuiWin.c: #include <string.h>, to get a declaration for
268 strchr.
269
270 * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,
271 tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,
272 tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP). Changed
273 bool to int throughout. Re-indented, GNU style.
274
275 * tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,
276 tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,
277 tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).
278 Changed bool to int throughout.
This page took 0.061536 seconds and 4 git commands to generate.