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