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