Changes for PR 8996:
[external/binutils.git] / gdb / ChangeLog
1 Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
2
3         * h8300-tdep.c (original_register_names, h8300h_register_names,
4         h8300_register_names): Define new variables.
5         (set_register_names): New function to set register names based on
6         current CPU type.
7         (h8300_command, h8300h_command, h8300s_command): Call
8         set_register_names.
9         * config/h8300/tm-h8300.h (h8300_register_names): Declare.
10         (REGISTER_NAME): Define to refer to h8300_register_names.
11
12 1999-01-19  Fernando Nasser  <fnasser@totem.to.cygnus.com>
13
14         * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c 
15         mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c 
16         remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c 
17         remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c 
18         remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c 
19         remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c 
20         v850ice.c win32-nat.c: cosmetic changes to conform to coding
21         standards. 
22
23
24 1999-01-19  Jim Blandy  <jimb@zwingli.cygnus.com>
25
26         Use aclocal to generate GDB's aclocal.m4 script.  
27         * acinclude.m4: New file, containing the hand-written local macro
28         definitions that used to be in aclocal.m4.  Don't sinclude
29         ../bfd/aclocal.m4 any more; running aclocal in this directory will
30         get us the definitions we need.  HOWEVER: Do sinclude
31         ../bfd/acinclude.m4, because we need the definition of
32         BFD_NEED_DECLARATION.
33         * aclocal.m4: Regenerated by aclocal.
34         * configure: Regenerated by autoconf.
35
36 Tue Jan 19 10:27:23 1999  David Taylor  <taylor@texas.cygnus.com>
37
38         * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
39         silent, controls whether to print message about removal of shared
40         library breakpoints.
41         * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
42         * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
43         * osfsolib.c (clear_solib): ditto.
44         * solib.c (clear_solib): ditto.
45         * somsolib.c (som_solib_restart): update call to
46         disable_breakpoints_in_shlibs.
47
48         * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
49         is define.
50
51 Tue Jan 19 18:07:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
52
53         * corelow.c (solib_add_stub): Ditto.
54         (core_file_to_sym_file): Cast make_cleanup parameter.
55
56         * solib.c (symbol_add_stub, solib_map_sections): Change argument
57         to PTR insted of a char*.  Matches catch_errors interface.
58
59 Mon Jan 18 14:01:24 1999  Andrew Cagney  <cagney@b1.cygnus.com>
60
61         * remote-array.c (array_open): Don't use fprintf_filtered to send
62         data to the log file.
63
64         * remote-array.c (handle_load_dll): Change argument type to PTR so
65         that it is compatible with catch_errors.
66         * ocd.c (ocd_start_remote): Ditto.
67         * remote-sds.c (sds_start_remote): Ditto.
68
69         * win32-nat.c (win32_child_thread_alive): Namespace proof
70         child_thread_alive.
71         (init_child_ops): Update.
72
73 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
74
75         * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
76         gdb_hostif.dbgarg to NULL instead of stdout.
77         (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
78
79 Mon Jan 18 16:40:50 1999  Stan Shebs  <shebs@andros.cygnus.com>
80
81         * ser-ocd.c (ocd_open): Handle Unix case gracefully.
82
83         * target.c (dummy_target): Don't initialize statically.
84         (init_dummy_target): New function, fills in dummy_target.
85         (initialize_targets): Use it.
86         * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
87         (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
88         (_initialize_hpux_thread): Use it.
89         * m3-nat.c (m3_ops): Don't initialize statically.
90         (init_m3_ops): New function, fills in m3_ops.
91         (_initialize_m3): Use it.
92
93 1999-01-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
94
95         * sol-thread.c: delete compile time initialization of target_ops
96           (_initialize_sol_thread): initialize target_ops at run time.
97         * hpux-thread.c: added target_ops entry.
98         * m3-nat.c: ditto.
99
100 Mon Jan 18 15:19:13 1999  David Taylor  <taylor@texas.cygnus.com>
101
102         * procfs.c (procfs_ops): delete compile time initialization.
103         (_initialize_procfs): initialize procfs_ops at run time.
104
105 Mon Jan 18 12:51:44 1999  Christopher Faylor <cgf@cygnus.com>
106
107         * configure.in: Ensure that -luser32 is always linked in
108         for cygwin build.
109         * configure: Regenerated.
110
111 Mon Jan 18 08:38:05 1999  Mark Alexander  <marka@cygnus.com>
112
113         * values.c (value_virtual_fn_field): Clear the pointed-to
114         offset when casting to the base class.
115
116 Mon Jan 18 10:30:51 1999  David Taylor  <taylor@texas.cygnus.com>
117
118         * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
119         udi_ops; delete NULL initializers.
120
121 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
122
123         * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
124         gdb_file*.
125
126         * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
127
128 Mon Jan 18 10:46:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
129
130         * stack.c (print_frame_info_base): Don't cast call to
131         catch_errors.
132         (print_args_stub): Change char* arg to PTR.
133         * symmisc.c (print_symbol): Ditto.
134         * top.c (quit_cover): Ditto.
135         * remote.c (remote_open_1, remote_start_remote): Ditto.
136         * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
137         Ditto.
138
139         * stack.c (backtrace_command): Cast first arg of make_cleanup to
140         make_cleanup_func.
141         * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
142
143 Mon Jan 18 08:47:02 1999  Andrew Cagney  <cagney@b1.cygnus.com>
144         
145         * defs.h (catch_errors_ftype): Define.
146         (catch_errors): Replace char* arg with PTR arg.
147         * top.c (catch_errors): Update
148
149         * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
150         delete_breakpoint, breakpoint_re_set): Delete all casts in call to
151         catch_errors.
152         (breakpoint_cond_eval, watchpoint_check,
153         cover_target_enable_exception_callback, breakpoint_re_set_one):
154         Arg is PTR not char*.
155         
156         * breakpoint.c (cover_target_enable_exception_callback): Change
157         type to int. Check for cast values of 0 and -1.  Return a result!
158         (insert_breakpoints): Move declaration of SAL and ARGS to where
159         they are used.
160
161 1999-01-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
162
163         * remote.c (remote_query): new function - creates proper interface
164         to the remote protocol "q" command.     
165
166 Fri Jan 15 17:11:48 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
167
168         * config/fr30/tm-fr30.h:  Changed ABI to match GCC change
169           (always use pointer for structs passed by value).
170
171 1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
172
173         * target.h: added entry for target queries (to_query)
174           target.c: ditto.
175
176 Thu Jan 14 18:29:17 1999  David Taylor  <taylor@texas.cygnus.com>
177
178 start-sanitize-carp start-sanitize-vr4xxx
179         * mips-tdep.c (mips_gdbarch_init): fix stream arg in
180         fprintf_unfiltered calls.
181 end-sanitize-carp end-sanitize-vr4xxx
182         * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
183         * remote-udi.c (udi_wait): fix stream arg to fwrite.
184         * symmisc.c (maintenance_check_symtabs): fix stream argument to
185         print_address_numeric.
186         
187 Wed Jan 13 19:33:16 1999  David Taylor  <taylor@texas.cygnus.com>
188
189         * breakpoint.c (insert_breakpoints): insert cast to eliminate
190         warning.
191
192 Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
193
194         * infrun.c (set/show scheduler-locking) New command.  Set a
195           mode bit that will control how GDB attempts to control thread
196           scheduling for step, continue, etc.  (resume): make use of
197           the schedule-locking mode.
198         * target.h (struct target_ops): new field to_has_thread_control.
199         * sol-thread.c: initialize target_ops to_has_thread_control.
200         * procfs.c: ditto.
201         * target.c: ditto.
202         * m3-nat.c: ditto.
203         * remote.c: ditto.
204         * hpux-thread.c: ditto.
205         * thread.c: cull duplicate prototypes.  Move prototypes to top.
206         * serial.c: indentation cleanup.
207         * breakpoint.c: add casts to eliminate compiler warnings.
208         
209 Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
210
211         * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
212           call to fork_inferior. The shell param is now NULL.
213
214 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
215
216         * monitor.c (init_base_monitor_ops): Whitespace cleanup.
217         (_initialize_remote_monitors): Same.
218
219 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
220
221         * monitor.c (init_monitor_ops): Initialize the monitor_ops
222         structure if it hasn't already been done.
223
224 Tue Jan 12 14:50:10 1999  Stan Shebs  <shebs@andros.cygnus.com>
225
226         * inftarg.c (child_ops): Don't initialize statically.
227         (init_child_ops): New function, fills in child_ops.
228         (_initialize_inftarg): Use it.
229         (child_post_attach): Declare extern.
230         (child_wait): Fix ambiguous parens.
231         (child_attach_to_process): Remove unused local wstatus.
232         (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
233         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
234         child_has_forked, child_insert_exec_catchpoint,
235         child_remove_exec_catchpoint): Return a value.
236
237 Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
238
239         * remote.c (remote_wait): Add inferior_pid to thread list only
240         if it is not already there.
241
242 1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
243
244         * scm-tags.h: Update FSF's address on copyright notice.
245         * ser-e7kpc.c: Same.
246         * gnu-nat.h: Same.
247
248 Mon Jan 11 13:45:57 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
249
250         * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
251         * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
252         * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
253         * stack.c (struct function_bounds):  Remove superfluous `typedef'.
254         * symfile.c (list_overlays_command):  stdout => gdb_stdout.
255         * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
256         * utils.c (print_spaces):  Make more efficient.
257         
258 Mon Jan 11 13:55:51 1999  David Taylor  <taylor@texas.cygnus.com>
259
260         * utils (print_spaces): fix arg to strcat; fix formatting.
261
262 Fri Jan  8 11:57:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
263
264         * exec.c (exec_ops): Don't initialize statically.
265         (init_exec_ops): New function, fills in exec_ops.
266         (_initialize_exec): Use it.
267
268 Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
269
270         Beta FR30 port.
271         * fr30-tdep.c
272         * config/fr30/tm-fr30.h
273         
274 Wed Jan  6 12:28:35 1999  David Taylor  <taylor@texas.cygnus.com>
275
276         * configure.in: Add an --enable-tui argument.  Construct
277         tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
278         have the GUI, then we need this to process libgui.h.
279         (ENABLE_CFLAGS): define and export BUILD_TUI.
280         (AC_CHECK_HEADERS): Add check for term.h.
281         
282         * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
283
284         * config.in, configure : regenerated.
285
286         * Makefile.in: Allow the TUI code to be conditionally enabled.
287         (TUI_LIBRARY): New variable, value are set by the configuration
288         script.  Set to the empty string when the TUI isn't enabled.
289         (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
290         tui/libtui.a directly.
291         (BUILD_TUI): build the tui -- only when configured with
292         --enable-tui.
293         (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
294         (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
295         (all-tui): remove dependency from phony target.
296         (c-exp.tab.c): use ylwrap instead of bison.
297         (jv-exp.tab.c): ditto.
298         (f-exp.tab.c): ditto.
299         (m2-exp.tab.c): ditto.
300         (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
301         (SFILES): remove the above files
302         (COMMON_OBS): remove somread.o
303         (SFILES): Add the tui files to this, so they get included in etags
304         tables.
305         (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
306         tui/libtui.a to the link list.
307         (all-tui): New rule, which does a recursive make in the tui
308         subdir.
309         (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
310         don't echo the make command.  This is closer to what the other
311         recursions do.
312         (HFILES_NO_SRCDIR): add hpread.h
313         (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
314         (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
315         the new files.  Remove hpread.c, hpread.o
316         (gdb$(EXEEXT)): Depend on the actual tui library, not on a
317         fictitious target.  Since the fictitious target never existed,
318         make would always relink.
319         (tui/libtui.a): Always recurse to make sure the library is up to
320         date.
321
322 Wed Jan  6 12:05:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
323
324         * remote.c: Pacify --enable-build-warnings, reformat code
325         to conform to standards, fix spelling errors.
326         (ishex, stubhex, record_currthread, etc): Declare.
327         (ishex, stubhex): Declare char arg as int.
328         (pack_string): Comment out, never used but possibly useful.
329         (threadref_to_int, remote_get_threadinfo, etc): Make static.
330
331 Wed Jan  6 11:43:32 1999  David Taylor  <taylor@texas.cygnus.com>
332
333         The following changes were made by Elena Zannoni
334         <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
335         part of a project to merge in changes made by HP.
336
337         * c-exp.y: use external flag hp_som_som_object_present to decide
338         whether code was compiled by HP's compilers.  Add two new C++
339         tokens for true and false.
340         (yylex): check for template name is done differently for the
341         HP/aCC compiler case.  Change some of the template processing code
342         for handling HP aCC templates.  Handle true and false tokens.
343         
344 Tue Jan  5 11:13:36 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
345
346         * remote.c (record_curthread): Must not modify inferior_pid when
347         called from wait_for_inferior.  Instead, if a new thread-id is
348         detected, call add_thread.
349         (MAGIC_NULL_PID): new macro, use instead of the magic number
350         "42000".
351         (remote_find_new_threads): if inferior_pid is unknown, get and use
352         the current thread id.
353         (remote_start_remote): on connecting, attempt to get the current
354         thread id for inferior_pid.
355         (remote_resume): If pid == -1, then resume any-thread (not the
356         current thread specifically).  Also some cosmetic fixups.
357         
358         * thread.c (info_threads_command): don't initialize current_pid 
359         until after call to FIND_NEW_THREADS (which may change inferior_pid).
360         Also some cosmetic fixups.
361         * infrun.c: cosmetic fixups and casts to avoid warnings.
362         * infcmd.c: cosmetic fixups, mainly long lines.
363         
364 Tue Jan  5 11:55:57 1999  David Taylor  <taylor@texas.cygnus.com>
365
366         * target.c (noprocess): terminate sentence with a period.
367         * breakpoint.c (catch_command_1): ditto.
368
369         * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
370         testsuite losses with no real gain.
371
372         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
373         if tm-*.h hasn't overridden default value.
374
375 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
376
377         * configure.in: Fix whitespace indentation for --help.
378         * configure: Regenerated.
379
380 1999-01-04  Manuel Bouyer <bouyer@antioche.lip6.fr>
381
382         * main.c: Add --write command line option, document -w.
383         * gdb.1: Document --write.
384
385 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
386
387         * configure.in: Require autoconf 2.12.1 or higher.
388         * doc/configure.in: Ditto.
389         * nlm/configure.in: Ditto.
390         * rdi-share/configure.in: Ditto.
391         * testsuite/configure.in: Ditto.
392         * doc/Makefile.in: Don't hardcode $(SHELL).
393         * nlm/Makefile.in: Ditto.
394         * rdi-share/Makefile.in: Ditto.
395         * testsuite/Makefile.in: Ditto.
396
397 Mon Jan  4 12:53:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
398
399         * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
400         inits of new fields, including ref to bogus field.
401         (vx_ops, vx_run_ops): Make static.
402
403 Mon Jan  4 15:05:29 1999  David Taylor  <taylor@texas.cygnus.com>
404
405         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
406         already defined in tm.h.
407
408         * inftarg.c: change <sys/unistd.h> to <unistd.h> and
409         conditionalize its inclusion.
410         * infttrace.c: ditto.
411
412 For older changes see ChangeLog-98
413 \f
414 Local Variables:
415 mode: change-log
416 left-margin: 8
417 fill-column: 74
418 version-control: never
419 End: