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