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