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