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