1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2bef6075
FN
11999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
2
3 * remote.c (remote_query): new function - creates proper interface
4 to the remote protocol "q" command.
517b4989
ZR
5
6Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
7
8 * config/fr30/tm-fr30.h: Changed ABI to match GCC change
9 (always use pointer for structs passed by value).
10
7269d43e
FN
111999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
12
13 * target.h: added entry for target queries (to_query)
14 target.c: ditto.
15
1206c659
DT
16Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
17
18start-sanitize-carp start-sanitize-vr4xxx
19 * mips-tdep.c (mips_gdbarch_init): fix stream arg in
20 fprintf_unfiltered calls.
21end-sanitize-carp end-sanitize-vr4xxx
22 * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
23 * remote-udi.c (udi_wait): fix stream arg to fwrite.
24 * symmisc.c (maintenance_check_symtabs): fix stream argument to
25 print_address_numeric.
26
320d5bd8
DT
27Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
28
29 * breakpoint.c (insert_breakpoints): insert cast to eliminate
30 warning.
31
dab43dfd
MS
32Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
33
34 * infrun.c (set/show scheduler-locking) New command. Set a
35 mode bit that will control how GDB attempts to control thread
36 scheduling for step, continue, etc. (resume): make use of
37 the schedule-locking mode.
38 * target.h (struct target_ops): new field to_has_thread_control.
39 * sol-thread.c: initialize target_ops to_has_thread_control.
40 * procfs.c: ditto.
41 * target.c: ditto.
42 * m3-nat.c: ditto.
43 * remote.c: ditto.
44 * hpux-thread.c: ditto.
45 * thread.c: cull duplicate prototypes. Move prototypes to top.
46 * serial.c: indentation cleanup.
47 * breakpoint.c: add casts to eliminate compiler warnings.
48
9e309e83
DT
49Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
50
51 * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
52 call to fork_inferior. The shell param is now NULL.
53
642c5be7
JM
541999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
55
56 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
57 (_initialize_remote_monitors): Same.
58
9d4010dc
JM
591999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
60
61 * monitor.c (init_monitor_ops): Initialize the monitor_ops
62 structure if it hasn't already been done.
63
7110ccc1
SS
64Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
65
66 * inftarg.c (child_ops): Don't initialize statically.
67 (init_child_ops): New function, fills in child_ops.
68 (_initialize_inftarg): Use it.
69 (child_post_attach): Declare extern.
70 (child_wait): Fix ambiguous parens.
71 (child_attach_to_process): Remove unused local wstatus.
72 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
73 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
74 child_has_forked, child_insert_exec_catchpoint,
75 child_remove_exec_catchpoint): Return a value.
76
98c5c192
MS
77Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
78
79 * remote.c (remote_wait): Add inferior_pid to thread list only
80 if it is not already there.
81
897ccbb0
JM
821999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
83
84 * scm-tags.h: Update FSF's address on copyright notice.
85 * ser-e7kpc.c: Same.
86 * gnu-nat.h: Same.
87
4cffc916
SG
88Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
89
7110ccc1 90 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
4cffc916
SG
91 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
92 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
93 * stack.c (struct function_bounds): Remove superfluous `typedef'.
94 * symfile.c (list_overlays_command): stdout => gdb_stdout.
95 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
96 * utils.c (print_spaces): Make more efficient.
97
776fb68d
DT
98Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
99
100 * utils (print_spaces): fix arg to strcat; fix formatting.
101
4d8f8e12
SS
102Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
103
104 * exec.c (exec_ops): Don't initialize statically.
105 (init_exec_ops): New function, fills in exec_ops.
106 (_initialize_exec): Use it.
1c310106
ZR
107
108Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
4d8f8e12 109
1c310106
ZR
110 Beta FR30 port.
111 * fr30-tdep.c
112 * config/fr30/tm-fr30.h
113
460845ab
DT
114Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
115
116 * configure.in: Add an --enable-tui argument. Construct
117 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
118 have the GUI, then we need this to process libgui.h.
119 (ENABLE_CFLAGS): define and export BUILD_TUI.
120 (AC_CHECK_HEADERS): Add check for term.h.
121
122 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
123
124 * config.in, configure : regenerated.
125
126 * Makefile.in: Allow the TUI code to be conditionally enabled.
127 (TUI_LIBRARY): New variable, value are set by the configuration
128 script. Set to the empty string when the TUI isn't enabled.
129 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
130 tui/libtui.a directly.
131 (BUILD_TUI): build the tui -- only when configured with
132 --enable-tui.
133 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
134 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
135 (all-tui): remove dependency from phony target.
136 (c-exp.tab.c): use ylwrap instead of bison.
137 (jv-exp.tab.c): ditto.
138 (f-exp.tab.c): ditto.
139 (m2-exp.tab.c): ditto.
140 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
141 (SFILES): remove the above files
142 (COMMON_OBS): remove somread.o
143 (SFILES): Add the tui files to this, so they get included in etags
144 tables.
145 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
146 tui/libtui.a to the link list.
147 (all-tui): New rule, which does a recursive make in the tui
148 subdir.
149 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
150 don't echo the make command. This is closer to what the other
151 recursions do.
152 (HFILES_NO_SRCDIR): add hpread.h
153 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
154 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
155 the new files. Remove hpread.c, hpread.o
156 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
157 fictitious target. Since the fictitious target never existed,
158 make would always relink.
159 (tui/libtui.a): Always recurse to make sure the library is up to
160 date.
161
7517f04b
SS
162Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
163
164 * remote.c: Pacify --enable-build-warnings, reformat code
165 to conform to standards, fix spelling errors.
166 (ishex, stubhex, record_currthread, etc): Declare.
167 (ishex, stubhex): Declare char arg as int.
168 (pack_string): Comment out, never used but possibly useful.
169 (threadref_to_int, remote_get_threadinfo, etc): Make static.
170
34733701
DT
171Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
172
173 The following changes were made by Elena Zannoni
174 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
175 part of a project to merge in changes made by HP.
176
177 * c-exp.y: use external flag hp_som_som_object_present to decide
178 whether code was compiled by HP's compilers. Add two new C++
179 tokens for true and false.
180 (yylex): check for template name is done differently for the
181 HP/aCC compiler case. Change some of the template processing code
182 for handling HP aCC templates. Handle true and false tokens.
183
b53a1514
MS
184Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
185
186 * remote.c (record_curthread): Must not modify inferior_pid when
7517f04b
SS
187 called from wait_for_inferior. Instead, if a new thread-id is
188 detected, call add_thread.
189 (MAGIC_NULL_PID): new macro, use instead of the magic number
190 "42000".
191 (remote_find_new_threads): if inferior_pid is unknown, get and use
192 the current thread id.
b53a1514 193 (remote_start_remote): on connecting, attempt to get the current
7517f04b
SS
194 thread id for inferior_pid.
195 (remote_resume): If pid == -1, then resume any-thread (not the
196 current thread specifically). Also some cosmetic fixups.
b53a1514
MS
197
198 * thread.c (info_threads_command): don't initialize current_pid
199 until after call to FIND_NEW_THREADS (which may change inferior_pid).
200 Also some cosmetic fixups.
201 * infrun.c: cosmetic fixups and casts to avoid warnings.
202 * infcmd.c: cosmetic fixups, mainly long lines.
203
2819d3d6
DT
204Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
205
49082556
DT
206 * target.c (noprocess): terminate sentence with a period.
207 * breakpoint.c (catch_command_1): ditto.
208
eceede31
DT
209 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
210 testsuite losses with no real gain.
211
2819d3d6
DT
212 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
213 if tm-*.h hasn't overridden default value.
214
d951f9e4
JM
2151999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
216
217 * configure.in: Fix whitespace indentation for --help.
218 * configure: Regenerated.
219
d7f71863
JM
2201999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
221
222 * main.c: Add --write command line option, document -w.
223 * gdb.1: Document --write.
224
f240337a
JM
2251999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
226
227 * configure.in: Require autoconf 2.12.1 or higher.
228 * doc/configure.in: Ditto.
229 * nlm/configure.in: Ditto.
230 * rdi-share/configure.in: Ditto.
231 * testsuite/configure.in: Ditto.
232 * doc/Makefile.in: Don't hardcode $(SHELL).
233 * nlm/Makefile.in: Ditto.
234 * rdi-share/Makefile.in: Ditto.
235 * testsuite/Makefile.in: Ditto.
236
64aa82eb
SS
237Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
238
239 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
240 inits of new fields, including ref to bogus field.
241 (vx_ops, vx_run_ops): Make static.
242
3e1d3d67
DT
243Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
244
97bff53b
DT
245 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
246 already defined in tm.h.
247
3e1d3d67
DT
248 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
249 conditionalize its inclusion.
250 * infttrace.c: ditto.
251
73ec6020 252For older changes see ChangeLog-98
bd5635a1
RP
253\f
254Local Variables:
55d3002f 255mode: change-log
bd5635a1
RP
256left-margin: 8
257fill-column: 74
258version-control: never
259End:
This page took 0.458158 seconds and 4 git commands to generate.