* rs6000-tdep.c: Fix typo in comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Sun Aug 25 00:09:47 1996 Fred Fish <fnf@rtl.cygnus.com>
2
3 * rs6000-tdep.c: Fix typo in comment.
4 * valops.c (call_function_by_hand): Set using_gcc to 2
5 for code compiled without -g, per comment in code.
6 * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
7 * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
8 * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
9 * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
10 * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
11 * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
12 (STACK_ALIGN): Add comment, move to be with other associated
13 macros, and document.
14 * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
15 (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
16 * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
17 * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
18 handled by PUSH_ARGUMENTS.
19 (PUSH_ARGUMENTS): Enclose args in ()'s.
20
21 Fri Aug 23 13:55:05 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22
23 * infrun.c (wait_for_inferior): Try to reenable shared library
24 breakpoints even if auto_solib_load is not set.
25
26 Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
27
28 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
29 gracefully degrade to using command line interface if none is
30 found.
31
32 Wed Aug 21 16:31:27 1996 Fred Fish <fnf@cygnus.com>
33
34 * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
35 PRINTF_HAS_LONG_LONG.
36 * expprint.c (dump_expression): Ditto.
37 * configure.in: Fix check for long long support in compiler to
38 use a function body, not a nested function.
39 * configure: Rebuild with autoconf.
40
41 Tue Aug 20 17:59:42 1996 Ian Lance Taylor <ian@cygnus.com>
42
43 * aclocal.m4: Include ../bfd/aclocal.m4.
44 * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call
45 BFD_NEED_DECLARATION on malloc, realloc, and free.
46 * acconfig.h: Add NEED_DECLARATION_MALLOC,
47 NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
48 * configure, config.in: Rebuild.
49 * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
50 rather than __STDC__. Only declare malloc, realloc, and free if
51 NEED_DECLARATION_* is defined.
52
53 Tue Aug 20 15:37:03 1996 Fred Fish <fnf@cygnus.com>
54
55 * solib.c (_initialize_solib): Add missing '\' chars at ends of
56 strings that continue on next line.
57 (enable_break): Replace "return 0" with setting success to zero
58 and letting normal return handle the return.
59
60 Sat Aug 17 14:16:23 1996 Fred Fish <fnf@cygnus.com>
61
62 * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
63 are properly aligned.
64
65 Fri Aug 16 17:54:26 1996 Stan Shebs <shebs@andros.cygnus.com>
66
67 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
68 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
69 to function, declare function correctly.
70
71 Fri Aug 16 17:24:35 1996 Dawn Perchik <dawn@critters.cygnus.com>
72
73 * symtab.h: changed namespace to _namespace for compiling under
74 MFC v4.0.
75
76 Fri Aug 16 13:52:21 1996 Stan Shebs <shebs@andros.cygnus.com>
77
78 * mpw-make.sed: Update for various recent changes, add some
79 comments.
80 start-sanitize-gm
81 * mpw-config.in: Fix name of Magic Cap-specific file.
82 end-sanitize-gm
83
84 Fri Aug 16 15:47:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
85
86 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
87 integer for type correctness.
88
89 Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
90
91 * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
92 simulator is included.
93
94 Thu Aug 15 13:44:13 1996 Fred Fish <fnf@cygnus.com>
95
96 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
97 is not defined.
98 (read_register_pid): Only needed when TARGET_READ_PC is not
99 defined.
100 * hppa-tdep.c (frame_saved_pc): Remove prototype.
101 * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
102 not defined.
103 * config/xm-aix4.h (aix_resizewindow): Convert old style decl
104 to prototype.
105 * xcoffsolib.c (command.h): Include for needed prototypes.
106
107 Wed Aug 14 17:54:19 1996 Stu Grossman (grossman@critters.cygnus.com)
108
109 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
110 native work.
111
112 Wed Aug 14 02:03:42 1996 Fred Fish <fnf@cygnus.com>
113
114 From Blair MacIntyre <bm@cs.columbia.edu>:
115 * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
116 than SYMBOL_TYPE on msymbols.
117 * somsolib.c (som_solib_create_inferior_hook): Ditto.
118
119 * Makefile.in (init.c): Generate with prototypes.
120
121 * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
122 * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
123 * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
124 (pc_load_segment_name): Ditto.
125 (pop_frame): Ditto.
126 (extract_return_value): Ditto.
127 (is_magic_function_pointer): Ditto.
128 (push_dummy_frame): Ditto.
129 (fix_call_dummy): Ditto.
130 (push_arguments): Ditto.
131 (skip_trampoline_code): Ditto.
132 (aix_process_linenos): Ditto.
133
134 * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
135 * config/m68k/tm-es1800.h: Ditto.
136 * config/m68k/tm-vx68.h: Ditto.
137 * config/m68k/tm-sun3.h: Ditto.
138 * config/m68k/tm-m68kv4.h: Ditto.
139
140 Tue Aug 13 23:04:36 1996 Fred Fish <fnf@cygnus.com>
141
142 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
143 * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
144 * remote-mips.c (mips_read_processor_type): Remove prototype.
145 * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
146 * irix5-nat.c (fetch_core_registers): Add prototype.
147
148 Mon Aug 12 21:23:44 1996 Fred Fish <fnf@cygnus.com>
149
150 * remote-pa.c (boot_board): Add dummy params to make type compatible
151 for passing to add_com.
152 * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
153 * buildsym.c (compare_line_numbers): Change function to match
154 prototype and also what qsort expects.
155
156 Mon Aug 12 19:19:00 1996 Mark Alexander <marka@cygnus.com>
157
158 * remote.c: Make remote_write_size public.
159 * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
160 to prevent packet errors with some versions of CMON.
161
162 Mon Aug 12 16:20:58 1996 Stu Grossman (grossman@critters.cygnus.com)
163
164 * defs.h: Define CONST_PTR as blank if compiling with Microsoft
165 C, else it's `const'.
166 * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
167 scm-lang.c: Microsoft C can't hack const pointers. Use CONST_PTR
168 macro instead.
169 * configure configure.in defs.h: Use AC_C_CONST to figure out if
170 the compiler supports const. Gets rid of some cruft in defs.h.
171 * dwarf2read.c: <string.h> -> "gdb_string.h"
172 * remote-sim.c: Add prototypes. Fix call to gdbsim_kill.
173 * sparcl-tdep.c (download): Add prototypes to write_routine and
174 start_routine args.
175
176 * mswin/gdbwin.c: Don't include both varargs.h AND stdarg.h. Get
177 rid of varargs.h Include string.h.
178 * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
179 update): Fix prototypes, fix calls.
180 * (update): Return value for catch_errors.
181 * (run_execute_command togdb_command_from_tty togdb_command):
182 Cleanup catching of errors from calls to execute_command. Also,
183 dup command string to avoid modifying const strings.
184 * (togdb_breakinfo_i_init togdb_breakinfo_i_next): Use 0 instead
185 of NULL when see if b->address isn't set.
186 * (bi_disable_bpt bi_enable_bpt bi_delete_all
187 bi_delete_breakpoint): Add arg to calls to update.
188 * (gui_command): Add prototype.
189 * (mswin_query): Fix prototype.
190 * (_initialize_gdbwin): Dup string to avoid modifying const.
191 * (info_path togdb_get_info_path): Remove const from decls cuz
192 this can't be const (it points at malloc'ed memory).
193 * (togdb_searchpath): Remove const from path. Dup string to
194 avoid modifying const strings.
195 * rindex -> strrchr.
196 * (gdbwin_list_symbols): Regexp param is const.
197 * Fix lots of refs to psymtabs to deref correct pointers.
198 * (togdb_set_breakpoint_sal): Call set_breakpoint_sal with sal,
199 not &sal.
200 * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
201 toget_set_info_path): Fix prototypes to match reality.
202 * mswin/gui.cpp: Define _beginthreadex and _endthreadex routines
203 with proper prototypes.
204 * mswin/iface.cpp (gdbwin_fputs): Define with correct number of args.
205 * mswin/ser-win32s.c: Fix defs of min and max.
206 * mswin/serdll32.c (OpenComm16): Make cbInQueue and cbOutQueue be
207 USHORT.
208 * (WriteComm16): Change lpBug from LPVOID to LPCSTR.
209 * mswin/serdll32.h: Fix prototypes for OpenComm16 and WriteComm16.
210
211 Sun Aug 11 20:54:16 1996 Stu Grossman (grossman@critters.cygnus.com)
212
213 * main.c (main): Make sure command loop is used with cygwin32.
214 * terminal.h: Allow cygwin32 to use termios.h.
215
216 start-sanitize-gdbtk
217 Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
218
219 * Makefile.in (LIB_INSTALL_DIR): New macro.
220 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
221
222 end-sanitize-gdbtk
223 Fri Aug 9 12:42:49 1996 Jeffrey A Law (law@cygnus.com)
224
225 * somread.c (som_symtab_read): Handle secondary definition
226 symbols (aka weak symbols).
227
228 * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
229 last change.
230
231 Thu Aug 8 10:12:36 1996 Stu Grossman (grossman@critters.cygnus.com)
232
233 * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
234 _WIN32.
235
236 * somread.c: Rearrange order of includes to fix warnings under
237 hpux-10.10. Also don't include sys/file.h.
238
239 Wed Aug 7 21:45:52 1996 Stu Grossman (grossman@critters.cygnus.com)
240
241 * dbxread.c: Don't include param.h or sys/file.h.
242 * (dbx_symfile_read): Determine symfile_relocatable from bfd
243 flags instead of file extension. Also clean up a little bit.
244
245 Wed Aug 7 17:18:37 1996 Stu Grossman (grossman@critters.cygnus.com)
246
247 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
248 mdebugread.c os9kread.c source.c top.c utils.c: Don't
249 include param.h or sys/file.h (or unistd.h in some cases).
250 * defs.h exec.c inflow.c remote-array.c remote-e7000.c
251 sparcl-tdep.c terminal.h utils.c: Replace all occurances of
252 __WIN32__, WINGDB, WIN32, etc... with _WIN32.
253 * main.c: Remove #ifndef WINGDB around option processing. Fix
254 bug with passing argc==0 and argv==NULL to getopt.
255 * (main) Remove calls to access() before source_command. Let
256 soure_command handle access errors.
257 * maint.c (maintenance_dump_me): #ifdef out for _WIN32.
258 * symtab.c (operator_chars): Make this global for wingdb.
259 * top.c (disconnect): #ifdef out for _WIN32.
260 * (source_command): If got an error and from_tty, then call print
261 error, else just return quietly.
262 * utils.c (fatal_dump_core): Can't kill ourselves under windows.
263 Just exit.
264 * (pollquit notice_quit): #ifdef out stuff that doesn't exist
265 under windows.
266
267 Wed Aug 7 09:59:19 1996 Jeffrey A Law (law@cygnus.com)
268
269 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
270 structures > 4 bytes in size.
271
272 * valops.c (call_function_by_hand): Handle aligning stacks that
273 grow up correctly.
274 * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
275 (STACK_ALIGN): Define.
276 * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
277 alignment on structs/unions.
278
279 Sun Aug 4 16:22:42 1996 Fred Fish <fnf@cygnus.com>
280
281 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
282 which is the documented type under at least AIX 3 and AIX 4.
283
284 Sat Aug 3 04:02:46 1996 Fred Fish <fnf@cygnus.com>
285
286 * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
287 xm-alphaosf.h.
288 (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
289 checks.
290
291 start-sanitize-gdbtk
292 Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
293
294 * gdbtk.c (mainWindow): Deleted.
295 (cleanup_init): Don't destroy main window.
296 (gdbtk_init): Main window now created by Tk_Init.
297
298 * configure.in: Most X checks now handled automatically by Tk.
299 Use new macros to find Tcl/Tk.
300 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
301 * config.in, configure: Regenerated.
302
303 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
304 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
305
306 end-sanitize-gdbtk
307 Thu Aug 1 10:11:34 1996 Fred Fish <fnf@cygnus.com>
308
309 * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
310 this, define when contents are included.
311 (mips_read_processor_type): Add prototype.
312 * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
313 * mdebugread.c (ecoff_relocate_efi): Add prototype.
314 (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
315
316 start-sanitize-gdbtk
317 Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
318
319 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
320
321 end-sanitize-gdbtk
322 Wed Jul 31 20:21:24 1996 Fred Fish <fnf@cygnus.com>
323
324 * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
325 (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
326 (fetch_core_registers): Add prototype.
327 (vmap_symtab): Ditto.
328 (objfile_symbol_add): Ditto.
329 (add_vmap): Ditto.
330 (vmap_ldinfo): Ditto.
331 (vmap_exec): Ditto.
332
333 Tue Jul 30 17:57:46 1996 Stan Shebs <shebs@andros.cygnus.com>
334
335 * stabsread.c (get_substring): Declare second arg as int.
336
337 * remote-es.c: Include gdb_string.h after defs.h.
338
339 Mon Jul 29 21:13:20 1996 Fred Fish <fnf@cygnus.com>
340
341 * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
342 (branch_dest): Remove unused variable "offset".
343 (pop_dummy_frame): Add prototype and make static.
344 (push_arguments): Guard against using len uninitialized.
345 (push_arguments): Guard against using arg uninitialized.
346 (frame_saved_pc): Remove unused variable "frameless".
347 (free_loadinfo): Ifdef out unused function.
348
349 * xcoffread.c (compare_lte): Change prototype and function to
350 be correct type for passing to qsort.
351 (add_stab_to_list): Ifdef out unused function and prototype.
352 (compare_lte): Add prototype
353 (arrange_linetable): Ditto.
354 (record_include_begin): Ditto.
355 (record_include_end): Ditto.
356 (process_linenos): Ditto.
357 (xcoff_next_symbol_text): Ditto.
358 (scan_xcoff_symtab): Ditto.
359 (xcoff_initial_scan): Ditto.
360
361 * mips-tdep.c (mips_read_processor_type): Add parens around
362 bitwise-and operands in comparison; previous expression always
363 evaluated to 0 because of equality comparison of two constants.
364
365 * rs6000-tdep.c (skip_prologue): Add missing parens around
366 operands of logical-or so that first operand does not bind
367 to previous logical-and.
368
369 * configure.in: Expand "long long" test to include code that triggers
370 known problem on HPUX with native compiler.
371 (configure): Regenerated.
372
373 Mon Jul 29 18:12:27 1996 Jeffrey A Law (law@cygnus.com)
374
375 * somsolib.c (som_solib_create_inferior_hook): Don't
376 warn if __d_pid can't be found.
377
378 Sun Jul 28 10:46:39 1996 Fred Fish <fnf@cygnus.com>
379
380 * config/mips/tm-mips.h (struct frame_info): Forward decl.
381 (struct type): Ditto.
382 (struct value): Ditto.
383
384 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
385 from mips-tdep.c to here.
386 (sigtramp_end): Ditto.
387 (fixup_sigtramp): Ditto.
388
389 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
390 (mips_frame_chain): Ditto.
391 (mips_step_skips_delay): Ditto.
392 (mips_frame_saved_pc): Ditto.
393 (mips_find_saved_regs): Ditto.
394 (mips_frame_num_args): Ditto.
395 (mips_pop_frame): Ditto.
396 (mips_extract_return_value): Ditto.
397 (mips_store_return_value): Ditto.
398 (mips_push_dummy_frame): Ditto.
399 (mips_push_arguments): Ditto.
400 (mips_do_registers_info): Ditto.
401 (ecoff_relocate_efi): Ditto.
402 (ecoff_relocate_efi): Ditto.
403 * irix4-nat.c (fetch_core_registers): Add prototype.
404 * mips-tdep.c (read_next_frame_reg): Add prototype
405 (heuristic_proc_start): Ditto.
406 (heuristic_proc_desc): Ditto.
407 (mips_print_register): Ditto.
408 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
409 (procfs_stopped_by_watchpoint): Ditto.
410 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
411 (procfs_stopped_by_watchpoint): Ditto.
412 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
413 (struct symbol): Add forward decl for prototype.
414
415 * breakpoint.c (internal_breakpoint_number): Only needed if
416 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
417
418 * objfiles.c (ecoff_relocate_efi): Remove prototype.
419
420 Sat Jul 27 17:47:35 1996 Fred Fish <fnf@cygnus.com>
421
422 * configure.in: Add test for "long long" support.
423 * configure: Regenerate with autoconf.
424 * acconfig.h: Add CC_HAS_LONG_LONG
425 * config.in: Regenerate with autoheader.
426 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
427 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
428 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
429 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
430 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
431 (PRINTF_HAS_LONG_LONG): Remove.
432 (FORCE_LONG_LONG): Remove.
433 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
434 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
435 (PRINTF_HAS_LONG_LONG): Remove.
436 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
437 (PRINTF_HAS_LONG_LONG): Remove.
438 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
439 subtraction inside shift. Put parens around subtraction
440 in operand of bitwise and.
441 (struct frame_info): Forward declare
442 if __STDC__ defined.
443 (frame_saved_regs): Ditto.
444 (struct value): Ditto.
445 (struct type): Ditto.
446 (struct inferior_status): Ditto.
447 (init_extra_frame_info): Add prototype.
448 (skip_prologue): Ditto.
449 (frameless_function_invocation): Ditto.
450 (frame_chain): Ditto.
451 (frame_chain_valid): Ditto.
452 (saved_pc_after_call): Ditto.
453 (hppa_fix_call_dummy): Ditto.
454 (hppa_push_arguments): Ditto.
455 (pa_do_registers_info): Ditto.
456 (in_solib_call_trampoline): Ditto.
457 (in_solib_return_trampoline): Ditto.
458 (push_dummy_frame): Ditto.
459 * convex-tdep.c (decout): Use print_longest rather than
460 fprintf_filtered.
461 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
462 CC_HAS_LONG_LONG.
463 (INT_MIN): Fix so it works correctly when assigned to a long long.
464 * valprint.c (longest_to_int): Rewrite to remove dependence
465 on INT_MIN and INT_MAX.
466 (print_longest): Rewrite the code that falls back to synthesized
467 hex output when LONGEST value is not representable as in a long and
468 printf doesn't support printing long longs.
469 * ch-valprint.c (chill_val_print): Cast 2nd arg of
470 chill_print_type_scalar to LONGEST.
471 chill_print_type_scalar): Make static and add prototype.
472 * hppa-tdep.c (get_field): Ifdef out unused function.
473 (set_field): Ditto.
474 (extract_3): Ditto.
475 (extract_5_store): Ditto.
476 (extract_11): Ditto.
477 (extract_12): Ditto.
478 (deposit_17): Ditto.
479 (extract_14): Convert to static and add prototype.
480 (deposit_14): Ditto.
481 (extract_21): Ditto.
482 (deposit_21): Ditto.
483 (extract_17): Ditto.
484 (extract_5r_store): Ditto.
485 (extract_5R_store): Ditto.
486 (extract_5_load): Ditto.
487 (find_proc_framesize): Ditto.
488 (find_dummy_frame_regs): Ditto.
489 (sign_extend): Ditto.
490 (find_unwind_entry): Add prototype.
491 (find_return_regnum): Ditto.
492 (unwind_command): Ditto.
493 (find_dummy_frame_regs): Add parens around subtraction in operand
494 of bitwise-and.
495 (skip_prologue): Add parens around operands of logical-and inside
496 operand of logical-or.
497 (sign_extend): Add parens around operands of subtraction inside
498 operand of shift.
499 (low_sign_extend): Ditto.
500 * top.c (filename_completer): Convert old style decl of
501 filename_completion_function into prototype.
502 * f-lang.c (patch_common_entries): Ifdef out unused function.
503 * stabsread.c (read_cfront_baseclasses): Remove unused local
504 variable "msg_noterm".
505 (resolve_cfront_continuation): Remove unused local variable "fip".
506 (read_type): Remove unused variable xtypenums.
507 (read_cfront_static_fields): Remove unused variable "i".
508 (read_cfront_static_fields): Remove unused variable "nfields".
509 (read_cfront_member_functions): Add missing comment terminator.
510 (read_cfront_static_fields): Return 1 rather than random value.
511 (read_cfront_baseclasses): Ditto.
512 (read_cfront_baseclasses): Ditto.
513 (read_cfront_baseclasses): Ditto.
514 * somsolib.c (som_solib_create_inferior_hook): Remove unused
515 variable "u".
516 (som_solib_create_inferior_hook): Remove unused variable
517 shadow_contents.
518 (language.h): Add for needed prototypes.
519 (som_solib_sharedlibrary_command): Add prototype.
520 * hpread.c: (hpread_read_array_type): Add prototype.
521 * somread.c (hpread_build_pysmtabs): Add prototype.
522 (hpread_symfile_finish): Ditto.
523 (hpread_symfile_init): Ditto.
524 * hppah-nat.c (fetch_register): Convert old style decl
525 to prototype.
526 (gdbcore.h): Include for needed prototypes.
527 (fetch_register): Remove unused variable "mess".
528 * remote-pa.c (get_offsets): Ifdef out unused function.
529 (remote_start_remote): Remove unused variable "timeout".
530 (boot_board): Add prototype.
531 (reaad_frame): Add prototype.
532 (getpkt): Remove unused variable "bp".
533 (remote_kill): Add prototype.
534 (remote_mourn): Add prototype.
535 (remote_insert_breakpoint): Add prototype.
536 (remote_remove_breakpoint): Add prototype.
537 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
538 * infcmd.c (do_registers_info): Only need prototype if
539 DO_REGISTERS_INFO is not defined.
540 (breakpoint_auto_delete_contents): Only need if
541 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
542
543 Sat Jul 27 08:49:49 1996 Fred Fish <fnf@cygnus.com>
544
545 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
546 (END_PSYMTAB): Ditto.
547 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
548
549 Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
550
551 * printcmd.c (_initialize_printcmd): Initialize
552 tm_print_insn_info.flavour.
553 start-sanitize-gdbtk
554 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
555 end-sanitize-gdbtk
556
557 Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
558
559 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
560 (arm-tdep.o): Ditto.
561 (dcache.o): Ditto.
562 (i386ly-tdep.o): Ditto.
563 (i960-tdep.o): Ditto.
564 (m68k-tdep.o): Ditto.
565 (nindy-tdep.o): Ditto.
566 (scm-lang.o): Ditto.
567 (w65-tdep.o): Ditto.
568 (z8k-tdep.o): Ditto.
569 (m68k-tdep.o): Depends upon value_h and gdb_string.h
570 (m2-valprint.o): Depends upon m2-lang.h.
571 (sparc-tdep.o): Depends upon gdb_string.h
572 (valprint.o): Depends upon valprint.h
573
574 * remote-e7000.c (notice_quit): Remove prototype.
575 * top.c (initialize_targets): Remove prototype, now in target.h.
576 * stabsread.c (resolve_cfront_continuation): Remove prototype.
577 * dbxread.c (resolve_cfront_continuation): Remove prototype.
578 * symfile.h (set_demangling_style): Remove prototype.
579 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
580 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
581 target.h.
582 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
583 now in target.h.
584 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
585 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
586 * scm-lang.c (find_function_in_inferior): Remove prototype.
587 (value_allocate_space_in_inferior): Ditto.
588 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
589 * defs.h (strchr): Remove declarations, they are declared in
590 gdb_string.h also.
591 (strrchr): Ditto.
592 (strstr): Ditto.
593 (strtok): Ditto.
594 (strerror): Ditto.
595 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
596 passed to f77_print_array_1.
597 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
598 * scm-exp.c (scm_istr2int): Remove unused variable "j".
599 (scm_parse): Remove unused variable "str".
600 * hp300ux-nat.c (store_inferior_register): Remove unused variable
601 "buf".
602 (store_inferior_registers): Remove unnecessary decl "registers".
603 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
604 * scm-lang.c (scm_get_field): Remove unused variable "val".
605 (scm_lookup_name): Remove unused variable "symval".
606 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
607 * procfs.c (do_attach, do_detach): Remove unused variable "result".
608 (last_resume_pid): Remove unused static variable.
609 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
610 "res".
611 * objfiles.c (map_to_address): Remove unused function.
612 * f-valprint.c (print_max): Remove extraneous extern decl,
613 in valprint.h.
614 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
615 * ch-exp.c (write_lower_upper_value): Remove prototype for
616 type_lower_upper.
617
618 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
619 * ch-exp.c (parse_mode_call): Ditto.
620 * f-valprint.c (there_is_a_visible_common_named): Ditto.
621 * f-lang.c (clear_function_list): Ditto.
622 (get_bf_for_fcn): Ditto.
623 (clear_bf_list): Ditto.
624 (add_common_block): Ditto.
625 (patch_all_commons_by_name): Ditto.
626 (find_first_common_named): Ditto.
627 (add_common_entry): Ditto.
628 (allocate_saved_function_node): Ditto.
629 (allocate_saved_bf_node): Ditto.
630 (allocate_common_entry_node): Ditto.
631 (allocate_saved_f77_common_node): Ditto.
632
633 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
634 * dcache.c (gdbcore.h): Ditto.
635 * i386ly-tdep.c (gdbcore.h): Ditto.
636 * i960-tdep.c (gdbcore.h): Ditto.
637 * m2-valprint.c (m2-lang.h): Ditto.
638 * m68k-tdep.c (gdbcore.h): Ditto.
639 (value.h): Ditto.
640 (gdb_string.h): Ditto.
641 * nindy-tdep.c (gdbcore.h): Ditto.
642 * scm-lang.c (gdbcore.h): Ditto.
643 * scm-valprint.c (gdbcore.h): Ditto.
644 * w65-tdep.c (gdbcore.h): Ditto.
645 * z8k-tdep.c (gdbcore.h): Ditto.
646 * sparc-tdep.c (gdb_string.h): Include.
647 * valprint.c (valprint.h): Include.
648
649 * config/xm-lynx.h: Remove part of comment about INT_MIN
650 redefined warnings from defs.h, since INT_MIN define in
651 defs.h is now protected by #ifndef INT_MIN.
652 * config/i386/xm-i386bsd.h: Ditto.
653 * config/m68k/xm-hp300bsd.h: Ditto.
654 * config/m68k/xm-news.h: Ditto.
655
656 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
657 definition as 0x80000000. The macro in defs.h is better.
658 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
659 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
660 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
661 * config/pa/xm-hppab.h: Ditto.
662
663 * core-aout.c (fetch_core_registers): Add prototype.
664 * hp300ux-nat.c (fetch_inferior_register): Ditto.
665 (store_inferior_register_1): Ditto.
666 (store_inferior_register): Ditto.
667 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
668 *scm-valprint.c (c_val_print): Ditto.
669 * procfs.c (add_fd): Ditto.
670 (remove_fd): Ditto.
671 (wait_fd): Ditto.
672 (sigcodename): Ditto.
673 (sigcodedesc): Ditto.
674 (procfs_kill_inferior): Ditto.
675 (procfs_xfer_memory): Ditto.
676 (procfs_store_registers): Ditto.
677 (create_procinfo): Ditto.
678 (procfs_init_inferior): Ditto.
679 (proc_set_exec_trap): Ditto.
680 (procfs_attach): Ditto.
681 (procfs_detach): Ditto.
682 (procfs_prepare_to_store): Ditto.
683 (procfs_files_info): Ditto.
684 (procfs_open): Ditto.
685 (procfs_wait): Ditto.
686 (procfs_fetch_registers): Ditto.
687 (procfs_mourn_inferior): Ditto.
688 (procfs_can_run): Ditto.
689 (procfs_thread_alive): Ditto.
690 (procfs_stop): Ditto.
691 * alpha-nat.c (fetch_core_registers): Ditto.
692 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
693 * objfiles.c (ecoff_relocate_efi): Ditto.
694 * inflow.c (pass_signal): Ditto.
695 (handle_sigio): Ditto.
696 * annotate.c (breakpoint_changed): Ditto.
697 * callback.c (wrap): Ditto.
698 (fdbad): Ditto.
699 (fdmap): Ditto.
700 * utils.c (malloc_botch): Ditto.
701 (fputs_maybe_filtered): Ditto.
702 (vfprintf_maybe_filtered): Ditto.
703 * defs.h (notice_quit): Ditto.
704 * defs.h (xmalloc, xrealloc): Ditto.
705 * top.c (stop_sig): Ditto.
706 (init_signals): Ditto.
707 (user_defined_command): Ditto.
708 (source_cleanup_lines): Ditto.
709 (dont_repeat_command): Ditto.
710 (serial_log_command): Ditto.
711 (disconnect): Ditto.
712 * target.h (initialize_targets): Ditto.
713 * os9kread.c (read_minimal_symbols): Ditto.
714 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
715 (fdr_name): Ditto.
716 (push_parse_stack): Ditto.
717 (pop_parse_stack): Ditto.
718 (is_pending_symbol): Ditto.
719 (add_pending): Ditto.
720 * serial.c (serial_logchar): Ditto.
721 (serial_interface_lookup): Ditto.
722 * serial.h (serial_log_command): Ditto.
723 * f-valprint.c (info_common_command): Ditto.
724 * gdbtypes.h (print_type_scalar): Ditto.
725 * scm-valprint.c (scm_scmlist_print): Ditto.
726 (scm_ipruk): Ditto.
727 * scm-lang.c (scm_printstr): Ditto.
728 (in_eval_c): Ditto.
729 (evaluate_subexp_scm): Ditto.
730 * scm-exp.c (scm_read_token): Ditto.
731 (scm_skip_ws): Ditto.
732 (scm_lreadparen): Ditto.
733 * m2-lang.c (emit_char): Ditto.
734 (m2_printchar): Ditto.
735 (m2_printstr): Ditto.
736 (m2_create_fundamental_type): Ditto.
737 * f-lang.c (emit_char): Ditto.
738 (f_printchar): Ditto.
739 (f_printstr): Ditto.
740 (f_create_fundamental_type): Ditto.
741 * ch-lang.c (chill_printchar): Ditto.
742 (chill_printstr): Ditto.
743 (chill_create_fundamental_type): Ditto.
744 (value_chill_length): Ditto.
745 (value_chill_card): Ditto.
746 (value_chill_max_min): Ditto.
747 (evaluate_subexp_chill): Ditto.
748 * ch-exp.c (PEEK_TOKEN): Ditto.
749 (peek_token_): Ditto.
750 (forward_token_): Ditto.
751 (parse_case_label): Ditto.
752 (parse_opt_untyped_expr): Ditto.
753 (parse_unary_call): Ditto.
754 (parse_call): Ditto.
755 (parse_named_record_element): Ditto.
756 (parse_tuple_element): Ditto.
757 (parse_opt_element_list): Ditto.
758 (parse_tuple): Ditto.
759 (parse_primval): Ditto.
760 (parse_operand6): Ditto.
761 (parse_operand5): Ditto.
762 (parse_operand4): Ditto.
763 (parse_operand3): Ditto.
764 (parse_operand2): Ditto.
765 (parse_operand1): Ditto.
766 (parse_operand0): Ditto.
767 (parse_expr): Ditto.
768 (parse_then_alternative): Ditto.
769 (parse_else_alternative): Ditto.
770 (parse_if_expression): Ditto.
771 (parse_untyped_expr): Ditto.
772 (growbuf_by_size): Ditto.
773 (match_simple_name_string): Ditto.
774 (decode_integer_value): Ditto.
775 (decode_integer_literal): Ditto.
776 (match_float_literal): Ditto.
777 (match_float_literal): Ditto.
778 (match_string_literal): Ditto.
779 (match_character_literal): Ditto.
780 (match_integer_literal): Ditto.
781 (match_bitstring_literal): Ditto.
782 (write_lower_upper_value): Ditto.
783 * ch-lang.h (type_lower_upper): Ditto.
784 * c-lang.c (emit_char): Ditto.
785 * dwarfread.c (free_utypes): Ditto.
786 * stabsread.h (resolve_cfront_continuation): Ditto.
787 * stabsread.c (get_substring): Ditto.
788 (read_one_struct_field): Ditto.
789 * stabsread.h (process_later): Ditto.
790 * demangle.c (set_demangling_command): Ditto.
791 * defs.h (set_demangling_style): Ditto.
792 * maint.c (maintenance_info_command): Ditto.
793 (print_section_table): Ditto.
794 (maintenance_info_sections): Ditto.
795 (maintenance_print_command): Ditto.
796 * symtab.h (maintenance_print_statistics): Ditto.
797 * objfiles.h (in_plt_section): Ditto.
798 * objfiles.c (add_to_objfile_sections): Ditto.
799 * bcache.c (hash): Ditto.
800 (lookup_cache): Ditto.
801 * exec.c (bfdsec_to_vmap): Ditto.
802 (ignore): Ditto.
803 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
804 * language.c (unk_lang_printchar): Ditto.
805 (unk_lang_printstr): Ditto.
806 (unk_lang_create_fundamental_type): Ditto.
807 (unk_lang_print_type): Ditto.
808 (unk_lang_val_print): Ditto.
809 (unk_lang_value_print): Ditto.
810 * target.c (update_current_target): Ditto.
811 (debug_to_open): Ditto.
812 (debug_to_close): Ditto.
813 (debug_to_attach): Ditto.
814 (debug_to_detach): Ditto.
815 (debug_to_resume): Ditto.
816 (debug_to_wait): Ditto.
817 (debug_to_fetch_registers): Ditto.
818 (debug_to_store_registers): Ditto.
819 (debug_to_prepare_to_store): Ditto.
820 (debug_to_xfer_memory): Ditto.
821 (debug_to_files_info): Ditto.
822 (debug_to_insert_breakpoint): Ditto.
823 (debug_to_remove_breakpoint): Ditto.
824 (debug_to_terminal_init): Ditto.
825 (debug_to_terminal_inferior): Ditto.
826 (debug_to_terminal_ours_for_output): Ditto.
827 (debug_to_terminal_ours): Ditto.
828 (debug_to_terminal_info): Ditto.
829 (debug_to_kill): Ditto.
830 (debug_to_load): Ditto.
831 (debug_to_lookup_symbol): Ditto.
832 (debug_to_create_inferior): Ditto.
833 (debug_to_mourn_inferior): Ditto.
834 (debug_to_can_run): Ditto.
835 (debug_to_notice_signals): Ditto.
836 (debug_to_thread_alive): Ditto.
837 (debug_to_stop): Ditto.
838 start-sanitize-gdbtk
839 * gdbtk.c (null_routine): Ditto.
840 (gdbtk_flush): Ditto.
841 (gdbtk_fputs): Ditto.
842 (gdbtk_query): Ditto.
843 (gdbtk_readline): Ditto.
844 (gdbtk_readline_end): Ditto.
845 (gdb_get_breakpoint_list): Ditto.
846 (gdb_get_breakpoint_info): Ditto.
847 (breakpoint_notify): Ditto.
848 (gdbtk_create_breakpoint): Ditto.
849 (gdbtk_delete_breakpoint): Ditto.
850 (gdbtk_modify_breakpoint): Ditto.
851 (gdb_loc): Ditto.
852 (gdb_eval): Ditto.
853 (gdb_sourcelines): Ditto.
854 (map_arg_registers): Ditto.
855 (get_register_name): Ditto.
856 (gdb_regnames): Ditto.
857 (get_register): Ditto.
858 (gdb_fetch_registers): Ditto.
859 (register_changed_p): Ditto.
860 (gdb_changed_register_list): Ditto.
861 (gdb_cmd): Ditto.
862 (call_wrapper): Ditto.
863 (gdb_listfiles): Ditto.
864 (gdb_stop): Ditto.
865 (gdbtk_dis_asm_read_memory): Ditto.
866 (compare_lines): Ditto.
867 (gdb_disassemble): Ditto.
868 (tk_command): Ditto.
869 (cleanup_init): Ditto.
870 (gdbtk_interactive): Ditto.
871 (x_event): Ditto.
872 (gdbtk_wait): Ditto.
873 (gdbtk_call_command): Ditto.
874 (tk_command_loop): Ditto.
875 (gdbtk_init): Ditto.
876 end-sanitize-gdbtk
877 * breakpoint.h (set_breakpoint_sal): Ditto.
878 * remote-utils.c (usage): Ditto.
879 * remote.c (set_thread): Ditto.
880 (remote_thread_alive): Ditto.
881 (get_offsets): Ditto.
882 (read_frame): Ditto.
883 (remote_insert_breakpoint): Ditto.
884 (remote_remove_breakpoint): Ditto.
885 * sparc-nat.c (fetch_core_registers): Ditto.
886 * corelow.c (add_to_thread_list): Ditto.
887 (ignore): Ditto.
888 * inftarg.c (proc_wait): Ditto.
889 * infptrace.c (udot_info): Ditto.
890 (fetch_register): Ditto.
891 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
892 (hardwire_print_tty_state): Ditto.
893 (hardwire_flush_output): Ditto.
894 (hardwire_flush_input): Ditto.
895 (hardwire_send_break): Ditto.
896 (hardwire_setstopbits): Ditto.
897 * ser-tcp.c (tcp_return_0): Ditto.
898 (tcp_noflush_set_tty_state): Ditto.
899 (tcp_print_tty_state): Ditto.
900 * solib.c (match_main): Ditto.
901 * gdbtypes.c (print_bit_vector): Ditto.
902 (print_arg_types): Ditto.
903 (dump_fn_fieldlists): Ditto.
904 (print_cplus_stuff): Ditto.
905 * symfile.h (entry_point_address): Ditto.
906 * symfile.c (decrement_reading_symtab): Ditto.
907 * valops.c (value_arg_coerce): Ditto.
908 * value.h (find_function_in_inferior): Ditto.
909 (value_allocate_space_in_inferior): Ditto.
910 * values.c (vb_match): Ditto.
911 * thread.c (info_thread_command): Ditto.
912 (restore_current_thread): Ditto.
913 (thread_apply_all_command): Ditto.
914 (thread_apply_command): Ditto.
915 * inferior.h (write_pc_pid): Ditto.
916 * infrun.c (delete_breakpoint_current_contents): Ditto.
917 * breakpoint.c (print_it_normal): Ditto.
918 (watchpoint_check): Ditto.
919 (print_it_done): Ditto.
920 (print_it_noop): Ditto.
921 (maintenance_info_breakpoints): Ditto.
922 (create_longjmp_breakpoint): Ditto.
923 (hbreak_command): Ditto.
924 (thbreak_command): Ditto.
925 (watch_commnd_1): Ditto.
926 (rwatch_command): Ditto.
927 (awatch_command): Ditto.
928 (do_enable_breakpoint): Ditto.
929 * ch-valprint.c (chill_val_print_array_elements): Ditto.
930 * eval.c (evaluate_subexp): Ditto.
931 (get_label): Ditto.
932 (evaluate_struct_tuple): Ditto.
933 * eval.c (init_array_element): Ditto.
934
935 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
936 * breakpoint.c (hw_breakpoint_used_count): Ditto.
937 (hw_watchpoint_used_count): Ditto.
938 * findvar.c (write_register_gen): Ditto.
939 (read_register_pid): Ditto.
940 * symtab.c (cplusplus_hint): Ditto.
941 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
942 * ch-valprint.c (chill_print_type_scalar): Ditto.
943 * gdbtypes.c (add_name): Ditto.
944 (add_mangled_type): Ditto.
945 (cfront_mangle_name): Ditto.
946 * sparc-tdep.c (isbranch): Ditto.
947 * inftarg.c (child_stop): Ditto.
948 * win32-nat.c (child_stop): Ditto.
949 * mac-nat.c (child_stop): Ditto.
950 * remote-utils.c (sr_com): Ditto.
951 * dbxread.c (process_now): Ditto.
952 * ch-exp.c (require): Ditto.
953 (check_token): Ditto.
954 (expect): Ditto.
955 (parse_mode_call): Ditto.
956 (parse_mode_or_normal_call): Ditto.
957 * scm-lang.c (scm_lookup_name): Ditto
958 * f-lang.c (allocate_saved_bf_node): Ditto.
959 (allocate_saved_function_node): Ditto.
960 (allocate_saved_f77_common_node): Ditto.
961 (allocate_common_entry_node): Ditto.
962 (add_common_block): Ditto.
963 (add_common_entry): Ditto.
964 (find_first_common_named): Ditto.
965 (patch_common_entries): Ditto.
966 (patch_all_commons_by_name): Ditto.
967 (clear_bf_list): Ditto.
968 (get_bf_for_fcn): Ditto.
969 (clear_function_list): Ditto.
970 * scm-exp.c (scm_istr2int): Ditto.
971 (scm_istring2number): Ditto.
972 * scm-valprint.c (scm_inferior_print): Ditto.
973 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
974 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
975 (f77_create_arrayprint_offset_tbl): Ditto.
976 (f77_print_array_1): Ditto.
977 (f77_print_array): Ditto.
978 (list_all_visible_commons): Ditto.
979 (there_is_a_visible_common_named): Ditto.
980 * mdebugread.c (ecoff_relocate_efi): Ditto.
981 * callback.c (os_close): Ditto.
982 (os_get_errno): Ditto.
983 (os_isatty): Ditto.
984 (os_lseek): Ditto.
985 (os_open): Ditto.
986 (os_read): Ditto.
987 (os_read_stdin): Ditto.
988 (os_write): Ditto.
989 (os_write_stdout): Ditto.
990 (os_rename): Ditto.
991 (os_system): Ditto.
992 (os_time): Ditto.
993 (os_unlink): Ditto.
994 (os_shutdown): Ditto.
995 (os_init): Ditto.
996 (os_printf_filtered): Ditto.
997
998 * scm-lang.h (scm_parse): Change old style decl to prototype.
999 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
1000 * top.c (init_proc): Ditto.
1001 (query_hook): Ditto.
1002 (error_hook): Ditto.
1003 * f-lang.c (c_value_print): Ditto.
1004 * ch-exp.c (parse_expression): Ditto.
1005 (parse_primval): Ditto.
1006 (parse_untyped_expr): Ditto.
1007 (parse_opt_untyped_expr): Ditto.
1008 (ch_lex): Ditto.
1009 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
1010 (sparc_frame_saved_pc): Ditto.
1011 (sparc_push_dummy_frame): Ditto.
1012 (sparc_pop_frame): Ditto.
1013 * defs.h (fclose): Ditto.
1014 (atof): Ditto.
1015 (error_hook): Ditto.
1016
1017 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
1018 * rs6000-tdep.c (single_step): Ditto.
1019 * sparc-tdep.c (single_step): Ditto.
1020
1021 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
1022 to PTR which is what make_cleanup expects.
1023 * utils.c (null_cleanup): Change arg type to PTR.
1024 * defs.h (null_cleanup): Change prototype to match actual function.
1025 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
1026 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1027 chill_print_type_scalar to LONGEST.
1028 * infrun.c (wait_for_inferior): Have empty switch case for
1029 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
1030 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
1031 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
1032 is defined.
1033 * symfile.c (generic_load): Scan long int using a long int spec,
1034 not an int spec.
1035 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
1036 is defined.
1037 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
1038 not defined.
1039 * inflow.c (handle_sigio): Only need prototype when the actual
1040 function is compiled in.
1041 * valprint.c (longest_to_int): Expand error message to be
1042 separate messages for args larger than largest signed int
1043 and args smaller than smallest signed int.
1044 * valprint.c (print_longest): Fix problems with support for case
1045 where compiler supports type "long long" but the runtime doesn't
1046 support printing them with "%ll".
1047 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
1048 return types to void since we don't actually return anything
1049 meaningful and callees ignore the values anyway.
1050 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
1051 ifdef.
1052 (modify_run_on_last_close_flag): Ditto.
1053 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
1054 ifdef
1055 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
1056 random value.
1057 * infrun.c (wait_for_inferior): Ensure random_signal is not used
1058 uninitialized.
1059 * valops.c (call_function_by_hand): Ensure struct_addr is not used
1060 uninitialized.
1061 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
1062 uninitialized.
1063 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
1064 to "const char *".
1065 start-sanitize-gdbtk
1066 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
1067 to proper pointer type, from int.
1068 (gdbtk_query): Change first arg to "const char *" from "char *".
1069 end-sanitize-gdbtk
1070 * infptrace.c (udot_info): Add two dummy args so that the type is
1071 correct for passing to add_info.
1072 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
1073 in prototypes.
1074 (saved_bf_symnum): Ditto.
1075 (SAVED_FUNCTION): Ditto.
1076 (SAVED_FUNCTION_PTR): Ditto.
1077 (SAVED_BF): Ditto.
1078 (SAVED_BF_PTR): Ditto.
1079 * ch-exp.c (parse_named_record_element): Build error message in
1080 temporary buffer before passing it to expect, rather than passing
1081 wrong number of args to expect.
1082 * demangle.c (set_demangling_style): Call set_demangling_command with
1083 correct number of arguments.
1084 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
1085 int to match actual function.
1086 (os_isatty): Call fdmap with right number of arguments, was missing
1087 the host_callback* arg.
1088 * target.c (cleanup_target): Prototype all functions casts.
1089 * target.h (one_stepped, single_step): Declare here and convert
1090 single_step to prototype.
1091 * infrun.c (one_stepped, single_step): Don't declare externs
1092 here, they have moved to target.h.
1093 * eval.c (init_array_element): Declare previously undeclared
1094 last two args as LONGEST.
1095 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
1096 start-sanitize-gdbtk
1097 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
1098 end-sanitize-gdbtk
1099
1100 Thu Jul 25 16:11:54 1996 Doug Evans <dje@canuck.cygnus.com>
1101
1102 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
1103
1104 Mon Jul 22 18:13:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1105
1106 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
1107 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
1108 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
1109 text address. Use a seperate flag (textlow_not_set) instead.
1110 This makes stabs in ELF .o files work a lot better.
1111 * mdebugread.c xcoffread.c: Define textlow_not_set for
1112 partial-stab.h.
1113 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
1114
1115 start-sanitize-gdbtk
1116 Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
1117
1118 * gdbtk.tcl (files_command): Reorder the binding tags for
1119 the listbox widget to avoid referencing the listbox after
1120 the containing widget has been destroyed by the action of
1121 a previous binding.
1122 end-sanitize-gdbtk
1123
1124 Sat Jul 20 10:41:06 1996 Fred Fish <fnf@cygnus.com>
1125
1126 * dwarf2read.c (struct filenames): Change internal "struct file"
1127 to "struct fileinfo" to avoid conflict with "struct file" in
1128 <sys/file.h> on HPUX and Solaris.
1129
1130 start-sanitize-gdbtk
1131 Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
1132
1133 * gdbtk.tcl (delete_expr): Unset corresponding element of
1134 expr_update_list when destroying an expression.
1135 (create_expr_window): Initialize expr_num, delete_expr_num,
1136 and expr_update_list here when each new expression window
1137 is created, rather than once at startup.
1138 end-sanitize-gdbtk
1139
1140 Fri Jul 19 14:05:57 1996 Stan Shebs <shebs@andros.cygnus.com>
1141
1142 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
1143 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
1144 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
1145 (SFILES): Add dwarf2read.c.
1146 (dwarf2read.o): Add build rule.
1147 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
1148 exported functions.
1149 * elfread.c (elf_symfile_read): Call them.
1150 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
1151
1152 Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
1153
1154 * symfile.c (symfile_bfd_open):
1155 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
1156 free the user from having to type the .exe extension.
1157
1158 Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
1159
1160 * mon960-rom.c: Shorten the mon960_inits string to a single
1161 carriage return; this prevents a hang on connecting immediately
1162 after powerup, when MON960 is attempting autobaud detection.
1163
1164 Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
1165
1166 * a29k-tdep.c (get_saved_register): Allow PC to be modified
1167 when innermost frame is selected, but not in outer frames.
1168
1169 Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
1170
1171 * command.c (do_setshow_command): Don't segfault when showing
1172 var_string and var_string_noescape vars that are NULL.
1173
1174 Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com>
1175
1176 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
1177 cygwin32_conv_to_posix_path.
1178 (child_create_inferior): unix_path_to_dos_path renamed to
1179 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
1180
1181 Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
1182
1183 * defs.h printcmd.c: Create global disassemble_info structure
1184 tm_print_insn_info.
1185 start-sanitize-gdbtk
1186 * gdbtk.c (gdb_disassemble): Setup di.mach from
1187 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
1188 end-sanitize-gdbtk
1189 * i386-tdep.c (set_assembly_language_command): set
1190 tm_print_insn_info.mach to the appropriate value for 386 or 8086
1191 disassembly.
1192 * printcmd.c (print_insn): Move init of disassembler_info to
1193 _initialize_printcmd. Set endian for disassembler here.
1194 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
1195 select sparc/sparclite.
1196 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
1197 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
1198 bfd_mach_sparc/bfd_mach_sparc_sparclite.
1199
1200 Fri Jul 12 19:04:32 1996 Fred Fish <fnf@cygnus.com>
1201
1202 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
1203 than xmalloc/xrealloc.
1204
1205 Fri Jul 12 17:59:47 1996 Fred Fish <fnf@cygnus.com>
1206
1207 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
1208 a NULL pointer, not a -1.
1209
1210 Fri Jul 12 10:16:24 1996 Stu Grossman (grossman@critters.cygnus.com)
1211
1212 * i386-tdep.c (set_assembly_language_command): New routine to
1213 select between i386 and i8086 instruction sets for disassembly.
1214 New command `set assembly-language {i386 i8086}'.
1215
1216 Thu Jul 11 21:13:21 1996 Mark Alexander <marka@cygnus.com>
1217
1218 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1219 Disable use of "long long" memory read/write commands; can't
1220 use them because we hold the values to read/write in an int
1221 variable, and because strtoul fails on values that exceed the
1222 size of a long. This fixes breakpoint problems on MON960.
1223
1224 Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
1225
1226 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
1227 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
1228
1229 Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
1230
1231 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
1232 and MMALLOC_CHECK macros, and add comment indicating how host dependent
1233 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
1234 to use it but to not do heap corruption checking.
1235 * gdbserver/Makefile.in: Ditto.
1236 * utils.c (init_malloc): Replace warning() use with direct call of
1237 fprintf_unfiltered, since current_target has not yet been set and thus
1238 we cannot use warning(). If we try to use mmcheck and it fails,
1239 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
1240 defined. Other small mmalloc related cleanups.
1241 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
1242 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
1243
1244 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1245 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1246 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1247 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1248 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
1249 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1250 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1251 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1252 Remove obsolete defines.
1253
1254 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
1255 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
1256 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
1257 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
1258 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
1259 * config/powerpc/aix.mh (MMALLOC_DISABLE):
1260 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
1261 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
1262 * config/mips/decstation.mh (MMALLOC_DISABLE):
1263 * config/m88k/cxux.mh (MMALLOC_DISABLE):
1264 * config/i386/i386mk.mh (MMALLOC_DISABLE):
1265 * config/i386/i386m3.mh (MMALLOC_DISABLE):
1266 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
1267 Use MMALLOC_CFLAGS instead.
1268
1269 Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com)
1270
1271 * h8300-tdep.c: Remove some outdated comments.
1272 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
1273 Handle stm.l insns for the H8/S.
1274 (examine_prologue): Likewise.
1275
1276 Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
1277
1278 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
1279
1280 Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
1281
1282 * mon960-rom.c (mon960_open): Add floating point detection to
1283 prevent hang on non-FPU processors (PR 9775).
1284 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
1285 setting breakpoints and improve loading speed.
1286
1287 Sun Jul 7 14:57:34 1996 Fred Fish <fnf@cygnus.com>
1288
1289 * coffread.c (record_minimal_symbol): Don't presave name string
1290 on symbol_obstack before passing to prim_record_minimal_symbol.
1291 It now handles saving the string itself.
1292 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
1293 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
1294 * os9kread.c (record_minimal_symbol): Ditto.
1295 * solib.c (solib_add_common_symbols): Ditto.
1296
1297 * coffread.c (coff_symtab_read): Don't presave name string on
1298 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
1299 It now handles saving the string itself.
1300 * dbxread.c (record_minimal_symbol): Ditto.
1301 * elfread.c (record_minimal_symbol_and_info): Ditto.
1302
1303 * dstread.c (record_minimal_symbol): Remove static function that just
1304 called prim_record_minimal_symbol with the same args (after change to
1305 prim_record_minimal_symbol to do it's own name string saves).
1306 * nlmread.c (record_minimal_symbol): Ditto.
1307 * somread.c (record_minimal_symbol): Ditto.
1308
1309 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
1310 (hpread_read_function_type): Ditto.
1311 (hpread_process_one_debug_symbol): Ditto.
1312 * mdebugread.c (parse_symbol): Ditto.
1313 (new_symbol): Ditto.
1314 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
1315
1316 * coffread.c (process_coff_symbol): Use obsavestring to save
1317 SYMBOL_NAME, rather than obstack_copy0.
1318 * dstread.c (create_new_symbol): Ditto
1319 * symfile.c (obconcat): Ditto.
1320 * stabsread.c (patch_block_stabs): Ditto.
1321 * xcoffread.c (SYMNAME_ALLOC): Ditto.
1322
1323 * symfile.c (obsavestring): Update comments
1324 * solib.c (solib_add_common_symbols): Remove local var origname.
1325
1326 Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com)
1327
1328 * configure: Re-build with autoconf-2.10.
1329
1330 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
1331 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
1332 TM_PRINT_INSN, which comes from the tm file.
1333
1334 Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com>
1335
1336 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
1337 os9kread.c: Replace identical sym_offsets functions with
1338 default_symfile_offsets.
1339 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
1340 macro to allocate section_offsets.
1341 * symfile.c (default_symfile_offsets): New function.
1342 * symfile.h: Declare default_symfile_offsets.
1343 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
1344 simplify allocation of section_offsets.
1345
1346 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
1347
1348 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
1349 * configure configure.in: Only make sol-thread.o for native.
1350 Also, switch to dlopened libthread_db.so.1.
1351 * sol-thread.c: Switch to using dlopen to get the thread_db
1352 library.
1353
1354 Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com)
1355
1356 * configure, configure.in: Change test for libthread_db to only
1357 work for configs where build/host/target are the same.
1358
1359 Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1360
1361 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
1362 PowerPC.
1363
1364 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
1365 support.
1366 * configure: Regenerate.
1367
1368 Mon Jul 1 13:00:43 1996 Stan Shebs <shebs@andros.cygnus.com>
1369
1370 From Raymond Jou <rjou@mexican.cygnus.com>:
1371 * mpw-make.sed: Add lines to whack out autoconf hook
1372 @CONFIG_LDFLAGS@.
1373
1374 Mon Jul 01 11:07:15 1996 Mark Alexander <marka@cygnus.com>
1375
1376 * remote-e7000.c (e7000_stop): New function.
1377
1378 Fri Jun 28 06:34:19 1996 Dawn Perchik <dawn@cygnus.com>
1379
1380 * configure, configure.in: Add target sparclet.
1381 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
1382 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
1383 command to start process running on target is different from one
1384 to continue execution), MO_HEX_PREFIX (if addresses from monitor
1385 have a "0x" prefix).
1386 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
1387 registers array. This is to allow NULLs to be place holders in
1388 the tm-*.h file so that only minor changes are needed when a new
1389 processor is introduced (eg, one without floating point).
1390 * sparc-tdep.c: Conditionally remove dependancies on floating
1391 point.
1392 * sparclet-rom.c, config/sparc/sparclet.mt,
1393 config/sparc/tm-sparclet.h: New files for target sparclet.
1394 * symfile.c (load_command): Add option for 2nd parameter; a load
1395 offset added to the vma of each section.
1396
1397 Fri Jun 28 05:39:19 1996 Dawn Perchik <dawn@cygnus.com>
1398
1399 * main.c (main): Add option "l" for setting remote_timeout.
1400
1401 Fri Jun 28 05:25:18 1996 Dawn Perchik <dawn@cygnus.com>
1402
1403 * remote-e7000.c, remote.c, target.h, top.c: Add set option
1404 "remote_timeout" for setting remote_timeout. Add set option
1405 "use_hard_breakpoints" for setting hardware .vs. memory
1406 breakpoints.
1407
1408 Fri Jun 28 04:32:18 1996 Dawn Perchik <dawn@cygnus.com>
1409
1410 * remote-e7000.c (e7000_parse_device): New function.
1411 Add option "tcp_remote" to target command if using
1412 tcp to connect to a remote host which is then connected
1413 via serial port to the e7000 (for exampole, a port master).
1414 (e7000_open): Change to call e7000_parse_device.
1415
1416 Fri Jun 28 03:47:17 1996 Dawn Perchik <dawn@cygnus.com>
1417
1418 * monitor.c (monitor_debug): Fix remotedebug buffering.
1419
1420 Thu Jun 27 18:24:17 1996 Stan Shebs <shebs@andros.cygnus.com>
1421
1422 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
1423 (NATDEPFILES): Add a space.
1424
1425 Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1426
1427 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
1428 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
1429
1430 * ch-exp.c (calculate_array_length): Function removed.
1431
1432 Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1433
1434 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
1435 (e7000_xfer_inferior_memory): Call it.
1436
1437 Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1438
1439 * gdb/gdbserver/Makefile.in (docdir): Removed.
1440
1441 Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1442
1443 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
1444 Use autoconf set values.
1445 (docdir): Removed.
1446 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1447 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
1448 includedir): Use autoconf set values.
1449 (docdir): Removed.
1450 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
1451 * nlm/configure: Rebuilt.
1452 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
1453
1454 Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com)
1455
1456 * stabsread.c (read_cfront_member_functions): add type
1457
1458 Sun Jun 23 23:40:48 1996 Doug Evans <dje@canuck.cygnus.com>
1459
1460 * win32-nat.c: #include <unistd.h>.
1461 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
1462 (child_create_inferior): Convert only env var PATH to win32 style.
1463 (set_pathstyle_dos): Delete.
1464 (_initialize_inftarg): Delete dos-path-style command.
1465
1466 start-sanitize-gdbtk
1467 Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
1468
1469 * gdbtk.tcl (create_register_windows): Include missing '$'s.
1470 Add global declarations for various reg_format_* variables.
1471 * gdbtk.tcl (populate_register_window): Make initial window one
1472 line taller to account for new column header line.
1473
1474 Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
1475
1476 * gdbtk.c (get_register): Support for printing raw formats.
1477 * gdbtk.tcl: Add hint for using debug_interface.
1478 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
1479 Enclose arg in braces for consistency.
1480 (create_registers_window, populate_reg_window, update_registers):
1481 Major rewrite to support displaying multiple formats in the register
1482 window.
1483 (init_reg_info): New function.
1484 (recompute_reg_display_list): Reset reg_display_list, start
1485 register display lines at line 2.
1486
1487 end-sanitize-gdbtk
1488 Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
1489
1490 * configure.in: Revise sol-thread.o test.
1491 * configure: Regenerated.
1492
1493 * source.c (find_source_lines): Reassign size to result of read.
1494
1495 start-sanitize-gdbtk
1496 Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
1497
1498 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
1499 avoid backing up over prompt. At every input, make sure insert
1500 point is at least after command start, handle control-u to delete
1501 current input line.
1502 (tclsh): Handle backspace to avoid backing up over prompt. Handle
1503 control-u to delete current input line.
1504
1505 Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
1506
1507 * configure.in: disable gdbtk for *cygwin32* hosted compiles
1508 * configure: regenerated with autoconf 2.8
1509
1510 end-sanitize-gdbtk
1511 Tue Jun 18 16:25:54 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1512
1513 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
1514 (h8300_command): Likewise.
1515 (set_machine): Likewise.
1516 (set_machine_hook): Likewise.
1517 (_initialize_h8300m): Likewise.
1518
1519 * config/h8300/tm-h8300.h (h8300smode): Declare.
1520
1521 Sun Jun 16 15:21:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1522
1523 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
1524 of shl_load calls for hpux10.
1525
1526 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
1527
1528 * config.in: Regenerated.
1529 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
1530
1531 * configure: Regenerated.
1532 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
1533 avoid name clashes with SunOS headers.
1534
1535 Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
1536
1537 From Michael Snyder <Michael_Snyder@next.com>:
1538 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
1539 exception if one or more objfile has no symbols, such as when
1540 a dynamic library has been stripped.
1541
1542 Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
1543
1544 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
1545 * configure configure.in: Only make sol-thread.o for native.
1546 Also, switch to dlopened libthread_db.so.1.
1547 * sol-thread.c: Switch to using dlopen to get the thread_db
1548 library.
1549
1550 Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
1551
1552 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
1553 Change from 0xE0000000 to 0xC0000000.
1554
1555 Thu Jun 6 17:10:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1556
1557 * config/powerpc/xm-solaris.h: Initial version of support for
1558 Solaris on PowerPC.
1559
1560 Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
1561
1562 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
1563 target.
1564 * configure: Rebuild.
1565
1566 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
1567 little-endian builds.
1568
1569 Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com)
1570
1571 * inftarg.c (child_thread_alive): Protect declaration with
1572 #ifndef CHILD_THREAD_ALIVE.
1573
1574 * source.c (find_source_lines): Check the time on the symtab's bfd if
1575 it exists, else check the time on the exec_bfd.
1576
1577 Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com>
1578
1579 * dsrec.c (make_srec): Fix calculation of address size
1580 to allow addresses less than 0x100.
1581
1582 Thu May 30 04:24:09 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1583
1584 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
1585
1586 Tue May 28 16:15:47 1996 Geoffrey Noer <noer@cygnus.com>
1587
1588 * remote-mips.c: cannot use EINVAL for breakpoint test since
1589 its value varies for different hosts (e.g. go32's is 19, while
1590 sunos is 22). Changed to hardcoded 22 since that is what the
1591 mips boards return.
1592
1593 Tue May 28 11:14:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1594
1595 * configure: Regenerated.
1596 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
1597 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
1598
1599 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
1600
1601 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
1602 (_initialize_solib): Add set/show commands for those variables.
1603 (solib_map_sections): Implement searching using them.
1604
1605 Sun May 26 14:14:49 1996 Fred Fish <fnf@cygnus.com>
1606
1607 Changes from: David Mosberger-Tang <davidm@azstarnet.com>
1608
1609 * NEWS: Add Alpha Linux as a new native configuration.
1610
1611 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
1612 return type VOID, assume no debugging info is available for that
1613 object file and patch the return value into VOID *. Otherwise,
1614 operations requiring an implicit call to malloc() will fail.
1615
1616 * infrun.c (wait_for_inferior): The criterion to detect entering a
1617 sigtramp handler is now: (a) the current pc is inside a sigtramp
1618 handler, (b) the previous pc is not in a sigtramp handler, and (c)
1619 the current stack pointer is "inner" than the old one. Condition
1620 (c) is new to avoid mistaking a return from a signal handler into
1621 sigtramp as a new sigtramp invocation.
1622
1623 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
1624 int may not be big enough to hold an address.
1625 (dcache_hit): Ditto.
1626 (dcache_peek_byte): Fix indentation.
1627
1628 * configure.in (alpha-*-linux*): Add target.
1629 * configure: Rebuild
1630
1631 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
1632 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1633 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1634 (SIGCONTEXT_ADDR): Ditto.
1635 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1636
1637 * config/alpha/alpha-linux.mh: New file.
1638 * config/alpha/alpha-linux.mt: Ditto.
1639 * config/alpha/nm-linux.h: Ditto.
1640 * config/alpha/tm-alphalinux.h: Ditto.
1641 * config/alpha/xm-alphalinux.h: Ditto.
1642 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
1643 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
1644 xm-alphaosf.h.
1645 * config/alpha/alpha-osf2.mh: Ditto.
1646
1647 * blockframe.c (find_pc_partial_function): Pass PC to
1648 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
1649 that detect sigtramp code via designated code sequences (as is the
1650 case for Linux/Alpha, for example).
1651
1652 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
1653 to ignore new PC argument.
1654 * config/m68k/tm-hp300bsd.h: Ditto.
1655 * config/vax/tm-vax.h: Ditto.
1656
1657 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
1658 (alpha_osf_skip_sigtramp_frame): Ditto.
1659 (push_sigtramp_desc): Ditto.
1660 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
1661 sigcontext address from frame.
1662 (alpha_saved_pc_after_call): When in sigtramp, use
1663 alpha_frame_saved_pc() instead of read-register().
1664 (after_prologue): When inside a dynamically generated sigtramp
1665 function, there is no prologue, so return address of first
1666 instruction.
1667 (alpha_in_prologue): Fix typo in comment.
1668 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
1669 whether we're inside a dynamicaly generated sigtramp function. If
1670 so, create and push and appropriate procedure descriptor.
1671 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
1672 the frame past a sigtramp frame (if the current frame is indeed a
1673 sigtramp function).
1674 (init_extra_frame_info): Don't read next frame register off of
1675 stack-pointer when inside a dynamiccaly generated sigtramp.
1676 (alpha_pop_frame): Also unlink and destroy procedure descriptors
1677 created for dynamically generated sigtramp functions.
1678
1679 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
1680 <alpha/ptrace.h> instead of <machine/reg.h>
1681
1682 Tue Jul 2 13:58:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
1683
1684 * gnu-nat.c (inf_validate_task_sc):
1685 Give terminal to gdb while asking question.
1686 (inf_resume): Don't validate the task suspend-count while execing.
1687
1688 Thu Jun 13 11:04:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
1689
1690 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
1691 additional suspend count.
1692 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
1693 (inf_resume): Call inf_validate_task_sc here.
1694 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
1695
1696 Fri Jun 7 17:00:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
1697
1698 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
1699
1700 Thu May 23 15:13:56 1996 Jeffrey A Law (law@cygnus.com)
1701
1702 * h8300-tdep.c (IS_PUSH): Refine.
1703 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
1704 (IS_SUB4_SP, IS_SUBL_SP): New macros.
1705 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
1706 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
1707 when in H8/300H mode. Get the return pointer's address correctly
1708 for the H8/300H. Handle H8/300H prolouge code sequences.
1709
1710 * symfile.c (generic_load): Print the starting address
1711 of the file just loaded.
1712
1713 Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com>
1714
1715 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
1716
1717 Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1718
1719 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
1720 if a `source' command is contained in bs->commands.
1721
1722 * infrun.c (wait_for_inferior): Update step_frame_address when
1723 stepping into a new line.
1724
1725 From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
1726 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
1727 bpenables array.
1728
1729 Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com>
1730
1731 * dsrec.c (load_srec): Add WAITACK parameter, for machines
1732 like EST visionICE that send back an ACK after each S-record.
1733 * monitor.c (monitor_wait_srec_ack): New function.
1734 (monitor_load): Pass monitor_wait_srec_ack to load_srec
1735 if the monitor's MO_SREC_ACK flag is set.
1736 * monitor.h: Define MO_SREC_ACK flag.
1737 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
1738 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
1739 * srec.h: Add WAITACK parameter to load_srec prototype.
1740
1741 Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
1742
1743 * config/sparc/sparclite.mt: Add the sparc simulator.
1744
1745 Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
1746
1747 * defs.h (read_command_lines, query_hook): Update prototypes.
1748 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
1749 * breakpoint.c (commands_command): Build message in temporary buffer
1750 and pass that, as well as tty control flag, to read_command_lines.
1751 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
1752 Define here.
1753 (command_loop): Check for non-NULL instream before looping.
1754 (command_line_input): Use readline_hook when appropriate, to get
1755 user input from a GUI window.
1756 (read_next_line): Also build prompt if getting user input from a GUI.
1757 (recurse_read_control_structure): Fix typo in comment.
1758 (read_command_lines): Use passed in prompt and tty flag to decide how
1759 to build message. Use readline_begin_hook when appropriate, to set
1760 up a GUI interaction window. Just return head, whether NULL or not,
1761 after using readline_end_hook to complete GUI interaction.
1762 (define_command, document_command): Build message in a temporary
1763 buffer and pass it to read_command_lines, along with tty flag.
1764
1765 start-sanitize-gdbtk
1766 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
1767 New functions.
1768 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
1769 (gdbtk_init): Set readline_begin_hook, readline_hook,
1770 and readline_end_hook.
1771 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
1772 gdbtk_tcl_readline_end): New functions.
1773 (tclsh): Pack scroll bar on right side of window, not left.
1774 end-sanitize-gdbtk
1775
1776 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1777
1778 * blockframe.c (frameless_look_for_prologue):
1779 Add FUNCTION_START_OFFSET only if func_start is non-zero.
1780 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
1781 pc is not in a known section.
1782 * stack.c (print_frame_info): Remove check for fi->pc in known
1783 section, now handled by lookup_minimal_symbol_by_pc.
1784
1785 start-sanitize-gdbtk
1786 Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
1787
1788 * gdbtk.tcl (create_command_window): Change a misspelled "get"
1789 to the intended "cget".
1790 (delete_line): Fix so it deletes the current line at the
1791 insertion cursor.
1792 end-sanitize-gdbtk
1793
1794 Fri May 17 13:31:04 1996 Stan Shebs <shebs@andros.cygnus.com>
1795
1796 * sh-stub.c: New file, was config/sh/stub.c.
1797
1798 start-sanitize-gdbtk
1799 Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
1800
1801 * gdbtk.tcl (gdb_prompt): Set this early on.
1802 (create_command_window): Use gdb_prompt rather than "(gdb) ".
1803 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
1804 (tclsh): If an evaluation window already exists, just bring it
1805 to the front instead of trying to create another.
1806 * gdbtk.c (tk_command_loop): New function.
1807 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
1808
1809 Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
1810
1811 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
1812 implement a tcl evaluation window for gdbtk maintainers to use.
1813
1814 Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1815
1816 * gdbtk.tcl (files_command): Correctly insert list of files into
1817 listbox widget.
1818
1819 * gdbtk.tcl (files_command): listbox command no longer accepts
1820 -geometry.
1821
1822 Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
1823
1824 * gdbtk.tcl (create_command_window): If command window's buffer
1825 is disabled, don't execute any of the key bindings.
1826 end-sanitize-gdbtk
1827
1828 Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com)
1829
1830 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
1831
1832 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
1833 C_STAT symbols.
1834 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
1835 Flush cached frames just before exiting.
1836 * remote-sim.c (gdbsim_resume): Complain if the program isn't
1837 being run.
1838 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
1839
1840 Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com)
1841
1842 * procfs.c (procfs_thread_alive procfs_stop): Make static.
1843 (procfs_pid_to_str): New routine to print out thread id's in an
1844 intelligible manner.
1845 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
1846 which supply_register is called to fix bug with writing
1847 individual regs.
1848 * config/sparc/tm-sun4sol2.h: Define default for
1849 target_pid_to_str in case host lacks libthread_db.
1850
1851 Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com)
1852
1853 * Makefile.in config.in configure configure.in
1854 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
1855 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
1856 and pthread support, since pre-2.5 systems don't come with
1857 libthread_db.so.1.
1858
1859 * procfs.c (info_proc): Use int instead of id_t. Old versions of
1860 Irix don't seem to define this.
1861
1862 start-sanitize-gdbtk
1863 Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
1864
1865 * gdbtk.c (tk_command): Catch case where no argument is given
1866 since this will cause the tcl interpreter to dump core.
1867 end-sanitize-gdbtk
1868
1869 Mon May 13 17:40:58 1996 Jeffrey A Law (law@cygnus.com)
1870
1871 * top.c (execute_control_command, case while_control): Allow
1872 a while command to be interrupted.
1873
1874 Mon May 13 16:17:36 1996 Stu Grossman (grossman@critters.cygnus.com)
1875
1876 * sol-thread.c: More cleanup, add comments.
1877 (sol_thread_resume): Prevent people from trying to step
1878 inactive threads.
1879 (sol_thread_wait sol_thread_fetch_registers
1880 sol_thread_store_registers): Remove unnecessary check for
1881 sol_thread_active. These routines won't get called unless threads
1882 are active.
1883
1884 Mon May 13 11:29:37 1996 Stan Shebs <shebs@andros.cygnus.com>
1885
1886 SH3-E support from Allan Tajii <atajii@hmsi.com>:
1887 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
1888 float registers.
1889 (sh3e_reg_names): New register name array.
1890 (sh_processor_type_table): Add sh3e processor type.
1891 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
1892 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
1893 full set of registers.
1894 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
1895 (e7000_fetch_registers, e7000_wait): Use them.
1896 * sh3-rom.c (sh3_regnames): Add float registers.
1897 (sh3e_cmds, sh3e_ops): New globals.
1898 (sh3e_open): New function.
1899 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
1900 sh3e target vector.
1901
1902 Fri May 10 15:53:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
1903
1904 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
1905 Print out messages instead of codes for thread_db errors. Make
1906 access macros for thread and lwp manipulation. Make cleanups to
1907 fixup inferior_pid in case of errors.
1908
1909 Thu May 9 19:06:02 1996 Fred Fish <fnf@cygnus.com>
1910
1911 * aclocal.m4: Remove unused definition of AC_C_CROSS.
1912 * configure.in: Add powerpcle-*-solaris* host and target config
1913 so April 30th change does not get lost next time configure is
1914 rebuilt.
1915
1916 Thu May 9 14:13:08 1996 Stu Grossman (grossman@critters.cygnus.com)
1917
1918 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
1919 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
1920 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
1921 avoid conflict with Solaris /usr/include/thread.h.
1922
1923 Thu May 9 12:33:32 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1924
1925 * abug-rom.c: Config file for the older style ABug monitor that
1926 runs on the mvme13x boards.
1927 * config/m68k/monitor.mt: Add abug support for m68k cross
1928 debugging.
1929
1930 Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
1931
1932 * infcmd.c (do_registers_info): Always print the raw floating
1933 point value's bytes in big endian order, so the the leftmost bit
1934 is the most significant.
1935 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
1936 that is referenced nowhere else.
1937 (set_breakpoint): Ditto.
1938 (do_enable_breakpoint): Created from enable_once_breakpoint
1939 with a couple of changes.
1940 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
1941 bpdisp enum value to set disposition of breakpoint.
1942 (enable_once_breakpoint): Ditto.
1943 (enable_delete_breakpoint): Ditto.
1944 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
1945 * symtab.c (find_pc_line): Improve comments.
1946 start-sanitize-gdbtk
1947 * gdbtk.c: Fix a couple of misspellings.
1948 end-sanitize-gdbtk
1949 * xcoffread.c: Ditto.
1950
1951 Tue May 7 18:37:06 1996 Stan Shebs <shebs@andros.cygnus.com>
1952
1953 * target.c (debug_to_xfer_memory): Insert line breaks when
1954 dumping the memory block.
1955
1956 Mon May 6 13:52:52 1996 Stu Grossman (grossman@critters.cygnus.com)
1957
1958 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
1959 returns a possibly modified pid.
1960 * inftarg.c (ptrace_him): Now returns pid;
1961 * m3-nat.c (m3_trace_him): Now returns pid;
1962 * infcmd.c (run_command): Minor cleanup.
1963 * infrun.c (wait_for_inferior): Add another check for one_stepped
1964 near where we read the pc to avoid erroneously setting
1965 random_signal for multi-threaded support.
1966 * procfs.c: Add support for Solaris LWPs. Remove def of
1967 LOSING_POLL. Many cleanups... Several workarounds for Solaris
1968 lossage. System call entry and exit are now handled by
1969 dynamically registered handlers.
1970 * (syscallname): Don't barf when handed an unknown syscall
1971 number.
1972 * (info_proc_syscalls): Ditto.
1973 * sol-thread.c: New file. Implements Solaris thread support.
1974 * symfile.c (symbol_file_add): Add call to target_new_objfile to
1975 notify target-dependent code about new symbol tables.
1976 * (clear_symtab_users): Call target_new_objfile to notify it of
1977 the removal of all symbol tables.
1978 * target.c (push_target): Make sure that to_close is non-zero
1979 before calling it.
1980 * target.h (target_new_objfile): Provide default.
1981 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
1982 of OSF can't hack using poll with /proc.
1983 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
1984 sol-thread-new-objfile.
1985 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
1986 add libthread_db.so.1 to NAT_CLIBS.
1987 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
1988 target_pid_to_str.
1989
1990 Sat May 4 02:13:34 1996 N Srin Kumar <nsrin@wipinfo.soft.net>
1991
1992 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
1993 removal of the requested fd.
1994
1995 Mon May 6 07:52:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1996
1997 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
1998 hooks under ELF.
1999
2000 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
2001
2002 start-sanitize-gdbtk
2003 Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
2004
2005 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
2006 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
2007 (file_popup_menu): Delete, never used.
2008 (listing_window_popup): Rename from listing_window_button_1,
2009 remove breakpoint toggling code.
2010 (toggle_breakpoint): New procedure.
2011 (create_file_win): Bind popup menu to button 2, toggle breakpoints
2012 with button 1 in breakpoint area, add display of tagged areas if
2013 debugging on.
2014 end-sanitize-gdbtk
2015
2016 Thu May 2 12:46:14 1996 Jeffrey A Law (law@cygnus.com)
2017
2018 From Peter Schauer:
2019 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
2020 * breakpoint.c (insert_breakpoints, watchpoint_check,
2021 bpstat_stop_status): Avoid bad references to memory freed via
2022 delete_breakpoint on watchpoints going out of scope.
2023 Do not delete these watchpoints, disable them and change their
2024 disposition to del_at_next_stop instead.
2025 (breakpoint_auto_delete): Delete all breakpoints whose disposition
2026 is del_at_next_stop.
2027 (breakpoint_init_inferior): Use switch to avoid reference to
2028 already deleted breakpoint.
2029
2030 Wed May 1 17:29:18 1996 Fred Fish <fnf@cygnus.com>
2031
2032 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
2033 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
2034 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
2035 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
2036 (solib_info): Call xcoff_relocate_symtab via the hook.
2037 (sharedlibrary_command): Ditto.
2038 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
2039 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
2040 (xcoff_init_loadinfo_hook): Define and initialize here.
2041 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
2042 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
2043 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
2044 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
2045 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
2046 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
2047 of xcoff_relocate_symtab_hook.
2048
2049 Tue Apr 30 13:22:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2050
2051 * configure (powerpcle-*-solaris*): Add Solaris support.
2052
2053 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
2054 Solaris support.
2055
2056 Mon Apr 29 16:17:31 1996 Dawn Perchik <dawn@cygnus.com>
2057
2058 * c-valprint.c (c_val_print): Fix printing for arrays defined
2059 with 0 length.
2060
2061 Sun Apr 28 15:08:05 1996 Stan Shebs <shebs@andros.cygnus.com>
2062
2063 Support for bi-endian remote breakpoints.
2064 * remote.c (big_break_insn, little_break_insn): New globals.
2065 (break_insn): Remove.
2066 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
2067 code if REMOTE_BREAKPOINT defined, otherwise call memory
2068 breakpoint functions.
2069 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
2070 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
2071
2072 * mon960-rom.c (mon960_cmds): Remove forward decl.
2073 (mon960_load): Use current_monitor instead of mon960_cmds.
2074 (mon960_regnames): Remove backslashes from line ends.
2075 (_initialize_mon960): Fix documentation string.
2076
2077 Sun Apr 28 12:10:35 1996 Fred Fish <fnf@cygnus.com>
2078
2079 * symfile.h (psymbol_allocation_list): Expand comments which
2080 describe the psymbol allocation list and how each field is
2081 used.
2082
2083 Sun Apr 28 03:44:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2084
2085 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
2086 storage leaks.
2087 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
2088
2089 * infcmd.c (run_command), solib.c (locate_base): Check for
2090 target_has_execution in addition to inferior_pid, a core file
2091 from a threaded program is yielding a non-zero inferior_pid.
2092
2093 * sparc-tdep.c (get_saved_register): Handle window registers
2094 in a dummy frame correctly.
2095
2096 Sat Apr 27 20:38:32 1996 Fred Fish <fnf@cygnus.com>
2097
2098 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
2099 so that anything that wants an allocation function not yet pulled
2100 in, will get it from mmalloc rather than a system library.
2101 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
2102 to avoid surprising results when used.
2103
2104 Sat Apr 27 00:12:05 1996 Dawn Perchik (dawn@cygnus.com)
2105
2106 * stabsread.c: Changes and bug fixes for cfront support.
2107 Fix bug for class data members.
2108 Fix parsing bug when no base classes exist.
2109 Fix memory bug - allocate space for cplusplus specific info.
2110 Add support for static data.
2111 Add prototypes for static functions.
2112 Enhance comments to show what each function expects to parse.
2113 Cleanup code.
2114 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
2115 function to resolve_cfront_continuation.
2116
2117 Fri Apr 26 23:58:26 1996 Jeffrey A Law (law@cygnus.com)
2118
2119 * infrun.c (wait_for_inferior): Call registers_changed when
2120 restarting the inferior to get over a nullified instruction.
2121
2122 Tue Apr 24 12:12:55 1996 Dawn Perchik (dawn@cygnus.com)
2123
2124 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
2125 Add new support for parsing cfront stabs.
2126
2127 Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
2128
2129 * infrun.c (wait_for_inferior): Move "have_waited" label
2130 outside of #ifdef conditionals. Don't trash the wait status
2131 if we get a signal and the current instruction is nullified.
2132
2133 Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
2134
2135 * Makefile.in (VERSION): Bump version number to 4.16.1.
2136 * NEWS: Update for 4.16 release.
2137
2138 Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
2139
2140 * monitor.h: Clean up comment formatting.
2141 (current_monitor): Remove decl.
2142 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
2143 (push_monitor, SREC_SIZE): Remove.
2144 * monitor.c: Expand old macro into current_monitor derefs
2145 everywhere.
2146 * remote-os9k.c (current_monitor): Remove definition.
2147
2148 Mon Apr 22 14:54:45 1996 Mark Alexander <marka@superball.cygnus.com>
2149
2150 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
2151 hooks.
2152 (call_extra_exec_file_hooks): New function.
2153 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
2154 remove unused variables.
2155 (set_machine_hook): New function.
2156 (_initialize_h8300m): Initialize it.
2157
2158 Fri Apr 19 15:03:49 1996 Ian Lance Taylor <ian@cygnus.com>
2159
2160 * remote-mips.c (encoding): Don't specify size, to avoid bug in
2161 SunOS native compiler.
2162
2163 Thu Apr 18 18:46:57 1996 Stan Shebs <shebs@andros.cygnus.com>
2164
2165 * monitor.c: Use int rather than LONGEST for values, since
2166 the formatting strings are not prepared to accept long longs.
2167
2168 Wed Apr 17 20:17:27 1996 Doug Evans <dje@canuck.cygnus.com>
2169
2170 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
2171
2172 Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com)
2173
2174 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
2175 before de-referencing it. Prevents deref of NULL pointer if core
2176 file lacks .reg section.
2177 * defs.h: Rename floatformat_{to from}_long_double to
2178 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
2179 FROM}... macros.
2180 * findvar.c (extract_floating store_floating): Change all refs to
2181 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
2182 * utils.c: Change floatformat_{to from}_long_double to
2183 floatformat_{to from}_doublest cuz the new routines will use
2184 whatever size (double or long double) is appropriate.
2185 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2186 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
2187 floatformat... routine calls.
2188
2189 Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
2190
2191 * stabsread.c (read_type): Move handling of '@' from type
2192 number handling to handling of types proper (as emitted by gcc!).
2193 For typedefs, allocate the typedef type before reading its
2194 definition, to properly handling recursive types.
2195
2196 Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
2197
2198 * ch-exp.c (calculate_array_length): Fix prototype.
2199
2200 Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
2201
2202 * remote-nindy.c (nindy_open): Acquire more target state so that
2203 user can attach to a previously running program.
2204 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
2205 conversion code. That's all handled in {extract store}_floating
2206 now.
2207 * utils.c (floatformat_to_double): Don't bias exponent when
2208 handling zero's, denorms or NaNs.
2209 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2210 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
2211 FLOATFORMAT_TO/FROM_DOUBLEST macros.
2212 * config/i960/tm-nindy960.h: Undefine
2213 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
2214 REGISTER_CONVERTIBLE. These are no longer necessary now that all
2215 the magic happens in extract/store_floating.
2216
2217 Sat Apr 13 02:58:02 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2218
2219 * eval.c (evaluate_subexp_standard): Report error when attempting to
2220 evaluate subscripts for types which cannot be subscripted.
2221
2222 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
2223 Return a zero value with the return type of the member function
2224 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
2225 function.
2226 * values.h (value_x_binop, value_x_unop): Update prototypes
2227 accordingly.
2228 * eval.c (evaluate_subexp_standard): Update all callers of
2229 value_x_binop, value_x_unop accordingly.
2230
2231 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
2232 integral promotion on operands.
2233
2234 Fri Apr 12 13:19:27 1996 Fred Fish <fnf@cygnus.com>
2235
2236 * README: Update for 4.16 release.
2237 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
2238 * configure: Regenerate with autoconf.
2239 * config.in: Regenerate with autoheader.
2240 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
2241 * top.c (command_loop): Ditto.
2242
2243 Fri Apr 12 09:45:29 1996 Stu Grossman (grossman@critters.cygnus.com)
2244
2245 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2246 defaults for bi-endian targets. Replace function pointers for
2247 floatformat routines with macros. No need for these to be runtime
2248 selectable.
2249 * findvar.c: Get rid of floatformat function pointers. Use
2250 macros in extract_floating and store_floating.
2251 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
2252 Use floatformat macros.
2253
2254 Thu Apr 11 21:28:02 1996 Fred Fish <fnf@cygnus.com>
2255
2256 From: Miles Bader <miles@gnu.ai.mit.edu>
2257 * configure.in (AC_CHECK_HEADERS): check for endian.h.
2258 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
2259 Add host & target cases for i[345]86-*-gnu*.
2260 * config.in: Regenerate with autoheader.
2261 * configure: Regenerate with autoconf.
2262 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
2263 (init.c): Don't scan mig-generated files.
2264 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
2265 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
2266 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
2267 rather than "#ifndef MACH".
2268
2269 Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com>
2270
2271 * remote.c (remotewritesize): New GDB variable, controls size
2272 of memory packets sent to the target.
2273
2274 Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com)
2275
2276 * dcache.c: Add prototypes. Make many functions static.
2277 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
2278 dcache_poke call dcache_xfer_memory directly in order to fix
2279 problems with turning off dcache. dcache_peek is now unnecessary,
2280 so it goes away.
2281
2282 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2283 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
2284 to a struct floatformat. This allows for better handling of
2285 targets whose floating point formats differ from the host by more
2286 than just byte order.
2287 * (floatformat_to_long_double floatformat_from_long_double):
2288 Prototypes for new functions in utils.c.
2289 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
2290 for pointers to floating point conversion functions. The actual
2291 function uses either double or long double if the host supports it.
2292 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
2293 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
2294 * (extract_floating store_floating): Rewrite. Now, if host fp
2295 format is the same as the target, we just do a copy. Otherwise,
2296 we call floatformat_{to from}_doublest.
2297 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
2298 `write' to `should_write'.
2299 * utils.c (floatformat_to_long_double
2300 floatformat_from_long_double): New routines that implement long
2301 double versions of functions in libiberty/floatformat.c.
2302 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
2303 i960 extended real (80 bit) numbers.
2304 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
2305 actually read or written.
2306
2307 Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2308
2309 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
2310 (calculate_array_length): Move function from here ...
2311
2312 * ch-exp.c (calculate_array_length): ... to here.
2313 (parse_primval): If we have a symbol with an array type
2314 and the length is 0, call calculate_array_length.
2315
2316 Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2317
2318 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
2319 Add some checks for powerset compatibility.
2320
2321 * valops.c (value_slice): Use lowbound instead of lowerbound for
2322 call to slice_range_type to get correct bounds.
2323
2324 Mon Apr 8 12:53:56 1996 Fred Fish <fnf@cygnus.com>
2325
2326 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
2327 dependencies.
2328 * scm-lang.c (gdb_string.h): Include.
2329 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
2330 call to correct type (char *).
2331 * cp-valprint.c (cp_print_static_field): Ditto.
2332 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
2333 for external find_unwind_entry function (from hppa-tdep.c).
2334 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
2335 type of second arg to "char *" to be type compatible with
2336 dcache.
2337 (remote_wait): Cast second arg to strtol to correct type.
2338 * hppa-tdep.c (compare_unwind_entries): Change argument types to
2339 "const void *" to be type compatible with qsort, and then
2340 assign to local args prior to use.
2341
2342 Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
2343
2344 * infptrace.c (kill_inferior): Remove call to "kill"; update
2345 comments.
2346
2347 Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
2348
2349 * remote-e7000.c: don't append :23 to target port if __WIN32__
2350 is defined (it's WinGDB).
2351
2352 Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
2353
2354 From: Miles Bader <miles@gnu.ai.mit.edu>
2355 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
2356 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
2357 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
2358 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
2359
2360 Sun Apr 7 13:32:41 1996 Fred Fish <fnf@cygnus.com>
2361
2362 * configure.in (case host): Add i386sco5 host.
2363 * configure: Regenerate.
2364
2365 From: Robert Lipe <robertl@dgii.com>
2366 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
2367 target is an SVR3.2 with COFF, ELF, and shared libes, but
2368 no /proc.
2369 * config/i386/i386sco5.mh: New file.
2370 * config/i386/nm-i386sco5.h: New file.
2371
2372 Sat Apr 6 08:55:22 1996 Fred Fish <fnf@cygnus.com>
2373
2374 * bcache.c (bcache): When size of chunk to cache is exactly equal to
2375 BCACHE_MAXLENGTH, stash chunk as unique copy.
2376
2377 Sat Apr 6 00:46:26 1996 Fred Fish <fnf@cygnus.com>
2378
2379 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
2380 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
2381 use it, rather than calling add_psymbol_addr_to_list.
2382 (add_psymbol_addr_to_list): Delete.
2383 (add_psymbol_to_list): Make psymbol static to avoid random data in
2384 gaps due to alignment of structure members.
2385 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
2386 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
2387 performance improvements by inlining via complicated macros and
2388 they just make gdb larger and harder to maintain.
2389 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
2390 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
2391 add_psymbol_to_list with appropriate long or CORE_ADDR args.
2392 (add_partial_symbol): Ditto.
2393 * partial-stab.h: Ditto.
2394 * os9kread.c (read_os9k_psymtab): Ditto
2395 * mdebugread.c (parse_partial_symbols): Ditto.
2396 (handle_psymbol_enumerators): Ditto.
2397 (demangle.h): Include.
2398 * hpread.c (hpread_build_psymtabs): Ditto.
2399 (hpread_build_psymtabs): Ditto.
2400 (demangle.h): Include
2401
2402 start-sanitize-gdbtk
2403 Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
2404
2405 * gdbtk.c (running_now): New global variable.
2406 (gdb_cmd): Test it before executing any command.
2407 (gdbtk_call_command): Set it when inferior is running.
2408 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
2409 disable interaction with command window's text appropriately.
2410
2411 Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2412
2413 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
2414 some versions of the kernel don't support it.
2415 end-sanitize-gdbtk
2416
2417 Thu Apr 4 20:16:55 1996 Fred Fish <fnf@cygnus.com>
2418
2419 * configure.in: Check for setpgid function.
2420 * config.in: Regenerate with autoheader.
2421 * configure: Regenerate with autoconf.
2422 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
2423 if it is actually defined.
2424 (gdb_setpgid): Use HAVE_SETPGID.
2425 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
2426 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
2427 * c-exp.y, serial.c: Include <ctype.h>.
2428 * config/m68k/nm-news.h: Add typedef for pid_t which is
2429 apparently missing from <sys/types.h>. Enclose entire
2430 file in NM_NEWS_H ifndef and define when included.
2431 * config/mips/nm-news-mips.h: Ditto.
2432 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
2433 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
2434
2435 Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
2436
2437 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
2438 * arm-tdep.c (arm_apcs_32): New global.
2439 (arm_addr_bits_remove, arm_saved_pc_after_call,
2440 arm_push_dummy_frame, arm_pop_frame): New functions.
2441 (arm_skip_prologue): Updated version from Richard Earnshaw.
2442 (_initialize_arm_tdep): Add set/show "apcs32".
2443 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
2444 arm_addr_bits_remove.
2445 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
2446 (frame_find_saved_regs): Declare properly.
2447 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
2448 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
2449 explicit mask.
2450 * config/arm/nm-arm.h: New file.
2451 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
2452 Move definitions to nm-arm.h.
2453 * config/arm/arm.mh (NAT_FILE): Define.
2454
2455 * symfile.c (generic_load): Initialize data_count properly.
2456
2457 Thu Apr 4 17:17:53 1996 Fred Fish <fnf@cygnus.com>
2458
2459 * symmisc.c (print_objfile_statistics): Print memory used by
2460 psymbol cache obstack.
2461
2462 Thu Apr 4 15:43:07 1996 Stan Shebs <shebs@andros.cygnus.com>
2463
2464 * symfile.c (report_transfer_performance): New function.
2465 (generic_load): Call it to report transfer rate.
2466 * remote-e7000.c (e7000_load): Ditto.
2467
2468 Mon Apr 1 16:31:00 1996 Stan Shebs <shebs@andros.cygnus.com>
2469
2470 * mpw-make.sed: Change references to config.h to be in objdir,
2471 edit out rules to rebuild config.h.
2472
2473 Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
2474
2475 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
2476 proceeding.
2477
2478 Sun Mar 31 16:15:43 1996 Fred Fish <fnf@cygnus.com>
2479
2480 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
2481 fetch_register, child_xfer_memory): Use call_ptrace function supplied
2482 by infptrace.c rather than calling ptrace directly.
2483
2484 Sun Mar 31 15:39:00 1996 Stan Shebs <shebs@andros.cygnus.com>
2485
2486 * mon960-rom.c: Cleanups and elimination of unused code,
2487 clarify documentation string.
2488 (mon960_serial, mon960_ttyname): Remove.
2489 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
2490 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
2491
2492 Sat Mar 30 11:00:22 1996 Fred Fish <fnf@cygnus.com>
2493
2494 * configure.in: Check whether printf family supports printing
2495 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
2496 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
2497 * configure: Regenerate.
2498 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
2499 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
2500 * configure.in: Fix have_gregset and have_fpregset autoconf
2501 variable names so that they match the pattern required to
2502 cache them.
2503
2504 Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
2505
2506 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
2507 before testing against reg_ptr.
2508 * eval.c (evaluate_subexp_standard): Cast type of
2509 TYPE_FN_FIELD_VOFFSET to int.
2510 * findvar.c (extract_signed_integer, extract_unsigned_integer,
2511 extract_long_unsigned_integer): Cast type of sizeof to int.
2512 * values.c (unpack_field_as_long, modify_field): Ditto.
2513 * valops.c (value_assign, call_function_by_hand): Ditto.
2514 * infcmd.c (do_registers_info): Ditto.
2515 * ser-tcp.c (tcp_open): Ditto.
2516 * remote.c (putpkt): Ditto.
2517 * dcache.c (dcache_peek): Ditto.
2518 * dcache.c (dcache_poke): Ditto.
2519 * m2-exp.y (yylex): Ditto.
2520 * gnu-regex.c (re_match_2): Ditto.
2521 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
2522 out unused macro definition and variables.
2523 * inftarg.c (proc_wait): Move from main.c to here, and make static.
2524 * valprint.c (val_print_string): Change bufsize from int to unsigned.
2525 * main.c (wait.h): Include.
2526 * top.c (command_line_input): Remove unused variable "c".
2527 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
2528 value TYPE_CODE_TYPEDEF to switch statement.
2529 (f_type_print_varspec_suffix): Add missing enum value
2530 TYPE_CODE_TYPEDEF to switch statement.
2531 * ch-exp.c (parse_primval): Add remaining enumeration values to
2532 switch statement, with no specific action.
2533 (ch_lex): Add LOC_UNRESOLVED in switch statement.
2534 (pushback_token): Ifdef out, since code using it is ifdef'd out.
2535 * stabsread.c (cleanup_undefined_types): Remove unused label
2536 "badtype".
2537 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
2538 * maint.c (objfiles.h): Include.
2539 (maintenance_print_statistics): Remove unused variable "temp".
2540 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2541 unused variable "found_file_symbol".
2542 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
2543 * language.c (lang_bool_type): Use existing function local type
2544 variable rather than create block local variables.
2545 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
2546 * infptrace.c (wait.h, command.h): Include.
2547 * ser-tcp.c (gdb_string.h): Include
2548 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
2549 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
2550 * command.c (complete_on_enum): Make assignment used as truth value
2551 explictly check against NULL.
2552 (wait.h): Include.
2553 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
2554 that uses it is ifdef'd out.
2555 * parser-defs.h: Add prototype for write_dollar_variable.
2556 * infrun.c: Add prototype for write_pc_pid.
2557 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
2558 * symmisc.c (bcache.h): Include.
2559 * bcache.h: Add prototype for print_bcache_statistics.
2560 * symfile.c: Include <time.h>.
2561 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
2562 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
2563 * valarith.c (value_binop): Change result_len, promoted_len1,
2564 and promoted_len2 to unsigned int.
2565 * valarith.c (value_subscripted_rvalue): Change elt_offs and
2566 elt_size to unsigned int.
2567 * valops.c (value_array): Change typelength to unsigned int.
2568 (destructor_name_p): Change len to unsigned int.
2569 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
2570 * symfile.c (decrement_reading_symtab): Change return type to void.
2571 * valarith.c (value_subscript): Remove unused variable "word".
2572 (value_subscript): Remove unused variable "tint".
2573 * valops.c (auto_abandon): Ifdef out, since code using it is also
2574 ifdef'd out.
2575 * eval.c (init_array_element): Remove unused variable "val".
2576 * Makefile.in (values.o): Depends on scm-lang.h.
2577 (command.o): Depends upon wait_h.
2578 (ser-tcp.o): Depends upon gdb_string.h.
2579 (infptrace.o): Depends upon wait_h and command_h.
2580 (maint.o): Depends on objfiles.h and symfile.h.
2581 * values.c (allocate_repeat_value): Remove unused variable
2582 "element_type".
2583 (scm-lang.h): Include.
2584 * breakpoint.c (create_longjmp_breakpoint): Enclose in
2585 GET_LONGJMP_TARGET define, unused otherwise.
2586 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
2587 i386_remove_watchpoint and i386_stopped_by_watchpoint.
2588
2589 Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
2590
2591 * configure.in (sparc64-*-solaris2*): Delete.
2592 Stick with sparc-*-solaris2*.
2593 * configure: Regenerated.
2594
2595 Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
2596
2597 * valops.c (value_assign): Make copy of internal variable value
2598 before returning it as a new value, since it is owned by the
2599 internal variable and will be freed along with it.
2600
2601 Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
2602
2603 * From Peter Schauer.
2604 * breakpoint.c (breakpoint_re_set_one): Keep temporary
2605 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
2606 and bp_step_resume in case breakpoint_re_set_one is called due
2607 to a step over a dlopen call.
2608 * infrun.c (wait_for_inferior): Always remove breakpoints from
2609 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
2610
2611 Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
2612
2613 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
2614 non-prototyped case over prototyped case for C.
2615 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
2616
2617 Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
2618
2619 * os9kread.c (os9k_process_one_symbol): Note nonportable
2620 assumption that an int can hold a char *.
2621
2622 * bcache.h (struct hashlink): Wrap data[] inside union with
2623 double to force longest alignment.
2624 (BCACHE_DATA): New macro to access data[].
2625 (BCACHE_ALIGNMENT): New macro to get offset to data[].
2626 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
2627 address of cached data. Use BCACHE_ALIGNMENT to compute
2628 amount of space to allocate for each hashlink struct.
2629
2630 Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
2631
2632 * ch-lang.c (evaluate_subexp_chill): Fix typo.
2633
2634 Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
2635
2636 * Makefile.in (VERSION): Bump version to 4.15.3
2637
2638 Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
2639
2640 * config.in: Rename from config.h.in.
2641 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
2642 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
2643 * configure: Rebuild.
2644 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
2645 Set CONFIG_HEADERS to config.h:config.in.
2646
2647 Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2648
2649 * partial-stab.h (case N_ENDM): Finish current partial symbol
2650 table for Solaris 2 cc.
2651
2652 Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
2653
2654 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
2655 PC in the registers array. From Peter Schauer.
2656
2657 Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
2658
2659 * symfile.c (reread_symbols): Reinitialize bcache struct
2660 members to zero using memset. Also use memset to reinit
2661 global_psymbols and static_psymbols, rather than explicitly
2662 resetting each structure member.
2663
2664 Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
2665
2666 * configure.in: Add fragment to create stamp-h.
2667
2668 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2669 * configure.in (AC_CHECK_HEADERS): Check for link.h.
2670 * configure: Regenerate with autoconf.
2671 * config.h.in: Regenerate with autoheader.
2672 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
2673 is defined.
2674 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
2675 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
2676 older a.out based systems.
2677
2678 Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
2679
2680 * config.h.in: New file.
2681 * acconfig.h: New file, for autoheader.
2682 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
2683 * configure: Regenerate.
2684 * Makefile.in (defs_h): Add config.h
2685 (distclean): Remove config.h and stamp-h during distclean.
2686 (config.h, stamp-h): New targets to remake config.h when necessary.
2687 * defs.h (config.h): Include before any other includes or defines.
2688 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
2689 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
2690
2691 Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
2692
2693 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2694 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
2695 result in an empty line, to work around a bug in native Ultrix 4.4
2696 and OSF/1-3.2C make.
2697
2698 Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
2699
2700 * configure.in: Add gdbserver to configdirs under linux.
2701 * configure: Regenerate.
2702
2703 Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2704
2705 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
2706 * config/i386/tm-nbsd.h (NUM_REGS): Define.
2707
2708 Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
2709
2710 * solib.c (solib_break_names): Add _r_debug_state for
2711 vanilla SVR4 implementations. From Peter Schauer.
2712
2713 Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
2714
2715 * mon960-rom.c: New file; support mon960 rom monitor on i960.
2716 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
2717 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
2718 epecting prompt and echo during open.
2719 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
2720 determine if break should be sent as stop command.
2721 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
2722 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
2723 stack frame on mon960.
2724 * Makefile.in: Add mon960 files.
2725 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
2726 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
2727 * configure: Regenerated.
2728 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
2729 support mon960 rom monitor on i960.
2730
2731 Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
2732
2733 With Michael Snyder:
2734 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
2735 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
2736 (handle_load_dll): Don't reload symbols.
2737 (handle_exception): Use the DEBUG_* names.
2738 (child_wait): Add DEBUG_* code.
2739 (_initialize_inftarg): Add new commands to set debug_ names.
2740
2741 Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
2742
2743 * From Peter Schauer:
2744 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
2745 (bpstat_stop_status): Likewise.
2746 (remove_solib_event_breakpoints): Likewise.
2747 (clear_momentary_breakpoints): Likewise.
2748 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
2749 if we still can't read the memory for that breakpoint.
2750 (mention): Add bp_shlib_event case to keep gcc quiet.
2751
2752 Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
2753
2754 * breakpoint.h (enum enable): New enum shlib_disabled for
2755 shared library breakpoints that have been temporarily disabled.
2756 * breakpoint.c: Handle temporarily disabled shared library
2757 breakpoints like disabled breakpoints in most places.
2758 (insert_breakpoints): Use shlib_disabled to indicate
2759 that an unsettable breakpoint is only temporarily disabled.
2760 (re_enable_breakpoints_in_shlibs): New function.
2761 * corelow.c (solib_add_stub): After adding shared libraries,
2762 try to reenable any temporarily disabled breakpoints.
2763 * infcmd.c (attach_command): Likewise.
2764 * infrun.c (wait_for_inferior): Likewise.
2765
2766 Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
2767
2768 * defs.h (extract_long_unsigned_integer): Declare.
2769 * findvar.c (extract_long_unsigned_integer): New function.
2770 * printcmd.c (print_scalar_formatted): Use it.
2771 * valprint.c (val_print_type_code_int): Likewise.
2772
2773 Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
2774
2775 * infcmd.c (do_registers_info): Ignore anonymous registers.
2776 * sh-tdep.c (set processor): New command to set specific
2777 processor type.
2778 (sh_reg_names, sh3_reg_names): Arrays of register names for
2779 SH and SH3 processors.
2780 (sh_set_processor_type): New function.
2781 * sh3-rom.c (sh3_open): Call it.
2782 (sh3_regname): Add names of all the bank registers.
2783 (sh3_supply_register): Clean up formatting.
2784 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
2785 bank registers.
2786 (REGISTER_NAMES): Add names of bank registers.
2787 (FP15_REGNUM): Define.
2788 (REGISTER_VIRTUAL_TYPE): Use it.
2789 * monitor.c: Clean up some comments.
2790
2791 Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2792
2793 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
2794 s* and t* symbols too.
2795
2796 Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
2797
2798 * symfile.c (generic_load): Avoid division by zero.
2799
2800 Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
2801
2802 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
2803 not just those with HANDLE_SVR4_EXEC_EMULATORS.
2804
2805 From Peter Schauer:
2806 * breakpoint.c (internal_breakpoint_number): Move to file scope.
2807 (create_solib_event_breakpoint): Use an internal breakpoint number.
2808
2809 Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2810
2811 * valarith.c (value_in): Change builtin_type_chill_bool to
2812 LA_BOOL_TYPE.
2813
2814 Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2815
2816 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
2817 (match_string_literal): Handle control sequence.
2818 (match_character_literal): Deto.
2819
2820 * ch-lang.c (chill_printchar): Change formating of nonprintable
2821 characters from C'xx' to ^(num).
2822 (chill_printstr): Deto.
2823 (value_chill_card, value_chill_max_min): New functions to process
2824 Chill's CARD, MAX, MIN.
2825 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
2826
2827 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
2828 for Chill's CARD, MAX, MIN.
2829
2830 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
2831 and change return type from builtin_type_int to
2832 builtin_type_chill_bool.
2833
2834 Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
2835
2836 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
2837 from config/nm-nbsd.h.
2838 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
2839 from config/sparc/tm-nbsd.h.
2840
2841 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
2842 instead of in config/m68k/xm-hp300hpux.h.
2843
2844 Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2845
2846 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
2847 implementation for NetBSD systems.
2848
2849 Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
2850
2851 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
2852 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
2853
2854 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
2855 if "function" is pointer to non-function.
2856
2857 Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
2858
2859 * top.c (print_gdb_version): Update copyright year.
2860
2861 Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
2862
2863 From Peter Schauer:
2864 * infrun.c (wait_for_inferior): Remove breakpoints and
2865 switch terminal settings before calling SOLIB_ADD.
2866 * solib.c (enable_break, SVR4 variant): Don't map in symbols
2867 for the dynamic linker, the namespace pollution causes real
2868 problems.
2869
2870 Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
2871
2872 * remote-mips.c (common_breakpoint): Explicitly terminate the
2873 returned buffer.
2874
2875 Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
2876
2877 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
2878 * remote.c (remote_detach): Send a command 'D' to the target
2879 when detaching, update the function's comments.
2880
2881 Thu Jun 6 16:11:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
2882
2883 * gnu-nat.c (thread_cmd_list): New declaration.
2884 (parse_int_arg): New function.
2885
2886 Wed Jun 5 17:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
2887
2888 * gnu-nat.h (struct proc): Add DETACH_SC field.
2889 * gnu-nat.c (make_proc): Set DETACH_SC.
2890 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
2891 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
2892 (add_thread_commands): Add set/show for detach-suspend-count.
2893 Add takeover-suspend-count cmd.
2894 (inf_detach): Set suspend counts to the detach SC, not 0.
2895 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
2896 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
2897 set_thread_default_thread_detach_sc_cmd,
2898 show_thread_default_thread_detach_sc_cmd): New functions.
2899 (show_task_cmd): Also show detach-suspend-count values.
2900 (thread_takeover_sc_cmd): New function.
2901
2902 Fri May 31 16:49:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
2903
2904 * gnu-nat.c (show_thread_run_cmd): Actually print state.
2905
2906 Thu May 30 10:47:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
2907
2908 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
2909
2910 Tue May 28 17:06:36 1996 Miles Bader <miles@gnu.ai.mit.edu>
2911
2912 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
2913 pointer to the flags now, not the flags themselves.
2914
2915 Mon May 27 13:31:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
2916
2917 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
2918 (gnu_create_inferior): Check return from ptrace.
2919
2920 Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
2921
2922 * gnu-nat.h (struct proc): Add DEAD field.
2923 * gnu-nat.c (make_proc): Initialize DEAD.
2924 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
2925 (gnu_wait): Only abort for 0 threads if the task isn't dead.
2926
2927 Sat May 25 17:06:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
2928
2929 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
2930
2931 Wed May 22 18:44:28 1996 Miles Bader <miles@gnu.ai.mit.edu>
2932
2933 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
2934 (inf_set_traced): Only give no-signal-thread error message if
2935 turning *on* tracing.
2936
2937 Wed May 15 13:03:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
2938
2939 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
2940 set inf->threads_up_to_date to 0.
2941 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
2942 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
2943 (proc_update_sc): Cast thread state arg to thread_set_state.
2944 (proc_get_state): Cast thread state arg to thread_get_state.
2945 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
2946 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
2947 inf_update_procs before we lookup the thread.
2948 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
2949
2950 Tue May 7 17:52:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
2951
2952 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
2953
2954 Mon May 6 19:06:49 1996 Miles Bader <miles@gnu.ai.mit.edu>
2955
2956 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
2957 INIT_TRACEMASK instead of setting the exec flags.
2958
2959 Fri May 3 19:10:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
2960
2961 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
2962 the task's died, so others have a chance at it.
2963 (gnu_resume): When single-stepping a single thread, given an error
2964 if there is no such thread. When single-stepping one but running
2965 the others, just given a warning and still run all the threads.
2966 (gnu_wait): If there seem to be no threads, look harder, and
2967 signal an error if there really aren't any.
2968 (gnu_attach): Reset thread numbering to 0.
2969
2970 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
2971 thread name in warning messages.
2972
2973 * gnu-nat.c (active_inf): New function.
2974 (show_sig_thread_cmd, show_stopped_cmd): Use it.
2975 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
2976 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
2977 New functions.
2978 (add_task_commands): Add new port-right info commands.
2979
2980 Fri Apr 26 20:42:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
2981
2982 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
2983 use mach_msg with MACH_RCV_INTERRUPT.
2984 (set_noninvasive_cmd): New function.
2985 (add_task_commands): Add command entry for `set noninvasive'.
2986
2987 Mon Mar 4 14:12:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
2988
2989 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
2990 (safe_bcopy): Function removed.
2991
2992 Mon Dec 4 14:18:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
2993
2994 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
2995 (make_proc): Initialize state_valid & state_changed fields.
2996
2997 Tue Nov 28 17:51:21 1995 Miles Bader <miles@gnu.ai.mit.edu>
2998
2999 * reply_mig_hack.awk: New file.
3000
3001 Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
3002
3003 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
3004
3005 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
3006 threads.
3007
3008 Mon Nov 13 18:30:53 1995 Miles Bader <miles@gnu.ai.mit.edu>
3009
3010 * target.c (debug_to_check_threads): New function.
3011
3012 * inflow.c (terminal_init_inferior_with_pgrp): New function.
3013 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
3014 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
3015 but only if PROCESS_GROUP_TYPE is defined.
3016
3017 Mon Nov 6 16:42:09 1995 Miles Bader <miles@gnu.ai.mit.edu>
3018
3019 * target.c (debug_to_thread_alive): Pass through the return value.
3020
3021 Thu Nov 2 18:05:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
3022
3023 * target.c (signals, target_signal_from_host, target_signal_to_host):
3024 Add mach exceptions.
3025 * target.h (enum target_signal): Add mach exceptions.
3026
3027 Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
3028
3029 * gnu-nat.c: New file: gnu native backend.
3030 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
3031 * gnu-nat.h: New file.
3032 * config/nm-gnu.h: New file.
3033 * config/tm-i386gnu.h: New file.
3034 * config/xm-i386gnu.h: New file.
3035 * config/i386/i386gnu.mh: New file.
3036 * config/i386/i386gnu.mt: New file.
3037
3038 Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
3039
3040 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
3041 baseline for gdb 4.16 rerelease testing.
3042
3043 Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
3044
3045 * somsolib.c (som_solib_create_inferior_hook): Before returning
3046 call clear_symtab_users.
3047
3048 Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
3049
3050 * remote-e7000.c (e7000_open): Delete all breakpoints when
3051 connecting to e7000. Change connect message to allow use of
3052 monitor.exp in test suite.
3053 * (e7000_load): Print transfer rate of download.
3054 * symfile.c (generic_load): Print transfer rate of download.
3055
3056 Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
3057
3058 * configure.in (mips*-*-vxworks*): New config.
3059 * configure: Regenerated.
3060
3061 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
3062 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
3063 Remove, never used.
3064
3065 Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3066
3067 * partial-stab.h (case N_FUN): Function symbols generated
3068 by SPARCworks cc have a meaningless zero value, do not update
3069 pst->textlow if the function symbol value is zero.
3070
3071 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
3072 for function prototype declaration symbols.
3073
3074 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
3075
3076 * remote-e7000.c (e7000_load): New routine to download via the
3077 network.
3078 * (e7000_wait): Don't backup PC when we hit a breakpoint.
3079 Apparantly new sh2 pods get this right...
3080 * (e7000_ops): Add call to e7000_load.
3081
3082 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3083
3084 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
3085 m68knbsd-nat.c: New files, support for NetBSD/m68k.
3086
3087 * configure.in (m68k-*-netbsd*): New config.
3088 * configure: Regenerated.
3089
3090 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@cygnus.com>
3091
3092 * standalone.c (open, _initialize_standalone): Fix obvious typos
3093 reported by Martin Pool <martin@citr.uq.oz.au>.
3094
3095 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
3096
3097 * solib.c (solib_create_inferior_hook): Fix thinko.
3098
3099 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
3100
3101 * solib.c (solib_break_names): Define for Solaris and Linux.
3102 (enable_break): For SVR4 systems, first try to use the debugger
3103 interfaces in the dynamic linker to track shared library events
3104 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
3105 BKPT_AT_SYMBOL code to use shared library event breakpoints.
3106 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
3107 it no longer needs to restart/wait on the inferior.
3108 * symfile.c (find_lowest_section): No longer static.
3109 * symfile.h (find_lowest_section): Corresponding changes.
3110
3111 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@cygnus.com>
3112
3113 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
3114 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
3115 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
3116 * config/mips/tm-mips.h: Ditto.
3117 * config/pa/tm-hppa.h: Ditto.
3118 * config/rs6000/tm-rs6000.h: Ditto.
3119 * config/sparc/tm-sparc.h: Ditto.
3120
3121 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3122
3123 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
3124
3125 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
3126 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3127 #ifdef'd out definitions --- Causes serious gdb failures on
3128 the i386. Need to investigate further before enabling.
3129
3130 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
3131 fetch_core_registers): New functions. These functions are defined
3132 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
3133 with ptrace PT_GETREGS/PT_SETREGS.
3134
3135 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
3136
3137 * findvar.c (extract_floating store_floating): Replace `long
3138 double' with `DOUBLEST'.
3139
3140 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3141
3142 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3143 Define.
3144
3145 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
3146
3147 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
3148
3149 * breakpoint.h (remove_solib_event_breakpoints): Declare.
3150 * breakpoint.c (remove_solib_event_breakpoints): New function.
3151 * somsolib.c (solib_create_inferior_hook): Remove all solib event
3152 breakpoints before inserting any new ones. Use a solib event
3153 breakpoint for the breakpoint at "_start".
3154 Remove extraneous "\n" from calls to warning.
3155
3156 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
3157 name array.
3158
3159 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
3160
3161 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
3162 for CORE_ADDR values.
3163 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
3164 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
3165
3166 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3167
3168 * mipsread.c (mipscoff_symfile_read): Unconditionally add
3169 alpha coff dynamic symbols for all symbol files. Makes skipping
3170 over the trampoline code work when stepping from a function in a
3171 shared library into a function in a different shared library.
3172
3173 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
3174
3175 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
3176 RETURN_VALUE_ON_STACK to return long doubles on the stack.
3177
3178 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
3179
3180 * Makefile.in (ch-exp.o): Add dependencies.
3181 (various): Add gdb_string.h to dependencies that need it.
3182
3183 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
3184
3185 * symmisc.c (print_symbol_bcache_statistics): Update description for
3186 printing byte cache statistics.
3187
3188 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
3189
3190 * Add native support for long double data type.
3191 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
3192 to store actual data. Change types of INT and FLOAT tokens to
3193 typed_val_int and typed_val_float respectively. Create new token
3194 DOUBLE_KEYWORD to specify the string `double'. Make production
3195 for FLOAT use type determined by parse_number. Add production for
3196 "long double" data type.
3197 * (parse_number): Use sscanf to parse numbers as float, double or
3198 long double depending upon the type of typed_val_float.dval. Also
3199 allow user to specify `f' or `l' suffix to explicitly specify
3200 float or long double constants. Change typed_val to
3201 typed_val_int.
3202 * (yylex): Change typed_val to typed_val_int. Also, scan for
3203 "double" keyword.
3204 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
3205 type.
3206 * configure, configure.in: Add check for long double support in
3207 the host compiler.
3208 * defs.h: Define DOUBLEST appropriatly depending on whether
3209 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
3210 for functions that handle this type.
3211 * expression.h (union exp_element): doubleconst is now type
3212 DOUBLEST.
3213 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
3214 * findvar.c (extract_floating): Make return value be DOUBLEST.
3215 Also, add support for numbers with size of long double.
3216 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
3217 floating types.
3218 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
3219 DOUBLEST.
3220 * valarith.c (value_binop): Change temp variables v1, v2 and v to
3221 type DOUBLEST. Coerce type of result to long double if either op
3222 was of that type.
3223 * valops.c (value_arg_coerce): If argument type is bigger than
3224 double, coerce to long double.
3225 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
3226 arg type is float and > 8 bytes, then use pointer-to-object
3227 calling conventions.
3228 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
3229 Use appropriate format and precision to print out floating point
3230 values.
3231 * value.h: Fixup prototypes for value_as_double,
3232 value_from_double, and unpack_double to use DOUBLEST.
3233 * values.c (record_latest_value): Remove check for invalid
3234 floats. Allow history to store them so that people may examine
3235 them in hex if they want.
3236 * (value_as_double unpack_double): Change return value to DOUBLEST.
3237 * (value_from_double): Arg `num' is now DOUBLEST.
3238 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
3239 specific) to expect certain types to always be returned on the stack.
3240
3241 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
3242
3243 * bcache.c, bcache.h: New files to implement a byte cache.
3244 * Makefile.in (SFILES): Add bcache.c.
3245 (symtab_h): Add bcache.h.
3246 (HFILES_NO_SRCDIR): add bcache.h
3247 (COMMON_OBJS): Add bcache.o
3248 (bcache.o): New target.
3249 * dbxread.c (start_psymtab): Make global_syms & static_syms
3250 type "partial_symbol **".
3251 * hpread.c (hpread_start_symtab): Ditto.
3252 * os9kread.c (os9k_start_psymtab): Ditto.
3253 * stabsread.h (start_psymtab): Ditto.
3254 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
3255 * maint.c (maintenance_print_statistics): Call
3256 print_symbol_bcache_statistics.
3257 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
3258 and free pointers.
3259 * solib.c (allocate_rt_common_objfile): Ditto.
3260 * symfile.c (reread_symbols): Ditto.
3261 (free_objfile): Free psymbol bcache when objfile is freed.
3262 (objfile_relocate): Use new indirect psymbol pointers.
3263 * objfiles.h (struct objfile): Add psymbol cache.
3264 * symfile.c (compare_psymbols): Now passed pointers to pointers to
3265 psymbols.
3266 (reread_symbols): Free psymbol bcache when freeing other objfile
3267 resources.
3268 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
3269 psymbol using the psymbol bcache.
3270 (init_psymbol_list): Psymbol lists now contain pointers rather than
3271 the actual psymbols.
3272 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
3273 grown arrays of pointers.
3274 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
3275 bcache.
3276 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
3277 to partial symbol.
3278 (print_symbol_bcache_statistics): New function to print per objfile
3279 bcache statistics.
3280 (print_partial_symbol, print_partial_symbols,
3281 maintenance_check_symtabs, extend_psymbol_list):
3282 Account for change to pointer to pointer to partial symbol.
3283 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
3284 make_symbol_completion_list):
3285 Account for change to pointer to pointer to partial symbol.
3286 * symtab.h (bcache.h): Include.
3287 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
3288 type "partial_symbol **".
3289
3290 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
3291
3292 * dwarfread.c (free_utypes): New function.
3293 (read_file_scope): Call free_utypes as cleanup, rather than just
3294 freeing the utypes pointer.
3295
3296 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3297
3298 * demangle.c (is_cplus_marker): New function, checks if a
3299 character is one of the commonly used C++ marker characters.
3300 * defs.h (is_cplus_marker): Add prototype.
3301 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
3302 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
3303 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
3304 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
3305 values.c (vb_match): Use is_cplus_marker instead of comparison
3306 with CPLUS_MARKER.
3307
3308 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
3309
3310 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
3311 delete entirely someday.
3312
3313 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
3314
3315 * mpw-make.sed: Edit out makefile rebuild rule.
3316 (host_alias, target_alias): Comment out instead of deleting.
3317 (@LIBS@): Edit out references.
3318
3319 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
3320
3321 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
3322 Use n_psyms in OBJSTAT, not psyms.
3323
3324 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
3325
3326 * configure.in (sparclet-*-aout*): New config.
3327 * configure: Regenerated.
3328
3329 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
3330
3331 * somsolib.c (som_solib_add): Use xmalloc rather than bare
3332 unchecked call to malloc.
3333 * remote-mips.c (pmon_load_fast): ditto.
3334 * remote-mm.c (mm_open): ditto.
3335 * hpread.c (hpread_lookup_type): ditto.
3336 * remote-adapt.c (adapt_open): ditto.
3337
3338 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
3339
3340 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
3341 allocate_saved_f77_common_node, allocate_common_entry_node,
3342 add_common_block): Use xmalloc rather than malloc, some of which
3343 were unchecked.
3344 * gnu-regex.c: At same point as other gdb specific changes
3345 #undef malloc and then #define it to xmalloc.
3346 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
3347 bare unchecked calls to malloc/realloc.
3348 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
3349 unchecked call to malloc.
3350
3351 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
3352
3353 * symtab.c (gdb_mangle_name): Change opname var to be const to
3354 match return val of cplus_mangle_name.
3355 * i960-tdep.c: Change arg types of next_insn to match callers.
3356
3357 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
3358
3359 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
3360 apparently aren't needed in any reasonably recent version of
3361 linux.
3362
3363 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
3364
3365 * stabsread.c (read_range_type): If !self-subrange and language
3366 is Chill, assume a true range. If a true_range is a sub_subrange,
3367 use builtin_type_int for index_type.
3368
3369 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
3370
3371 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
3372 with an ANSI compiler.
3373
3374 start-sanitize-gdbtk
3375 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
3376
3377 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
3378 double-clicking will work again.
3379 (create_asm_win): Put "break" at end of all B1 bindings.
3380 (create_file_win): Lower "sel" tag, don't raise it.
3381 (ensure_line_visible): New proc.
3382 (update_listing, update_assembly): Use it.
3383 (create_copyright_window): Destroy window on Leave event.
3384 (create_command_window): Put "break" at end of all B2 bindings.
3385
3386 end-sanitize-gdbtk
3387 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
3388
3389 From Michael_Snyder@NeXT.COM (Michael Snyder):
3390 * valops.c (value_arg_coerce): Coerce float to double, unless the
3391 function prototype specifies float.
3392
3393 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
3394
3395 * language.c (set_language_command): Use languages table when
3396 printing available languages.
3397
3398 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
3399
3400 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
3401 * command.c (add_cmd): Add missing initialization for enums member.
3402 Reorder members to match structure declaration to make it easier to
3403 tell when one is missing.
3404 * exec.c (exec_file_command): Fix problem where filename in malloc'd
3405 memory is referenced after being freed.
3406
3407 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3408
3409 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
3410 AT_name tag is missing.
3411
3412 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
3413 FLTWATCH and FLTKWATCH are defined.
3414
3415 * remote.c (remote_read_bytes): Advance memaddr for transfers,
3416 return number of bytes transferred for partial reads.
3417
3418 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
3419
3420 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
3421
3422 * win32-nat.c (mappings): Add ppc registers.
3423 (child_resume): Turn off step for ppc.
3424
3425 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
3426
3427 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
3428 xm-cygwin32.h): New.
3429 * config/i386/(*win32*): Becomes *cygwin32*.
3430 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
3431 (powerpcle-*-cygwin32): New.
3432 * configure: Regenerate.
3433 * win32-nat.c (child_create_inferior): Call CreateProcess
3434 with the right program arg.
3435
3436 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
3437
3438 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
3439
3440 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
3441
3442 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
3443
3444 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
3445
3446 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
3447
3448 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
3449
3450 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
3451 here from config/i386/xm-i386mach.h, fix name.
3452 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
3453 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
3454 here from config/i386/xm-ptx4.h.
3455 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
3456 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
3457 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
3458 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
3459 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
3460
3461 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
3462 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
3463 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
3464
3465 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
3466
3467 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
3468 floating point correctly.
3469 (STORE_RETURN_VALUE): Likewise.
3470 * config/pa/tm-pro.h (SOFT_FLOAT): define.
3471
3472 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
3473
3474 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
3475 Define to what should be reasonable values. However, apparently
3476 a bug in linux mmap prevents mapped symbol tables from working.
3477
3478 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
3479
3480 * defs.h (errno.h>: Move #include closer to head of file to solve
3481 obscure problem with systems that declare perror with const arg, in
3482 both errno.h and stdio.h, and const is defined away by intervening
3483 local include.
3484
3485 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
3486
3487 From Jon Reeves <reeves@zk3.dec.com>:
3488 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
3489 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
3490
3491 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
3492
3493 * Makefile.in (diststuff): Make all-doc; diststuff target does not
3494 exist in doc/Makefile.in.
3495
3496 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
3497
3498 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
3499
3500 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3501
3502 * ch-valprint.c (calculate_array_length): New function to
3503 determine the length of an array type.
3504 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
3505 array type is zero, call calculate_array_length.
3506
3507 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
3508 values may not be sorted. Scan all entries and set the real lower
3509 and upper bound.
3510
3511 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
3512
3513 * config/xm-linux.h: Move include of solib.h and #define of
3514 SVR4_SHARED_LIBS from here ...
3515 * config/nm-linux.h: ...to here.
3516
3517 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
3518
3519 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
3520 Also check for gregset_t and fpregset_t types.
3521 * configure: Regenerate.
3522 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
3523 is defined.
3524 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
3525 and HAVE_FPREGSET_T are defined. These changes allow systems
3526 like linux that are migrating to /proc support to use a single
3527 configuration for both new and old versions.
3528
3529 * config/i386/linux.mt: Note that this is now for both a.out and
3530 ELF systems.
3531 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
3532 i386v4-nat.o
3533 * config/i386/tm-linux.h (tm-sysv4.h): Include.
3534 * config/i386/xm-linux.h (solib.h): Include
3535 (SVR4_SHARED_LIBS): Define.
3536 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
3537 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
3538 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
3539 defined.
3540
3541 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3542
3543 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
3544 * config/i386/xm-sun386.h: Ditto.
3545 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
3546
3547 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
3548
3549 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
3550
3551 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
3552
3553 From Greg McGary <gkm@gnu.ai.mit.edu>:
3554 * dcache.c (dcache_peek, dcache_poke): Advance addr for
3555 multi-byte I/O.
3556
3557 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
3558
3559 * infrun.c (normal_stop): Fix test for shared library event.
3560
3561 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
3562
3563 * configure.in (sparc64-*-*): Add default host configuration.
3564 start-sanitize-gdbtk
3565 (sparc64-*-solaris2* host): Link statically if GCC used.
3566 end-sanitize-gdbtk
3567 (sparc64-*-solaris2*): Add target configuration.
3568 * configure: Regenerated.
3569 * sparc/sp64sol2.mt: New file.
3570
3571 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
3572
3573 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
3574
3575 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
3576
3577 * Makefile.in (lint): Close backquotes.
3578
3579 start-sanitize-gdbtk
3580 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3581
3582 * gdbtk.tcl, gdbtk.c: Updated copyrights.
3583
3584 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
3585 greater.
3586 * configure: Rebuilt.
3587
3588 end-sanitize-gdbtk
3589 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
3590
3591 * NEWS: Make note of new record and replay feature for
3592 remote debug sessions.
3593 * serial.c (gdbcmd.h): Include.
3594 (serial_logfile, serial_logfp, serial_reading, serial_writing):
3595 Define here, for remote debug session logging.
3596 (serial_log_command, serial_logchar, serial_write, serial_readchar):
3597 New functions for remote debug session logging.
3598 (serial_open): Open remote debug session log file when needed.
3599 (serial_close): Close remote debug session log file when needed.
3600 (_initialize_serial): Add set/show commands for name of remote
3601 debug session log file.
3602 * serial.h (serial_readchar): Declare
3603 (SERIAL_READCHAR): Call serial_readchar().
3604 (SERIAL_WRITE): Call serial_write().
3605 (serial_close): Declare as extern.
3606 (serial_logfile, serial_logfp): Declare.
3607 * top.c (execute_command): Declare serial_logfp. Log user command
3608 in remote debug session log if log file is open.
3609 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
3610 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
3611 * remote-array.c (SREC_SIZE): Remove, duplicates define in
3612 monitor.h.
3613 * remote-array.c (hexchars, hex2mem): Remove, unused.
3614 * gdbserver/low-linux.c (store_inferior_registers): Remove
3615 unnecessary extern declaration of registers[].
3616 * gdbserver/Makefile.in (all): Add gdbreplay.
3617 * gdbserver/gdbreplay.c: New file.
3618 * gdbserver/README: Give example of recording a remote
3619 debug session with gdb and then replaying it with gdbreplay.
3620
3621 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
3622
3623 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
3624 (read_one_struct_field): Support boolean bitfields.
3625 * c-valprint.c (c_val_print): Print booleans properly.
3626
3627 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
3628
3629 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
3630 Remove, never used.
3631 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
3632
3633 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
3634
3635 * ch-exp.c (parse_tuple): Error if invalid mode.
3636
3637 * value.h (COERCE_ARRAY): Don't coerce enums.
3638 (COERCE_ENUM): Don't COERCE_REF.
3639 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
3640 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
3641 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
3642 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
3643 Add COERCE_REF before COERCE_ENUM.
3644 * values.c (value_as_long): Simplify.
3645
3646 * valops.c (value_array): Create internalvar if !c_style_arrays.
3647
3648 * language.c (lang_bool_type): Add Fortran support.
3649 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
3650
3651 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
3652
3653 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
3654 All references changed.
3655 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
3656 Update state table. Reformat so that it's still readable.
3657 When we hit the shlib_event breakpoint, set the calss of shlib_event.
3658 (breakpoint_1): Add "shlib events" as a breakpoint type.
3659 Print the shlib_event breakpoint like other breakpoints.
3660 (create_solib_event_breakpoint): New function.
3661 (breakpoint_re_set_one): Handle solib_event breakpoints.
3662 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
3663 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
3664 action.
3665 (create_solib_event_breakpoint): Declare.
3666 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
3667 (normal_stop): Inform the user when the inferior stoped due
3668 to a shared library event.
3669 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
3670 to control whether or not gdb continues the inferior or stops it when
3671 a shared library event occurs.
3672 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
3673 * somsolib.c (TODO list): Update.
3674 (som_solib_create_inferior_hook): Arrange for gdb to be notified
3675 when significant shared library events occur.
3676 * hppa-tdep.c (find_unwind_entry): No longer static.
3677
3678 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
3679
3680 * printcmd.c (print_insn): Pass fprintf_unfiltered to
3681 INIT_DISASSEMBLE_INFO.
3682 start-sanitize-gdbtk
3683 * gdbtk.c (gdb_disassemble): Likewise.
3684 end-sanitize-gdbtk
3685
3686 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
3687
3688 * remote.c (remotebreak): New GDB variable.
3689 (remote_break): New global.
3690 (remote_interrupt): Send a break instead of ^C if remote_break.
3691 * NEWS: Describe the new variable.
3692
3693 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
3694
3695 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
3696
3697 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
3698
3699 * hp300ux-nat.c (getpagesize): Remove unused function
3700 fetch_core_registers.
3701 (hp300ux_core_fns): Remove, is unused.
3702 (_initialize_core_hp300ux): Remove, is unused.
3703 (gdbcore.h): Remove #include, no longer needed.
3704
3705 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
3706
3707 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
3708 ptrace bug in aix4.1.3 on the rs6000.
3709
3710 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
3711
3712 * remote-hms.c (hms_ops): Add value for to_thread_alive.
3713 * remote-nindy.c (nindy_ops): Ditto.
3714 * remote-udi.c (udi_ops): Ditto.
3715
3716 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
3717
3718 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
3719 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
3720 pmon_load_fast): New functions. Support for the PMON monitor world.
3721 (common_open): New function to merge support for different monitors.
3722 (mips_open): Use common_open().
3723 (mips_send_command): New function.
3724 (mips_send_packet): Scan out-of-sequence packets.
3725 (mips_enter_debug, mips_exit_debug): New functions.
3726 (pmon_ops): New target definition structure.
3727
3728 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
3729
3730 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
3731 specified on the make command line (via make LIBS=xxx).
3732 start-sanitize-gm
3733 * configure.in (enable-gm): magic.o -> gmagic.o.
3734 end-sanitize-gm
3735
3736 start-sanitize-gdbtk
3737 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3738
3739 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
3740 (add_expr): Changes from create_expr_window.
3741 (create_command_window): Set focus.
3742 (delete_expr): Rewrote.
3743 (expr_update_button): New proc.
3744 (add_expr): Put bindings on FocusIn, FocusOut.
3745 Don't allow .file_popup to be torn off.
3746 end-sanitize-gdbtk
3747
3748 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
3749
3750 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
3751 is set but there are no psymtabs.
3752
3753 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
3754
3755 * dsrec.c (load_srec): Remove unused variable.
3756 * monitor.c (monitor_expect): Don't expect a ^C to echo.
3757 * serial.c (serial_open): Add parallel interface.
3758 * sh3-rom.c (parallel, parallel_in_use): New.
3759 (sh3_load): If parallel_in_use, download though the
3760 parallel port.
3761 (sh3_open): Open parallel port if specified.
3762 (sh3_close): New function.
3763 (_inititalize_sh3): Add sh3_close hook and documentation.
3764 * monitor.c (monitor_close): Export.
3765 * monitor.h (monitor_close): Add prototype.
3766
3767 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
3768
3769 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3770 * remote.c (remotetimeout): New GDB variable, use to set the
3771 remote timeout for reading.
3772
3773 start-sanitize-gdbtk
3774 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
3775
3776 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
3777 (update_listing): Use lassign. Use "see" to scroll. Don't need
3778 screen_top, screen_bot, screen_height.
3779 (update_assembly): Use "see" to scroll.
3780 (textscrollproc): Removed.
3781 (create_file_win): Don't use textscrollproc.
3782 (asmscrollproc): Removed.
3783 (create_asm_window): Don't use asmscrollproc.
3784 (create_asm_win): Ditto.
3785 (screen_height, screen_top, screen_bot): Removed.
3786 (run_editor): New proc.
3787 (build_framework): Use it.
3788 (create_file_win, create_source_window): Don't use textscrollproc.
3789 (create_breakpoints_window): Set -xscrollcommand on canvas.
3790 (not_implemented_yet): Default button is 0.
3791 (delete_char): Don't use tk_textBackspace.
3792 (create_command_window): Allow Tk bindings to fire after deleting
3793 character.
3794 (create_command_window): Make Delete delete left, not right.
3795 end-sanitize-gdbtk
3796
3797 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cygnus.com>
3798
3799 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
3800 to get "struct core_fns" defined.
3801 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
3802 Are dependent upon gdbcore_h.
3803
3804 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
3805
3806 * symfile.c (decrement_reading_symtab): New function.
3807 * symfile.c, symtab.h (currently_reading_symtab): New variable.
3808 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
3809 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
3810 currently_reading_symtab (since that could infinitely recurse).
3811
3812 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
3813
3814 * stabsread.c (read_struct_type): Trivial simplification.
3815
3816 * stabsread.c (define-symbol): Use invisible references
3817 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
3818 * valops.c (call_function_by_hand): Likewise.
3819 * eval.c (evaluate_subexp_standard): When known, use the formal
3820 parameter type as the expected type when evaluating arg expressions.
3821 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
3822
3823 start-sanitize-gdbtk
3824 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3825
3826 * main.c (main): Disable window interface if --help or --version
3827 specified.
3828
3829 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
3830
3831 Changes in sync with expect:
3832 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
3833 CY_AC_PATH_TK.
3834 * aclocal.m4: Replaced with version from expect.
3835 * configure: Regenerated.
3836 end-sanitize-gdbtk
3837
3838 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3839
3840 * configure.in, configure: Recognize rs6000-*-aix4*.
3841 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
3842 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
3843 * config/rs6000/xm-aix4.h: New file.
3844 * config/xm-aix4.h: New file.
3845
3846 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
3847
3848 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3849 * gdbserver/low-linux.c: New file.
3850 * remote.c (remote_read_bytes): Fix aborts on larger packets.
3851
3852 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
3853 Define.
3854 * stabsread.c (define_symbol): If register value is too large,
3855 tell what it is and what max is.
3856
3857 start-sanitize-gdbtk
3858 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
3859
3860 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
3861 gdbtk_tcl_flush): Use "see", not "yview".
3862 (gdbtk_tcl_query): Use questhead bitmap.
3863 various: Always wrap condition of 'if' in {...}.
3864 (add_breakpoint_frame): Set -value on radiobuttons.
3865 (lassign): New proc.
3866 (add_breakpoint_frame): Use lassign, not series of assignments.
3867 (decr): Made faster.
3868 (interactive_cmd): Use "see", not "yview".
3869 (not_implemented_yet): Use warning bitmap.
3870 (update_expr): Don't allow $expr to be evalled by Tcl.
3871 (create_expr_window): Don't use "focus".
3872 (delete_char, delete_line): Define globally.
3873 (delete_line, delete_char, create_command_window, update_autocmd,
3874 build_framework, create_asm_win, create_file_win): Use "see", not
3875 "yview".
3876 (create_copyright_window, center_window, bind_widget_after_class):
3877 New procs.
3878 (FSBox,create_command_window, create_autocmd_window): Binding
3879 changes for Tk4.
3880 (textscrollproc): Define globally.
3881 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
3882 Home, End, Up, and Down are all defined by Tk.
3883 (apply_filespec): Use error bitmap in dialog.
3884 (files_command): Don't use tk_listboxSingleSelect.
3885 (files_command): Don't use "uniq" to remove duplicates from a
3886 list.
3887 (update_assembly): Use lassign.
3888 (create_asm_win): Removed redundant bindings.
3889 (listing_window_button_1, file_popup_menu): Use tk_popup.
3890 (ButtonRelease-1 binding): Just remove tag from window; rest
3891 handled by Tk.
3892
3893 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
3894 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
3895 (gdbtk_call_command): Ditto.
3896 end-sanitize-gdbtk
3897
3898 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
3899
3900 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
3901 enum namespace -> enum_namespace change.
3902
3903 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3904
3905 * ch-exp.c (parse_primval): In case ARRAY, add missing
3906 FORWARD_TOKEN ().
3907
3908 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
3909
3910 * remote-mips.c (mips_receive_header): Recognize \012 instead
3911 of \n, but write \n when program sends a \012.
3912 * ser-mac.c (mac_input_buffer): Increase size of buffer.
3913
3914 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
3915
3916 * infptrace.c (initialize_infptrace): Move function out of
3917 #ifdef conditional; put code within the function inside an
3918 #ifdef conditional.
3919
3920 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
3921 arguments. Sorting is now dependent on OBJF_REORDERED. All
3922 callers/references changed.
3923 * dbxread.c (read_ofile_symtab): Correctly determine value for
3924 last_source_start_addr for reordered executables.
3925 (process_one_symbol): Handle N_FUN with no name as an end of
3926 function marker.
3927 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
3928 is the high text address for a psymtab.
3929 (case N_SO): Likewise.
3930 (case N_FUN): Handle N_FUN with no name as an end of function
3931 marker.
3932 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
3933 at the same address rather than a random subset of them.
3934 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
3935 * elfread.c (elf_symfile_init): Similarly.
3936 * somread.c (som_symfile_init): Similarly.
3937 * xcoffread.c (xcoff_symfile_init): Similarly.
3938
3939 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
3940
3941 * stack.c (print_stack_frame print_frame_info) symmisc.c
3942 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
3943 that catch_errors doesn't get blindsided by QUIT and lose the
3944 cleanup chain. This fixes a problem where ^C while in a
3945 user-defined command sometimes leaves instream NULL and causes a
3946 segfault in command_loop.
3947
3948 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3949
3950 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
3951
3952 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
3953
3954 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
3955 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
3956 srec.o renamed to dsrec.o.
3957
3958 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
3959
3960 * breakpoint.c (remove_breakpoint): Change error to warning so
3961 that hardware watchpoint removal problems won't leave breakpoint
3962 traps in the target.
3963 start-sanitize-gdbtk
3964 * configure configure.in: Make --enable-gdbtk be the default.
3965 end-sanitize-gdbtk
3966 * remote-e7000.c (e7000_insert_breakpoint,
3967 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
3968 breakpoints.
3969 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
3970 compensate for e7000 maladjustment.
3971 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
3972 which prevented hardware watchpoints from working.
3973
3974 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cygnus.com>
3975
3976 * infptrace.c (udot_info): New function.
3977 (PT_*): Define each individually if that one is not defined.
3978 * rs6000-nat.c (kernel_u_size): New function
3979 Include <sys/user.h> for "struct user"
3980 * alpha-nat.c (kernel_u_size): New function.
3981 Include <sys/user.h> for "struct user"
3982 * sparc-nat.c (kernel_u_size): New function.
3983 Include <sys/user.h> for "struct user"
3984 * i386b-nat.c (kernel_u_size): New function.
3985 * i386v-nat.c (kernel_u_size): New function.
3986 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
3987 (kernel_u_size): Declare.
3988 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
3989 (kernel_u_size): Declare.
3990 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
3991 (kernel_u_size): Declare.
3992 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
3993 (kernel_u_size): Declare.
3994 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
3995 (kernel_u_size): Declare.
3996
3997 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
3998
3999 * mdebugread.c (mylookup_symbol): enum namespace becomes
4000 enum_namespace type.
4001 * symfile.c (add_psymbol_to_list)
4002 (add_psymbol_addr_to_list): Ditto.
4003 * symtab.c (lookup_partial_symbol): Ditto.
4004 (lookup_symbol): Ditto.
4005 (lookup_block_symbol): Ditto.
4006 * win32-nat.c (handle_load_dll): Use incoming dll base.
4007 (child_wait): Catch DLL load errors.
4008 (create_child_inferior): Translated between paths correctly.
4009
4010 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
4011
4012 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
4013 from NUM_REGS to get number of general registers that we care about.
4014 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
4015 of number of general regs and number of floating point regs.
4016
4017 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
4018
4019 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
4020 (SKIP_TRAMPOLINE_CODE): New.
4021 * config/i386/xm-win32.h (CANT_FORK): Deleted.
4022 (SLASH*) Changed to use unix style slash.
4023 * symtab.h (namespace enum): becomes typedef to avoid namespace
4024 collision in C++.
4025 * infcmd.c (path_command): Use empty string if PATH name not set.
4026 * i386-tdep.c (skip_trampoline_code): New function.
4027 * srec.c: Renamed dsrec.c to avoid filename collision.
4028 * Makefile.in: Cope with renaming.
4029
4030 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
4031
4032 * symmisc.c (print_objfile_statistics): Print memory use statistics
4033 for objfile psymbol, symbol, and type obstacks.
4034
4035 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
4036
4037 * config/mips/nm-irix5.h: Restore.
4038 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
4039 from Lee Iverson <leei@ai.sri.com>.
4040 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
4041 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
4042
4043 For older changes see ChangeLog-95
4044 \f
4045 Local Variables:
4046 mode: indented-text
4047 left-margin: 8
4048 fill-column: 74
4049 version-control: never
4050 End:
This page took 0.108303 seconds and 5 git commands to generate.