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