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