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