Fix whitespace problem in my most recent entry.
[deliverable/binutils-gdb.git] / gdb / tui / ChangeLog
CommitLineData
8e65ff28
AC
1Wed Feb 7 19:54:27 2001 Andrew Cagney <cagney@redhat.com>
2
3 * tui-file.c: Add __FILE__ and __LINE__ parameter to calls to
4 internal_error.
5
46c6187f
KB
62000-12-14 Kevin Buettner <kevinb@redhat.com>
7
e7b044d6
KB
8 * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences
9 of free() with xfree().
46c6187f 10
f7778913
KB
112000-06-22 Kevin Buettner <kevinb@redhat.com>
12
13 * tuiSourceWin.h: Eliminate use of PARAMS from this file.
14
f6dd1e70
KB
152000-06-20 Kevin Buettner <kevinb@redhat.com>
16
17 * tuiLayout.c: Eliminate use of PARAMS from this file.
18
692248f3
KB
192000-06-17 Kevin Buettner <kevinb@redhat.com>
20
21 * tuiIO.c: Eliminate use of PARAMS from this file.
22
fbc75a32
AC
23Thu May 25 14:46:20 2000 Andrew Cagney <cagney@b1.cygnus.com>
24
25 * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and
26 "tuiCommand.h".
27 (tui_file_fputs): Pass ``file'' and not ``stream'' to
28 tui_file_adjust_strbuf.
29
2894793a
AC
30Thu May 25 16:58:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
31
32 * tui.h: Include <ncurses.h> when available.
33 * tui.c, tuiGeneralWin.c: Do not include <curses.h>.
34
ed952ac5
AC
35Mon May 15 17:16:10 2000 Andrew Cagney <cagney@b1.cygnus.com>
36
37 * Makefile.in: Delete.
38
784f35f9
AC
39Tue Apr 18 15:32:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
40
41 * Makefile.in (distclean, maintainer-clean, realclean,
42 mostlyclean): New targets.
43
d9fcf2fb
JM
44Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
45
46 * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,
47 tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to
48 ui-file / ``struct ui_file''.
49
da59e081
JM
50Mon Jan 31 18:12:43 2000 Andrew Cagney <cagney@b1.cygnus.com>
51
52 * tui-file.c (enum streamtype, struct tui_stream, tui_file_new,
53 tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
54 tui_file_rewind, tui_file_put, tui_file_fputs,
55 tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
56 fputs_unfiltered_hook): Move to here from ../utils.c
57
58 * tui-file.h, tui-file.c: New files.
59
11cf8741
JM
60Mon Nov 8 17:47:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
61
62 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
63 (tuiSetDisassemContent): Replace gdb_file_init_astring with
64 tui_sfileopen. Replace gdb_file_get_strbuf with
65 tui_file_get_strbuf.
66
67Mon Nov 8 16:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
68
69 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
70 (tuiSetDisassemContent): Repace gdb_file_deallocate with
71 gdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.
72
c2c6d25f
JM
73Fri Sep 17 19:34:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
74
75 * tuiSource.c: Include "source.h".
76 (open_source_file, find_source_lines): Delete declarations.
77
c906108c
SS
781999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
79
80 * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
81 system.
82
83Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>
84
85 The following changes were made by Jim Blandy <jimb@cygnus.com>,
86 Edith Epstein <eepstein@cygnus.com>, Elena Zannoni
87 <ezannoni@cygnus.com> Stan Shebs <shebs@cygnus.com>, and David
88 Taylor <taylor@cygnus.com>, as part of the project to merge in
89 changes originally made by HP; HP did not create ChangeLog
90 entries.
91
92 * Makefile.in: New file; we're merging HP's changes into GDB, and
93 we've moved the TUI files into a subdirectory, so we need a new
94 Makefile.
95
96 * tui.c:
97 #include <term.h>, if we have it, to get declarations for
98 the termcap functions on Solaris.
99 (tgoto): Add external K&R declaration for this; Solaris doesn't
100 bother to actually declare it in their header files.
101 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
102 we'd rather use the USG mechanisms than the Berkeley mechanisms
103 (TIOCGETC is one of the Berkeley terminal control ioctls).
104 Apologies if this causes trouble later; this should all be handled
105 by autoconf...
106 (strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved here
107 from ../utils.h.
108 (tuiFree): replace safe_free with free.
109 (strcat_to_buf): new function, copied from utils.c.
110 (tuiInit): Add ignored `argv0' argument, to match the type that
111 init_ui_hook expects; updated declaration. Call the
112 initialize_tui_files function constructed above. Initialize
113 flush_hook to NULL.
114 (tuiInitWindows): Call tuiSetLocatorContent, to get the first
115 element of the locator window's content allocated. This seems
116 wrong, because it must have been initialized somehow in HP's
117 sources, and we should do it the same way now. But we do get
118 further before it segfaults. [Postscript: HP didn't bother to
119 initialize it; they compile
120 (va_catch_errors, vcatch_errors): Functions moved here from
121 ../utils.c in HP's sources. They're not used anywhere else.
122 (xdb_style): Delete this variable, and remove all references to
123 it. It's always true.
124 (tuiInit, _tui_vDo): References removed.
125
126 * tui.h: Add prototypes.
127 Don't #include "gendefs.h"; it's only used in the TUI.
128 Integrate its contents into this file:
129 #include <ansidecl.h> here.
130 (Opaque, OpaqueFuncPtr): Typedefs moved to here.
131
132 * tuiCommand.c: #include "defs.h", so we get the appropriate
133 definition of GDB_FILE.
134
135 * tuiData.c
136 (freeWindow): replace safe_free with free.
137 (tui_version): don't define it here; it's defined in main.c now.
138
139 * tuiDisassem.c
140 (tuiSetDisassemContent): Call strcat_address_numeric instead of
141 strcat_address. Simplify the control structure. Use predefined
142 GDB function to print asm inst address. Use GDB_FILE to collect
143 output into buffers.
144
145 * tuiIO.c
146 (tgoto): Add external K&R declaration for this here too.
147 (tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.
148 (tuiPuts_unfiltered): change FILE to GDB_FILE.
149 (tui_tputs): fix prototype for 3rd argument.
150
151 * tuiIO.h (tuiPuts_unfiltered): change declaration.
152
153 * tuiLayout.c
154 (_tuiSetLayoutTo): for displaying registers, hook up the HP code
155 that decides which registers to display (i.e. single precision
156 float, double precision float, general, special). Previously,
157 only handled TUI_GENERAL_REGS. Now that the code is hooked up,
158 compiling with -z poses a problem. When the first layout command
159 is 'layout regs', dataWin->detail is a NULL pointer, and gdb
160 core dumps.
161
162 * tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.
163
164 * tuiRegs.c #include "defs.h" earlier, to avoid problems in
165 <stdarg.h>. No idea exactly what's conflicting with what, but the
166 errors went away...
167 (_tuiRegisterFormat): Change so that function creates a GDB_FILE
168 object, calls pa_do_strcat_registers_info, copies the register
169 info into a buffer, and deallocates the GDB_FILE object. Remove
170 some code that is not executed. Also, call to
171 pa_do_strcat_registers_info has an additional parameter,
172 precision. This code requires some new per-target functions that
173 we don't want to merge. Dyke it out, with #ifdef
174 TUI_EXTENDED_FORMATTERS.
175 (_tuiSetSpecialRegsContent): this function was ifdefed out.
176 Hooked this up.
177 (_tuiSetGeneralAndSpecialRegsContent): this function was ifdefed
178 out. Hooked it up.
179 (IS_64BIT): Just define this to be zero; we're not merging in the
180 64-bit support.
181 (tuiShowRegisters): Comment out all references to the "special"
182 regs; we don't have a distinction between the "special" and
183 "non-special" regs in most of our machine descriptions. This code
184 is PA-specific in other ways as well, and needs to be redesigned
185 to be portable to other processors.
186
187 * tuiWin.c: #include <string.h>, to get a declaration for
188 strchr.
189
190 * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,
191 tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,
192 tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP). Changed
193 bool to int throughout. Re-indented, GNU style.
194
195 * tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,
196 tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,
197 tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).
198 Changed bool to int throughout.
This page took 0.112934 seconds and 4 git commands to generate.