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