3 * mswin/{Makefile.in configure configure.in}: New files for
4 configuring wingdb under Unix.
8 * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): Handle
9 missing or zero-sized .text sections properly.
10 * mdebugread.c: Handle scRConst and scSUndefined storage classes.
11 * stabsread.c (scan_file_globals): Try to resolve symbols
12 for shared libraries from the minimal symbol table of the main
18 * d10v-tdep.c, config/d10v/tm-d10v.h: Major fixes to support
19 inferior function calls and proper stack backtracing on D10V-EVA
25 * config/powerpc/linux.mh (NATDEPFILES): Fix up things so that it
27 (GDBSERVER_DEPFILES,TERMCAP): Ditto.
29 * monitor.c (dev_name,targ_ops): Move static variables before
30 first use, to avoid compiler warnings.
35 * m32r-tdep.c: Improved frame_chain and fn prologue analysis.
36 * configure.tgt: Add entry for m32r target.
37 * monitor.h: Add a flag to tell monitor_store_register to use
38 (val, regno) instead of (regno, val).
39 * monitor.c: Make monitor_store_register honor the above flag.
40 Make monitor_exp ignore DC1/DC3 for m32r.
41 Increase buf size in monitor_dump_regs.
45 * m32r-tdep.c, m32r-rom.c: New files.
46 * config/m32r/m32r.mt: New file.
47 * config/m32r/tm-m32r.h: New file.
52 * config/i386/xm-cygwin32.h:
53 * config/powerpc/xm-cygwin32.h:
54 add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
59 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
64 * TODO: Add item suggesting an "info bfd" command.
69 * d10v-tdep.c: Snapshot that supports D10V-EVA board.
71 * config/d10v/tm-d10v.h (REGISTER_NAMES): Add imap0,imap1,dmap.
72 (TARGET_READ_FP,TARGET_WRITE_FP): Define.
77 * mswin/genmakes mswin/recordit: New scripts to generate make
82 * config/mips/{tm-vr5000.h,tm-vr5000el.h,vr5000.mt,vr5000el.mt}:
84 * configure.tgt: Modify cases for vr5000 to use new files.
88 * config/alpha/alpha-osf3.mh (XM_CLIBS): Add -lm for OSF/1-4.0.
90 * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing
91 the entry to the exit system call to detect termination of the
92 inferior stopped working. Trace termination of the inferior via
93 PRFS_STOPTERM instead.
94 (procfs_init_inferior): Do not trace entry to exit system call
95 if PIOCSSPCACT is defined.
96 (procfs_wait): Handle PR_DEAD event, which signals the termination
97 of the inferior if PRFS_STOPTERM is set.
99 * mdebugread.c (parse_partial_symbols): Ignore stNil section
100 start address symbols.
102 * sparc-tdep.c (get_saved_register): Get saved PC from the
103 frame info if not in innermost frame.
107 * dbxread.c (process_one_symbol): Interpret end-of-function
108 markers correctly; this fixes problem on Vr5000 where all
109 functions in a module had the same address.
110 * configure.in, configure.tgt, configure.host, gdbserver/configure.in:
111 Correct for pc-linux-gnu problem in config.guess.
112 * configure: Regenerate.
116 * dbxread.c: Don't swap symbols in place, since internal and
117 external forms may have different sizes. Don't assume that an
118 internal_nlist has the same layout as an external_nlist. Create
119 symbol for n_strx element so to hide specifics of nlist from
121 * partial-stab.h: Don't reference dbxread symbols directly. Use
122 CUR_SYMBOL_STRX instead.
123 * config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP.
126 * config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for
128 * mswin/gdbwin.c (reg_order): Define register order for V850.
129 * mswin/gui.cpp (CGuiApp::InitInstance): Define target name for
131 * mswin/regdoc.h: Define MAXREGS for V850.
136 * v850-tdep.c (scan_prologue): Changes to deal with scheduled
137 prologues correctly. First, prologue end is now defined by
138 presence of a branch, jump or call insn. Second, can no longer
139 fix frame offsets because we may not know the offset until after a
140 register has been saved.
141 * (v850_init_extra_frame_info): Fixup frame offsets here because
142 we have all the info at this time.
143 * (v850_frame_chain): Use new calling convention for scan_prologue.
149 * d10v-tdep.c, config/d10v/tm-d10v.h: Changes to allow stack
150 backtraces and inferior function calls.
155 * mpw-make.sed: Update init.c editing to work with Oct 8 change.
156 (@HLDFLAGS@): Always edit out.
160 * mdebugread.c (parse_partial_symbols): Fix 64-bit
161 sign-extension problems in calculating psymtab addresses.
162 * buildsym.c (end_symtab): Use macro to pop context.
167 * v850-tdep.c: Cleanup lots of things. Add many comments.
169 * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix
170 sign bugs with scanning prologues. Get a little smarter about
171 calculating the length of uninteresting instructions.
176 * top.c: Add new commands "set annotate" and "show annotate".
180 * corelow.c (core_close): Clear inferior_pid only if there is
183 * cp-valprint.c (cp_print_value_fields): Pass correct address
187 * eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase
188 typedefs before checking for integral type of right operand.
192 * mdebugread.c (parse_symbol): Fix crash when malloc has
193 no type info and void type has no associated pointer type.
197 * configure.host: New file, host configuration mapping.
198 * configure.tgt: New file, target configuration mapping.
199 * configure.in: Remove host and target mapping.
200 * configure: Rebuild.
204 * breakpoint.c (must_shift_inst_regs): New global.
205 (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into
206 equivalent expression uses.
207 * infrun.c (wait_for_inferior): Ditto.
212 * v850-tdep.c (v850_push_arguments): Use symbolic names for arg
214 * config/v850/tm-v850.h: Change FP to 29. Define arg regs.
219 * Makefile.in (init.c): Don't use -s option with grep. It means
220 something different under Digital Unix.
222 * buildsym.c (finish_block): Treat LOC_BASEREG_ARG and
223 LOC_LOCAL_ARG as arguments so that GDB will know about function
224 args declared this way. Mostly affects dwarf.
225 * dwarfread.c (decode_die_type): Change default type from int to
226 void. This allows GDB to recognize void functions.
227 * (new_symbol): If AT_PROTOTYPED is present, set a flag in the
229 * findvar.c (extract_floating store_floating): Clean up comments
231 * gdbtypes.h: Add TYPE_FLAG_PROTOTYPED so that we can tell if a
232 function has a prototype. Currently, only dwarf supports this.
233 * utils.c (floatformat_from_doublest): Fix logic error with
234 converting from double to float. (It wasn't shifting mant_long if
235 it had a hidden bit.)
238 * v850-tdep.c: Add support for function calling. Fix some
239 problems with debugging code w/o debug symbols.
240 * config/v850/tm-v850.h: Ditto.
245 * utils.c: Always ensure that size_t is defined. Check
246 HAVE_STDDEF_H rather than __STDC__
247 (xmalloc, xrealloc): Use size_t rather than long.
251 * config/powerpc/tm-ppc-eabi.h: Undefine NO_SINGLE_STEP so targets
252 can use single-step commands.
256 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR is non-zero,
257 follow typedefs before checking TYPE_CODE for structures and unions.
261 * frame.h: Move definition of struct frame_saved_regs to before
262 struct frame to make it possible to use frame_saved_regs in
263 EXTRA_FRAME_INFO macro.
266 * v850-tdep.c config/v850/tm-v850.h: Lotsa new functions and
267 macros to make frame operations (such as backtrace) work.
272 * dbxread.c (process_one_symbol): Check for null string directly
273 rather than using strcmp against "".
274 * partial-stab.h: Ditto.
278 * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
279 Make it compile on Linux and eliminate some warnings.
283 * Makefile.in (init.c): Fixup final sed script to work around
284 Linux bug with `p' operator.
288 * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
290 (ddb_ops, pmon_ops): Fix the documentation strings.
294 * Makefile.in (init.c): Retro HPUX grep lacks -h option. Strip
295 filenames with sed instead.
299 * defs.h: Remove decls of xmalloc and xrealloc. There is a
300 conflicting definition in libiberty.h.
304 * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
305 than poking global variable (which is now static).
306 * hpread.c (hpread_build_psymtabs): Ditto.
307 * os9kread.c (os9k_symfile_read): Ditto.
308 * xcoffread.c (xcoff_initial_scan): Ditto.
310 * buildsym.h (free_pending_blocks): Declare here.
311 (pending_blocks): Remove declaration of global symbol.
312 (free_pendings): Remove declaration of global symbol.
313 (make_blockvector): Declare here.
314 (record_pending_block): Declare here.
316 * dstread.c (make_blockvector): Remove static copy that was old
317 clone of version in buildsym.c.
318 (process_dst_block): Call record_pending_block rather than doing
320 (read_dst_symtab): Ditto.
322 * buildsym.c (make_blockvector): Make global rather than static,
323 (record_pending_block): New function, code moved from finish_block.
324 (finish_block): Use record_pending_block.
325 (free_pending_blocks): New function.
326 (really_free_pendings): Call free_pending_blocks.
327 (pending_blocks): Make static instead of global.
328 (free_pendings): Make static instead of global.
332 * config/i386/windows.mh config/i386/xm-windows.h:: New config
333 files to support building Wingdb (built under Microsoft build
336 * Makefile.in: Add rule for hpux-thread.o (needs special header
338 * (SUBDIRS): Remove mswin.
339 * Change procedure for creating init.c. Speeds things up quite a
341 * config.in configure configure.in: Check for select, poll.
342 * Check for OSF header files before including hpux-thread.o.
343 * Don't configure doc or testsuite when building under MSVC.
344 * findvar.c value.h (read_register_pid write_register_pid): Make
345 global. Needed for hppa-tdep.c.
346 * (supply_register): Don't set pid to inferior_pid when supplying
348 * hppa-tdep.c (saved_pc_after_call): frame_saved_pc ->
350 * (frame_saved_pc): Change name to hppa_frame_saved_pc.
351 * (hppa_pop_frame): Don't use a pid of 0 with target_write_pc.
352 Use write_pc instead, which uses the correct pid.
353 * (target_read_pc target_write_pc): Use read/write_register_pid
354 instead of read/write_register to preserve the pid passed in.
355 * inftarg.c (child_can_run): Add flag child_suppress_run to allow
356 hpux-threads.c to override this as a runnable target.
357 * config/pa/nm-hppah.h: Define target_new_objfile and
359 * config/pa/tm-hppa.h (FRAME_SAVED_PC): Use hppa_frame_saved_pc
360 instead of frame_saved_pc.
361 * config/m68k/tm-m68k.h: Define TARGET_M68K for Wingdb.
362 * config/m68k/tm-monitor.h: Use FRAME_CHAIN_VALID_ALTERNATE, since
363 we can't easily determine the start file bounds with ELF.
364 * config/mips/tm-mips.h: Define TARGET_MIPS for Wingdb.
365 * hpux-thread.c: New file for HPUX/OSF thread support.
366 * osf-share/{README AT386/cma_thread_io.h HP800/cma_thread_io.h
367 RIOS/cma_thread_io.h cma_attr.h cma_deb_core.h cma_debug_client.h
368 cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h
369 cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h
370 cma_stack_int.h cma_tcb_defs.h cma_util.h}: New files for OSF
375 * buildsym.c (finish_block): Change innerblock_anon_complaint to
376 print the addresses as part of the complaint. Add a complaint for
377 cases where the block end address is smaller than the block start
378 address, in case any such conditions slip through our fixup mechanism.
379 * symmisc.c (dump_symtab): Only print blockvector for primary
380 symtabs, to avoid massive duplication of output due to secondary
381 symtabs that point to same blockvector. Also do some minor
386 Replace header_files global by per-objfile field.
387 * gdb-stabs.h (struct dbx_symfile_info): Add fields header_files,
388 n_header_files, n_allocated_header_files.
389 * stabsread.h (header_files, n_header_files, n_allocated_header_files):
390 Replace externs by macros HEADER_FILES, N_HEADER_FILES, and
391 N_ALLOCATED_HEADER_FILES.
392 * dbxread.c (dbx_symfile_finish): Free HEADER_FILES.
393 (free_header_files, init_header-files): Don't free/init headerfiles.
394 (various functions): Use macros instead of header_files globals.
395 * stabsread.c (various functions): Likewise.
399 * dwarf2read.c (read_tag_reference_type): New fn.
400 (read_type_die): Call it.
401 (dwarf_attr): Also look in the DIEs referred to by specification
402 or abstract_origin attributes.
406 * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
408 * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
409 Define with dummy pc arg.
410 * config/m68k/tm-nbsd.h: Ditto.
411 * doc/gdbint.texinfo: Document that SIGTRAMP_START and
412 SIGTRAMP_END are macros that take an single argument.
416 * defs.h: Remove define of PRIVATE_XMALLOC.
421 * config/v850/tm-v850.h: Use distinct register for PC, not EIPC.
426 * top.c (execute_control_command): Free values from while_control
427 and if_control conditions after evaluation to avoid storage leaks.
433 * configure configure.in: Recognize v850 target.
434 * v850-tdep.c: New file, NEC V850 target support.
435 * config/v850/{v850.mt tm-v850.h}: New files for NEC V850 support.
440 * infrun.c (wait_for_inferior): Update current_line and
441 current_symtab when stepping continues in the middle of a new line.
445 * top.c (print_gdb_version): Rewrote to comply with new GNU coding
446 standards for the --version option.
447 (print_gnu_advertisement): Remove, now part of print_gdb_version.
448 (show_version): Remove call to print_gnu_advertisement.
449 * top.h (print_gnu_advertisement): Remove prototype.
450 * main.c (print_gdb_help): Move help to static function and
452 (main): Call print_gdb_help rather than inlining it.
453 (main): Remove call to print_gnu_advertisement.
455 * gdbtk.tcl (create_copyright_window): Increase timeout from
456 15 seconds to 30 seconds.
462 * config/d10v/tm-d10v.h (TARGET_{INT,PTR}_BIT): Define.
463 (TARGET_{,LONG_}DOUBLE_BIT): Ditto.
468 * configure.in, config/i386/tm-linux.h: Fix configure
469 problem on older Linux systems that prevented core files
470 from being recognized.
474 * dbug-rom.c: New file, support for Motorola's dBUG monitor.
475 * config/m68k/monitor.mt (TDEPFILES): Add it.
481 * config/d10v/tm-d10v.h (SAVED_PC_AFTER_CALL): Fixed.
482 Now single-steps correctly.
483 * d10v-tdep.c (d10v_pop_frame): Fixed.
488 * config/sh/tm-sh.h (REGISTER_NAMES): Move fp registers to
489 be consistent with GCC.
490 (FPUL_REGNUM, etc): Renumber to match list changes.
491 (ADDR_BITS_REMOVE): Delete.
492 * sh-tdep.c (sh_reg_names, sh3_reg_names, sh3e_reg_names):
493 Rearrange to match REGISTER_NAMES.
494 * sh3-rom.c (sh3_regnames, sh3e_regnames): Ditto.
499 * d10v-tdep.c: Stack chain should work now.
503 * d10v-tdep.c, config/d10v/tm-d10v.h: Snapshot.
508 * configure.in: Add cases for MIPS 5000 like MIPS 4300.
509 * configure: Rebuild.
513 * ser-e7kpc.c: Added wingdb support for target e7000pc.
517 * remote-mips.c (pmon_wait): DDB PMON does not require forced
518 re-entry back into debug mode.
522 * remote-mips.c (mips_load): Ensure that the PC is explicitly
523 loaded after a load to a DDB PMON system.
527 * Makefile.in (INTERNAL_LDFLAGS): Add @HLDFLAGS@ to list.
528 (HLDENV): Set to @HLDENV@.
529 (gdb): Prefix link command line with $(HLDENV).
530 * configure.in: Add support to test for --enable-shared and
531 generate appropriate values for HLDFLAGS and HLDENV.
532 * configure: Regenerated with autoconf.
536 * alpha-nat.c (fetch_core_registers): Match Sep 4 gdbcore.h prototype
537 change for core_read_registers in struct core_fns.
538 * core-regset.c (fetch_core_registers): Ditto & add prototype.
539 * core-sol2.c (fetch_core_registers): Ditto & add prototype.
540 * i386aix-nat.c (fetch_core_registers): Ditto & add prototype.
541 * i386b-nat.c (fetch_core_registers): Ditto.
542 * i386mach-nat.c (fetch_core_registers): Ditto & add prototype.
543 * irix4-nat.c (fetch_core_registers): Ditto.
544 * irix5-nat.c (fetch_core_registers): Ditto.
545 * lynx-nat.c (fetch_core_registers): Ditto & add prototype.
546 * m68knbsd-nat.c (fetch_core_registers): Ditto.
547 * mips-nat.c (fetch_core_registers): Ditto & add prototype.
548 * rs6000-nat.c (fetch_core_registers): Ditto.
549 * sparc-nat.c (fetch_core_registers): Ditto.
550 * sun3-nat.c (fetch_core_registers): Ditto & add prototype.
551 * ultra3-nat.c (fetch_core_registers): Ditto & add prototype.
553 * alpha-nat.c (register_addr): Match Sep 4 gdbcore.h prototype change.
554 * delta68-nat.c (register_addr): Ditto.
555 * gdbserver/low-linux.c (register_addr): Ditto.
556 * gdbserver/low-hppabsd.c (register_addr): Ditto.
557 * i386m3-nat.c (register_addr): Ditto.
558 * mips-nat.c (register_addr): Ditto.
559 * ultra3-nat.c (register_addr): Ditto.
563 * blockframe.c (inside_main_func): Cleanup slightly. Move
564 mainsym def into the block it's used in.
565 * configure.in configure: Allow NATDEPFILES to be recognized in
566 .mh files regardless of whitespace.
568 * cpu32bug-rom.c (cpu32bug_cmds): Change load_response string to
569 keep downloads from hanging.
571 * remote-wiggler.c: Add support for flash upgrades.
572 * (wiggler_error): Fix message format. Add new error code.
573 * (wiggler_write_byets): Error code is hex. Report errors with
575 * (wiggler_read_byets): Report errors with proper routine name.
576 * (get_packet): Add support for new flash commands.
577 * (wiggler_load): Call clear_symtab_users() to reset things
578 properly after download.
579 * (flash_xfer_memory bdm_update_flash_command): New funxtions to
580 support flash upgrades for Wiggler.
581 * (_initialize_remote_wiggler): Add `bdm update-flash' command.
585 * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
589 * config/i386/cygwin32.mh:
590 * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
594 * value.h (COERCE_REF): Fix previous change.
595 (COERCE_ENUM): Add a check_typedef (this is the real fix).
599 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
600 better check of array boundaries.
604 * configure: Update aclocal.m4 and re-run autoconf to get correct
606 * remote-wiggler.c (wiggler_error): Error codes are hex. Also,
607 fix default message generation.
611 * Makefile.in: Add mswin to SUBDIRS. Add rules for
612 mswin/libwingdb.a and remote-wiggler.o.
613 * breakpoint.c (breakpoint_here_p): Clean up bp enabled test.
614 * (breakpoint_inserted_here_p): New func, just like
615 breakpoint_here_p, except it's honest. Honestly.
616 * breakpoint.h: Proto for above.
618 * configure configure.in: Add host *windows* to list of hosts
619 that don't support GDBtk.
621 * configure configure.in: Add mswin to configdirs if host is
623 * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
624 Change all vars that can contain addresses to type CORE_ADDR.
625 * findvar.c (supply_register): Allow val to be NULL. This means
626 that regno is unsupported.
627 * (read_pc read_pc_pid write_pc write_pc_pid): Make non-pid forms
628 just call pid forms with inferior_pid so that there's only once
629 place to hack PC's and such.
630 * infrun.c (proceed): Don't skip breakpoints if user changed PC.
631 * remote-wiggler.c: New file. Support for BDM interface from
633 * serial.c: Enhance serial logging capability. Add hex and octal
634 output modes (set remotelogbase {hex|octal|ascii}. Also log
635 breaks, timeouts, errors, and eofs.
636 * serial.h: Redefine SERIAL_SEND_BREAK to go through a wrapper
637 function so that we can log breaks. Don't export serial_logfile
639 * top.c (execute_command): Don't test for serial_logfp here.
640 Just call serial_log_comand, and let serial.c sort it out.
641 * valops.c (value_of_variable): Don't attempt to establish frames
642 for static and global variables. This makes things work a bit
643 better if the stack or frame pointer is trashed.
644 * config/m68k/monitor.mt (TDEPFILES): Add remote-wiggler.o.
645 * config/m68k/tm-m68k.h: Define STACK_ALIGN. CPU32 can't hack
646 misaligned stacks during function calls.
650 * terminal.h: Don't use #elif.
654 * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
657 * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
658 check number of args against bounds of array to avoid
661 * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
666 * remote-mips.c: Provide support for DDBVR4300 target board.
667 (ddb_open, ddb_ops): Added.
668 (mips_monitor_type): MON_DDB Added.
669 (mips_enter_debug, mips_exit_debug, mips_initialize,
670 mips_fetch_registers, common_breakpoint, mips_load,
671 _initialize_remote_mips): Updated.
675 * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
676 * nlm/configure: Regenerate.
678 * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
683 * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
684 CY_AC_LOAD_TCLCONFIG.
685 * configure: Rebuild.
689 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
690 find_pc_partial_function.
694 * configure: Regenerate again.
698 * configure.in: work around host_alias configure bug.
699 AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
700 and second by AC_CANONICAL_SYSTEM). The second clobbers the
701 previous setting. Circumventing by moving the second check
703 * configure: regenerated
708 * config/d10v/d10v.mt: New file.
709 * config/d10v/tm-d10v.h: New file.
710 * configure.in: New target D10V.
711 * d10v-tdep.c: New file.
716 * rs6000-tdep.c: Fix typo in comment.
717 * valops.c (call_function_by_hand): Set using_gcc to 2
718 for code compiled without -g, per comment in code.
719 * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
720 * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
721 * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
722 * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
723 * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
724 * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
725 (STACK_ALIGN): Add comment, move to be with other associated
726 macros, and document.
727 * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
728 (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
729 * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
730 * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
731 handled by PUSH_ARGUMENTS.
732 (PUSH_ARGUMENTS): Enclose args in ()'s.
736 * infrun.c (wait_for_inferior): Try to reenable shared library
737 breakpoints even if auto_solib_load is not set.
741 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
742 gracefully degrade to using command line interface if none is
747 * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
748 PRINTF_HAS_LONG_LONG.
749 * expprint.c (dump_expression): Ditto.
750 * configure.in: Fix check for long long support in compiler to
751 use a function body, not a nested function.
752 * configure: Rebuild with autoconf.
756 * aclocal.m4: Include ../bfd/aclocal.m4.
757 * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call
758 BFD_NEED_DECLARATION on malloc, realloc, and free.
759 * acconfig.h: Add NEED_DECLARATION_MALLOC,
760 NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
761 * configure, config.in: Rebuild.
762 * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
763 rather than __STDC__. Only declare malloc, realloc, and free if
764 NEED_DECLARATION_* is defined.
768 * solib.c (_initialize_solib): Add missing '\' chars at ends of
769 strings that continue on next line.
770 (enable_break): Replace "return 0" with setting success to zero
771 and letting normal return handle the return.
775 * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
776 are properly aligned.
780 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
781 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
782 to function, declare function correctly.
786 * symtab.h: changed namespace to _namespace for compiling under
791 * mpw-make.sed: Update for various recent changes, add some
794 * mpw-config.in: Fix name of Magic Cap-specific file.
799 * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
800 integer for type correctness.
804 * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
805 simulator is included.
809 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
811 (read_register_pid): Only needed when TARGET_READ_PC is not
813 * hppa-tdep.c (frame_saved_pc): Remove prototype.
814 * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
816 * config/xm-aix4.h (aix_resizewindow): Convert old style decl
818 * xcoffsolib.c (command.h): Include for needed prototypes.
822 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
828 * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
829 than SYMBOL_TYPE on msymbols.
830 * somsolib.c (som_solib_create_inferior_hook): Ditto.
832 * Makefile.in (init.c): Generate with prototypes.
834 * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
835 * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
836 * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
837 (pc_load_segment_name): Ditto.
839 (extract_return_value): Ditto.
840 (is_magic_function_pointer): Ditto.
841 (push_dummy_frame): Ditto.
842 (fix_call_dummy): Ditto.
843 (push_arguments): Ditto.
844 (skip_trampoline_code): Ditto.
845 (aix_process_linenos): Ditto.
847 * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
848 * config/m68k/tm-es1800.h: Ditto.
849 * config/m68k/tm-vx68.h: Ditto.
850 * config/m68k/tm-sun3.h: Ditto.
851 * config/m68k/tm-m68kv4.h: Ditto.
855 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
856 * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
857 * remote-mips.c (mips_read_processor_type): Remove prototype.
858 * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
859 * irix5-nat.c (fetch_core_registers): Add prototype.
863 * remote-pa.c (boot_board): Add dummy params to make type compatible
864 for passing to add_com.
865 * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
866 * buildsym.c (compare_line_numbers): Change function to match
867 prototype and also what qsort expects.
871 * remote.c: Make remote_write_size public.
872 * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
873 to prevent packet errors with some versions of CMON.
877 * defs.h: Define CONST_PTR as blank if compiling with Microsoft
878 C, else it's `const'.
879 * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
880 scm-lang.c: Microsoft C can't hack const pointers. Use CONST_PTR
882 * configure configure.in defs.h: Use AC_C_CONST to figure out if
883 the compiler supports const. Gets rid of some cruft in defs.h.
884 * dwarf2read.c: <string.h> -> "gdb_string.h"
885 * remote-sim.c: Add prototypes. Fix call to gdbsim_kill.
886 * sparcl-tdep.c (download): Add prototypes to write_routine and
889 * mswin/gdbwin.c: Don't include both varargs.h AND stdarg.h. Get
890 rid of varargs.h Include string.h.
891 * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
892 update): Fix prototypes, fix calls.
893 * (update): Return value for catch_errors.
894 * (run_execute_command togdb_command_from_tty togdb_command):
895 Cleanup catching of errors from calls to execute_command. Also,
896 dup command string to avoid modifying const strings.
897 * (togdb_breakinfo_i_init togdb_breakinfo_i_next): Use 0 instead
898 of NULL when see if b->address isn't set.
899 * (bi_disable_bpt bi_enable_bpt bi_delete_all
900 bi_delete_breakpoint): Add arg to calls to update.
901 * (gui_command): Add prototype.
902 * (mswin_query): Fix prototype.
903 * (_initialize_gdbwin): Dup string to avoid modifying const.
904 * (info_path togdb_get_info_path): Remove const from decls cuz
905 this can't be const (it points at malloc'ed memory).
906 * (togdb_searchpath): Remove const from path. Dup string to
907 avoid modifying const strings.
909 * (gdbwin_list_symbols): Regexp param is const.
910 * Fix lots of refs to psymtabs to deref correct pointers.
911 * (togdb_set_breakpoint_sal): Call set_breakpoint_sal with sal,
913 * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
914 toget_set_info_path): Fix prototypes to match reality.
915 * mswin/gui.cpp: Define _beginthreadex and _endthreadex routines
916 with proper prototypes.
917 * mswin/iface.cpp (gdbwin_fputs): Define with correct number of args.
918 * mswin/ser-win32s.c: Fix defs of min and max.
919 * mswin/serdll32.c (OpenComm16): Make cbInQueue and cbOutQueue be
921 * (WriteComm16): Change lpBug from LPVOID to LPCSTR.
922 * mswin/serdll32.h: Fix prototypes for OpenComm16 and WriteComm16.
926 * main.c (main): Make sure command loop is used with cygwin32.
927 * terminal.h: Allow cygwin32 to use termios.h.
932 * Makefile.in (LIB_INSTALL_DIR): New macro.
933 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
938 * somread.c (som_symtab_read): Handle secondary definition
939 symbols (aka weak symbols).
941 * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
946 * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
949 * somread.c: Rearrange order of includes to fix warnings under
950 hpux-10.10. Also don't include sys/file.h.
954 * dbxread.c: Don't include param.h or sys/file.h.
955 * (dbx_symfile_read): Determine symfile_relocatable from bfd
956 flags instead of file extension. Also clean up a little bit.
960 * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
961 mdebugread.c os9kread.c source.c top.c utils.c: Don't
962 include param.h or sys/file.h (or unistd.h in some cases).
963 * defs.h exec.c inflow.c remote-array.c remote-e7000.c
964 sparcl-tdep.c terminal.h utils.c: Replace all occurances of
965 __WIN32__, WINGDB, WIN32, etc... with _WIN32.
966 * main.c: Remove #ifndef WINGDB around option processing. Fix
967 bug with passing argc==0 and argv==NULL to getopt.
968 * (main) Remove calls to access() before source_command. Let
969 soure_command handle access errors.
970 * maint.c (maintenance_dump_me): #ifdef out for _WIN32.
971 * symtab.c (operator_chars): Make this global for wingdb.
972 * top.c (disconnect): #ifdef out for _WIN32.
973 * (source_command): If got an error and from_tty, then call print
974 error, else just return quietly.
975 * utils.c (fatal_dump_core): Can't kill ourselves under windows.
977 * (pollquit notice_quit): #ifdef out stuff that doesn't exist
982 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
983 structures > 4 bytes in size.
985 * valops.c (call_function_by_hand): Handle aligning stacks that
987 * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
988 (STACK_ALIGN): Define.
989 * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
990 alignment on structs/unions.
994 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
995 which is the documented type under at least AIX 3 and AIX 4.
999 * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
1001 (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
1004 start-sanitize-gdbtk
1007 * gdbtk.c (mainWindow): Deleted.
1008 (cleanup_init): Don't destroy main window.
1009 (gdbtk_init): Main window now created by Tk_Init.
1011 * configure.in: Most X checks now handled automatically by Tk.
1012 Use new macros to find Tcl/Tk.
1013 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
1014 * config.in, configure: Regenerated.
1016 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
1017 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
1022 * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
1023 this, define when contents are included.
1024 (mips_read_processor_type): Add prototype.
1025 * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
1026 * mdebugread.c (ecoff_relocate_efi): Add prototype.
1027 (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
1029 start-sanitize-gdbtk
1032 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
1037 * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
1038 (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
1039 (fetch_core_registers): Add prototype.
1040 (vmap_symtab): Ditto.
1041 (objfile_symbol_add): Ditto.
1043 (vmap_ldinfo): Ditto.
1048 * stabsread.c (get_substring): Declare second arg as int.
1050 * remote-es.c: Include gdb_string.h after defs.h.
1054 * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
1055 (branch_dest): Remove unused variable "offset".
1056 (pop_dummy_frame): Add prototype and make static.
1057 (push_arguments): Guard against using len uninitialized.
1058 (push_arguments): Guard against using arg uninitialized.
1059 (frame_saved_pc): Remove unused variable "frameless".
1060 (free_loadinfo): Ifdef out unused function.
1062 * xcoffread.c (compare_lte): Change prototype and function to
1063 be correct type for passing to qsort.
1064 (add_stab_to_list): Ifdef out unused function and prototype.
1065 (compare_lte): Add prototype
1066 (arrange_linetable): Ditto.
1067 (record_include_begin): Ditto.
1068 (record_include_end): Ditto.
1069 (process_linenos): Ditto.
1070 (xcoff_next_symbol_text): Ditto.
1071 (scan_xcoff_symtab): Ditto.
1072 (xcoff_initial_scan): Ditto.
1074 * mips-tdep.c (mips_read_processor_type): Add parens around
1075 bitwise-and operands in comparison; previous expression always
1076 evaluated to 0 because of equality comparison of two constants.
1078 * rs6000-tdep.c (skip_prologue): Add missing parens around
1079 operands of logical-or so that first operand does not bind
1080 to previous logical-and.
1082 * configure.in: Expand "long long" test to include code that triggers
1083 known problem on HPUX with native compiler.
1084 (configure): Regenerated.
1088 * somsolib.c (som_solib_create_inferior_hook): Don't
1089 warn if __d_pid can't be found.
1093 * config/mips/tm-mips.h (struct frame_info): Forward decl.
1094 (struct type): Ditto.
1095 (struct value): Ditto.
1097 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
1098 from mips-tdep.c to here.
1099 (sigtramp_end): Ditto.
1100 (fixup_sigtramp): Ditto.
1102 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
1103 (mips_frame_chain): Ditto.
1104 (mips_step_skips_delay): Ditto.
1105 (mips_frame_saved_pc): Ditto.
1106 (mips_find_saved_regs): Ditto.
1107 (mips_frame_num_args): Ditto.
1108 (mips_pop_frame): Ditto.
1109 (mips_extract_return_value): Ditto.
1110 (mips_store_return_value): Ditto.
1111 (mips_push_dummy_frame): Ditto.
1112 (mips_push_arguments): Ditto.
1113 (mips_do_registers_info): Ditto.
1114 (ecoff_relocate_efi): Ditto.
1115 (ecoff_relocate_efi): Ditto.
1116 * irix4-nat.c (fetch_core_registers): Add prototype.
1117 * mips-tdep.c (read_next_frame_reg): Add prototype
1118 (heuristic_proc_start): Ditto.
1119 (heuristic_proc_desc): Ditto.
1120 (mips_print_register): Ditto.
1121 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
1122 (procfs_stopped_by_watchpoint): Ditto.
1123 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
1124 (procfs_stopped_by_watchpoint): Ditto.
1125 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
1126 (struct symbol): Add forward decl for prototype.
1128 * breakpoint.c (internal_breakpoint_number): Only needed if
1129 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
1131 * objfiles.c (ecoff_relocate_efi): Remove prototype.
1135 * configure.in: Add test for "long long" support.
1136 * configure: Regenerate with autoconf.
1137 * acconfig.h: Add CC_HAS_LONG_LONG
1138 * config.in: Regenerate with autoheader.
1139 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
1140 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
1141 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
1142 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
1143 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
1144 (PRINTF_HAS_LONG_LONG): Remove.
1145 (FORCE_LONG_LONG): Remove.
1146 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
1147 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
1148 (PRINTF_HAS_LONG_LONG): Remove.
1149 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
1150 (PRINTF_HAS_LONG_LONG): Remove.
1151 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
1152 subtraction inside shift. Put parens around subtraction
1153 in operand of bitwise and.
1154 (struct frame_info): Forward declare
1155 if __STDC__ defined.
1156 (frame_saved_regs): Ditto.
1157 (struct value): Ditto.
1158 (struct type): Ditto.
1159 (struct inferior_status): Ditto.
1160 (init_extra_frame_info): Add prototype.
1161 (skip_prologue): Ditto.
1162 (frameless_function_invocation): Ditto.
1163 (frame_chain): Ditto.
1164 (frame_chain_valid): Ditto.
1165 (saved_pc_after_call): Ditto.
1166 (hppa_fix_call_dummy): Ditto.
1167 (hppa_push_arguments): Ditto.
1168 (pa_do_registers_info): Ditto.
1169 (in_solib_call_trampoline): Ditto.
1170 (in_solib_return_trampoline): Ditto.
1171 (push_dummy_frame): Ditto.
1172 * convex-tdep.c (decout): Use print_longest rather than
1174 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
1176 (INT_MIN): Fix so it works correctly when assigned to a long long.
1177 * valprint.c (longest_to_int): Rewrite to remove dependence
1178 on INT_MIN and INT_MAX.
1179 (print_longest): Rewrite the code that falls back to synthesized
1180 hex output when LONGEST value is not representable as in a long and
1181 printf doesn't support printing long longs.
1182 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1183 chill_print_type_scalar to LONGEST.
1184 chill_print_type_scalar): Make static and add prototype.
1185 * hppa-tdep.c (get_field): Ifdef out unused function.
1188 (extract_5_store): Ditto.
1189 (extract_11): Ditto.
1190 (extract_12): Ditto.
1191 (deposit_17): Ditto.
1192 (extract_14): Convert to static and add prototype.
1193 (deposit_14): Ditto.
1194 (extract_21): Ditto.
1195 (deposit_21): Ditto.
1196 (extract_17): Ditto.
1197 (extract_5r_store): Ditto.
1198 (extract_5R_store): Ditto.
1199 (extract_5_load): Ditto.
1200 (find_proc_framesize): Ditto.
1201 (find_dummy_frame_regs): Ditto.
1202 (sign_extend): Ditto.
1203 (find_unwind_entry): Add prototype.
1204 (find_return_regnum): Ditto.
1205 (unwind_command): Ditto.
1206 (find_dummy_frame_regs): Add parens around subtraction in operand
1208 (skip_prologue): Add parens around operands of logical-and inside
1209 operand of logical-or.
1210 (sign_extend): Add parens around operands of subtraction inside
1212 (low_sign_extend): Ditto.
1213 * top.c (filename_completer): Convert old style decl of
1214 filename_completion_function into prototype.
1215 * f-lang.c (patch_common_entries): Ifdef out unused function.
1216 * stabsread.c (read_cfront_baseclasses): Remove unused local
1217 variable "msg_noterm".
1218 (resolve_cfront_continuation): Remove unused local variable "fip".
1219 (read_type): Remove unused variable xtypenums.
1220 (read_cfront_static_fields): Remove unused variable "i".
1221 (read_cfront_static_fields): Remove unused variable "nfields".
1222 (read_cfront_member_functions): Add missing comment terminator.
1223 (read_cfront_static_fields): Return 1 rather than random value.
1224 (read_cfront_baseclasses): Ditto.
1225 (read_cfront_baseclasses): Ditto.
1226 (read_cfront_baseclasses): Ditto.
1227 * somsolib.c (som_solib_create_inferior_hook): Remove unused
1229 (som_solib_create_inferior_hook): Remove unused variable
1231 (language.h): Add for needed prototypes.
1232 (som_solib_sharedlibrary_command): Add prototype.
1233 * hpread.c: (hpread_read_array_type): Add prototype.
1234 * somread.c (hpread_build_pysmtabs): Add prototype.
1235 (hpread_symfile_finish): Ditto.
1236 (hpread_symfile_init): Ditto.
1237 * hppah-nat.c (fetch_register): Convert old style decl
1239 (gdbcore.h): Include for needed prototypes.
1240 (fetch_register): Remove unused variable "mess".
1241 * remote-pa.c (get_offsets): Ifdef out unused function.
1242 (remote_start_remote): Remove unused variable "timeout".
1243 (boot_board): Add prototype.
1244 (reaad_frame): Add prototype.
1245 (getpkt): Remove unused variable "bp".
1246 (remote_kill): Add prototype.
1247 (remote_mourn): Add prototype.
1248 (remote_insert_breakpoint): Add prototype.
1249 (remote_remove_breakpoint): Add prototype.
1250 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
1251 * infcmd.c (do_registers_info): Only need prototype if
1252 DO_REGISTERS_INFO is not defined.
1253 (breakpoint_auto_delete_contents): Only need if
1254 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1258 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
1259 (END_PSYMTAB): Ditto.
1260 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
1264 * printcmd.c (_initialize_printcmd): Initialize
1265 tm_print_insn_info.flavour.
1266 start-sanitize-gdbtk
1267 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
1272 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
1273 (arm-tdep.o): Ditto.
1275 (i386ly-tdep.o): Ditto.
1276 (i960-tdep.o): Ditto.
1277 (m68k-tdep.o): Ditto.
1278 (nindy-tdep.o): Ditto.
1279 (scm-lang.o): Ditto.
1280 (w65-tdep.o): Ditto.
1281 (z8k-tdep.o): Ditto.
1282 (m68k-tdep.o): Depends upon value_h and gdb_string.h
1283 (m2-valprint.o): Depends upon m2-lang.h.
1284 (sparc-tdep.o): Depends upon gdb_string.h
1285 (valprint.o): Depends upon valprint.h
1287 * remote-e7000.c (notice_quit): Remove prototype.
1288 * top.c (initialize_targets): Remove prototype, now in target.h.
1289 * stabsread.c (resolve_cfront_continuation): Remove prototype.
1290 * dbxread.c (resolve_cfront_continuation): Remove prototype.
1291 * symfile.h (set_demangling_style): Remove prototype.
1292 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
1293 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
1295 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
1297 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
1298 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
1299 * scm-lang.c (find_function_in_inferior): Remove prototype.
1300 (value_allocate_space_in_inferior): Ditto.
1301 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
1302 * defs.h (strchr): Remove declarations, they are declared in
1308 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
1309 passed to f77_print_array_1.
1310 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
1311 * scm-exp.c (scm_istr2int): Remove unused variable "j".
1312 (scm_parse): Remove unused variable "str".
1313 * hp300ux-nat.c (store_inferior_register): Remove unused variable
1315 (store_inferior_registers): Remove unnecessary decl "registers".
1316 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
1317 * scm-lang.c (scm_get_field): Remove unused variable "val".
1318 (scm_lookup_name): Remove unused variable "symval".
1319 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
1320 * procfs.c (do_attach, do_detach): Remove unused variable "result".
1321 (last_resume_pid): Remove unused static variable.
1322 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
1324 * objfiles.c (map_to_address): Remove unused function.
1325 * f-valprint.c (print_max): Remove extraneous extern decl,
1327 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
1328 * ch-exp.c (write_lower_upper_value): Remove prototype for
1331 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
1332 * ch-exp.c (parse_mode_call): Ditto.
1333 * f-valprint.c (there_is_a_visible_common_named): Ditto.
1334 * f-lang.c (clear_function_list): Ditto.
1335 (get_bf_for_fcn): Ditto.
1336 (clear_bf_list): Ditto.
1337 (add_common_block): Ditto.
1338 (patch_all_commons_by_name): Ditto.
1339 (find_first_common_named): Ditto.
1340 (add_common_entry): Ditto.
1341 (allocate_saved_function_node): Ditto.
1342 (allocate_saved_bf_node): Ditto.
1343 (allocate_common_entry_node): Ditto.
1344 (allocate_saved_f77_common_node): Ditto.
1346 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
1347 * dcache.c (gdbcore.h): Ditto.
1348 * i386ly-tdep.c (gdbcore.h): Ditto.
1349 * i960-tdep.c (gdbcore.h): Ditto.
1350 * m2-valprint.c (m2-lang.h): Ditto.
1351 * m68k-tdep.c (gdbcore.h): Ditto.
1353 (gdb_string.h): Ditto.
1354 * nindy-tdep.c (gdbcore.h): Ditto.
1355 * scm-lang.c (gdbcore.h): Ditto.
1356 * scm-valprint.c (gdbcore.h): Ditto.
1357 * w65-tdep.c (gdbcore.h): Ditto.
1358 * z8k-tdep.c (gdbcore.h): Ditto.
1359 * sparc-tdep.c (gdb_string.h): Include.
1360 * valprint.c (valprint.h): Include.
1362 * config/xm-lynx.h: Remove part of comment about INT_MIN
1363 redefined warnings from defs.h, since INT_MIN define in
1364 defs.h is now protected by #ifndef INT_MIN.
1365 * config/i386/xm-i386bsd.h: Ditto.
1366 * config/m68k/xm-hp300bsd.h: Ditto.
1367 * config/m68k/xm-news.h: Ditto.
1369 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
1370 definition as 0x80000000. The macro in defs.h is better.
1371 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
1372 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
1373 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
1374 * config/pa/xm-hppab.h: Ditto.
1376 * core-aout.c (fetch_core_registers): Add prototype.
1377 * hp300ux-nat.c (fetch_inferior_register): Ditto.
1378 (store_inferior_register_1): Ditto.
1379 (store_inferior_register): Ditto.
1380 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
1381 *scm-valprint.c (c_val_print): Ditto.
1382 * procfs.c (add_fd): Ditto.
1385 (sigcodename): Ditto.
1386 (sigcodedesc): Ditto.
1387 (procfs_kill_inferior): Ditto.
1388 (procfs_xfer_memory): Ditto.
1389 (procfs_store_registers): Ditto.
1390 (create_procinfo): Ditto.
1391 (procfs_init_inferior): Ditto.
1392 (proc_set_exec_trap): Ditto.
1393 (procfs_attach): Ditto.
1394 (procfs_detach): Ditto.
1395 (procfs_prepare_to_store): Ditto.
1396 (procfs_files_info): Ditto.
1397 (procfs_open): Ditto.
1398 (procfs_wait): Ditto.
1399 (procfs_fetch_registers): Ditto.
1400 (procfs_mourn_inferior): Ditto.
1401 (procfs_can_run): Ditto.
1402 (procfs_thread_alive): Ditto.
1403 (procfs_stop): Ditto.
1404 * alpha-nat.c (fetch_core_registers): Ditto.
1405 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
1406 * objfiles.c (ecoff_relocate_efi): Ditto.
1407 * inflow.c (pass_signal): Ditto.
1408 (handle_sigio): Ditto.
1409 * annotate.c (breakpoint_changed): Ditto.
1410 * callback.c (wrap): Ditto.
1413 * utils.c (malloc_botch): Ditto.
1414 (fputs_maybe_filtered): Ditto.
1415 (vfprintf_maybe_filtered): Ditto.
1416 * defs.h (notice_quit): Ditto.
1417 * defs.h (xmalloc, xrealloc): Ditto.
1418 * top.c (stop_sig): Ditto.
1419 (init_signals): Ditto.
1420 (user_defined_command): Ditto.
1421 (source_cleanup_lines): Ditto.
1422 (dont_repeat_command): Ditto.
1423 (serial_log_command): Ditto.
1424 (disconnect): Ditto.
1425 * target.h (initialize_targets): Ditto.
1426 * os9kread.c (read_minimal_symbols): Ditto.
1427 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
1429 (push_parse_stack): Ditto.
1430 (pop_parse_stack): Ditto.
1431 (is_pending_symbol): Ditto.
1432 (add_pending): Ditto.
1433 * serial.c (serial_logchar): Ditto.
1434 (serial_interface_lookup): Ditto.
1435 * serial.h (serial_log_command): Ditto.
1436 * f-valprint.c (info_common_command): Ditto.
1437 * gdbtypes.h (print_type_scalar): Ditto.
1438 * scm-valprint.c (scm_scmlist_print): Ditto.
1440 * scm-lang.c (scm_printstr): Ditto.
1442 (evaluate_subexp_scm): Ditto.
1443 * scm-exp.c (scm_read_token): Ditto.
1444 (scm_skip_ws): Ditto.
1445 (scm_lreadparen): Ditto.
1446 * m2-lang.c (emit_char): Ditto.
1447 (m2_printchar): Ditto.
1448 (m2_printstr): Ditto.
1449 (m2_create_fundamental_type): Ditto.
1450 * f-lang.c (emit_char): Ditto.
1451 (f_printchar): Ditto.
1452 (f_printstr): Ditto.
1453 (f_create_fundamental_type): Ditto.
1454 * ch-lang.c (chill_printchar): Ditto.
1455 (chill_printstr): Ditto.
1456 (chill_create_fundamental_type): Ditto.
1457 (value_chill_length): Ditto.
1458 (value_chill_card): Ditto.
1459 (value_chill_max_min): Ditto.
1460 (evaluate_subexp_chill): Ditto.
1461 * ch-exp.c (PEEK_TOKEN): Ditto.
1462 (peek_token_): Ditto.
1463 (forward_token_): Ditto.
1464 (parse_case_label): Ditto.
1465 (parse_opt_untyped_expr): Ditto.
1466 (parse_unary_call): Ditto.
1467 (parse_call): Ditto.
1468 (parse_named_record_element): Ditto.
1469 (parse_tuple_element): Ditto.
1470 (parse_opt_element_list): Ditto.
1471 (parse_tuple): Ditto.
1472 (parse_primval): Ditto.
1473 (parse_operand6): Ditto.
1474 (parse_operand5): Ditto.
1475 (parse_operand4): Ditto.
1476 (parse_operand3): Ditto.
1477 (parse_operand2): Ditto.
1478 (parse_operand1): Ditto.
1479 (parse_operand0): Ditto.
1480 (parse_expr): Ditto.
1481 (parse_then_alternative): Ditto.
1482 (parse_else_alternative): Ditto.
1483 (parse_if_expression): Ditto.
1484 (parse_untyped_expr): Ditto.
1485 (growbuf_by_size): Ditto.
1486 (match_simple_name_string): Ditto.
1487 (decode_integer_value): Ditto.
1488 (decode_integer_literal): Ditto.
1489 (match_float_literal): Ditto.
1490 (match_float_literal): Ditto.
1491 (match_string_literal): Ditto.
1492 (match_character_literal): Ditto.
1493 (match_integer_literal): Ditto.
1494 (match_bitstring_literal): Ditto.
1495 (write_lower_upper_value): Ditto.
1496 * ch-lang.h (type_lower_upper): Ditto.
1497 * c-lang.c (emit_char): Ditto.
1498 * dwarfread.c (free_utypes): Ditto.
1499 * stabsread.h (resolve_cfront_continuation): Ditto.
1500 * stabsread.c (get_substring): Ditto.
1501 (read_one_struct_field): Ditto.
1502 * stabsread.h (process_later): Ditto.
1503 * demangle.c (set_demangling_command): Ditto.
1504 * defs.h (set_demangling_style): Ditto.
1505 * maint.c (maintenance_info_command): Ditto.
1506 (print_section_table): Ditto.
1507 (maintenance_info_sections): Ditto.
1508 (maintenance_print_command): Ditto.
1509 * symtab.h (maintenance_print_statistics): Ditto.
1510 * objfiles.h (in_plt_section): Ditto.
1511 * objfiles.c (add_to_objfile_sections): Ditto.
1512 * bcache.c (hash): Ditto.
1513 (lookup_cache): Ditto.
1514 * exec.c (bfdsec_to_vmap): Ditto.
1516 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
1517 * language.c (unk_lang_printchar): Ditto.
1518 (unk_lang_printstr): Ditto.
1519 (unk_lang_create_fundamental_type): Ditto.
1520 (unk_lang_print_type): Ditto.
1521 (unk_lang_val_print): Ditto.
1522 (unk_lang_value_print): Ditto.
1523 * target.c (update_current_target): Ditto.
1524 (debug_to_open): Ditto.
1525 (debug_to_close): Ditto.
1526 (debug_to_attach): Ditto.
1527 (debug_to_detach): Ditto.
1528 (debug_to_resume): Ditto.
1529 (debug_to_wait): Ditto.
1530 (debug_to_fetch_registers): Ditto.
1531 (debug_to_store_registers): Ditto.
1532 (debug_to_prepare_to_store): Ditto.
1533 (debug_to_xfer_memory): Ditto.
1534 (debug_to_files_info): Ditto.
1535 (debug_to_insert_breakpoint): Ditto.
1536 (debug_to_remove_breakpoint): Ditto.
1537 (debug_to_terminal_init): Ditto.
1538 (debug_to_terminal_inferior): Ditto.
1539 (debug_to_terminal_ours_for_output): Ditto.
1540 (debug_to_terminal_ours): Ditto.
1541 (debug_to_terminal_info): Ditto.
1542 (debug_to_kill): Ditto.
1543 (debug_to_load): Ditto.
1544 (debug_to_lookup_symbol): Ditto.
1545 (debug_to_create_inferior): Ditto.
1546 (debug_to_mourn_inferior): Ditto.
1547 (debug_to_can_run): Ditto.
1548 (debug_to_notice_signals): Ditto.
1549 (debug_to_thread_alive): Ditto.
1550 (debug_to_stop): Ditto.
1551 start-sanitize-gdbtk
1552 * gdbtk.c (null_routine): Ditto.
1553 (gdbtk_flush): Ditto.
1554 (gdbtk_fputs): Ditto.
1555 (gdbtk_query): Ditto.
1556 (gdbtk_readline): Ditto.
1557 (gdbtk_readline_end): Ditto.
1558 (gdb_get_breakpoint_list): Ditto.
1559 (gdb_get_breakpoint_info): Ditto.
1560 (breakpoint_notify): Ditto.
1561 (gdbtk_create_breakpoint): Ditto.
1562 (gdbtk_delete_breakpoint): Ditto.
1563 (gdbtk_modify_breakpoint): Ditto.
1566 (gdb_sourcelines): Ditto.
1567 (map_arg_registers): Ditto.
1568 (get_register_name): Ditto.
1569 (gdb_regnames): Ditto.
1570 (get_register): Ditto.
1571 (gdb_fetch_registers): Ditto.
1572 (register_changed_p): Ditto.
1573 (gdb_changed_register_list): Ditto.
1575 (call_wrapper): Ditto.
1576 (gdb_listfiles): Ditto.
1578 (gdbtk_dis_asm_read_memory): Ditto.
1579 (compare_lines): Ditto.
1580 (gdb_disassemble): Ditto.
1581 (tk_command): Ditto.
1582 (cleanup_init): Ditto.
1583 (gdbtk_interactive): Ditto.
1585 (gdbtk_wait): Ditto.
1586 (gdbtk_call_command): Ditto.
1587 (tk_command_loop): Ditto.
1588 (gdbtk_init): Ditto.
1590 * breakpoint.h (set_breakpoint_sal): Ditto.
1591 * remote-utils.c (usage): Ditto.
1592 * remote.c (set_thread): Ditto.
1593 (remote_thread_alive): Ditto.
1594 (get_offsets): Ditto.
1595 (read_frame): Ditto.
1596 (remote_insert_breakpoint): Ditto.
1597 (remote_remove_breakpoint): Ditto.
1598 * sparc-nat.c (fetch_core_registers): Ditto.
1599 * corelow.c (add_to_thread_list): Ditto.
1601 * inftarg.c (proc_wait): Ditto.
1602 * infptrace.c (udot_info): Ditto.
1603 (fetch_register): Ditto.
1604 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
1605 (hardwire_print_tty_state): Ditto.
1606 (hardwire_flush_output): Ditto.
1607 (hardwire_flush_input): Ditto.
1608 (hardwire_send_break): Ditto.
1609 (hardwire_setstopbits): Ditto.
1610 * ser-tcp.c (tcp_return_0): Ditto.
1611 (tcp_noflush_set_tty_state): Ditto.
1612 (tcp_print_tty_state): Ditto.
1613 * solib.c (match_main): Ditto.
1614 * gdbtypes.c (print_bit_vector): Ditto.
1615 (print_arg_types): Ditto.
1616 (dump_fn_fieldlists): Ditto.
1617 (print_cplus_stuff): Ditto.
1618 * symfile.h (entry_point_address): Ditto.
1619 * symfile.c (decrement_reading_symtab): Ditto.
1620 * valops.c (value_arg_coerce): Ditto.
1621 * value.h (find_function_in_inferior): Ditto.
1622 (value_allocate_space_in_inferior): Ditto.
1623 * values.c (vb_match): Ditto.
1624 * thread.c (info_thread_command): Ditto.
1625 (restore_current_thread): Ditto.
1626 (thread_apply_all_command): Ditto.
1627 (thread_apply_command): Ditto.
1628 * inferior.h (write_pc_pid): Ditto.
1629 * infrun.c (delete_breakpoint_current_contents): Ditto.
1630 * breakpoint.c (print_it_normal): Ditto.
1631 (watchpoint_check): Ditto.
1632 (print_it_done): Ditto.
1633 (print_it_noop): Ditto.
1634 (maintenance_info_breakpoints): Ditto.
1635 (create_longjmp_breakpoint): Ditto.
1636 (hbreak_command): Ditto.
1637 (thbreak_command): Ditto.
1638 (watch_commnd_1): Ditto.
1639 (rwatch_command): Ditto.
1640 (awatch_command): Ditto.
1641 (do_enable_breakpoint): Ditto.
1642 * ch-valprint.c (chill_val_print_array_elements): Ditto.
1643 * eval.c (evaluate_subexp): Ditto.
1645 (evaluate_struct_tuple): Ditto.
1646 * eval.c (init_array_element): Ditto.
1648 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
1649 * breakpoint.c (hw_breakpoint_used_count): Ditto.
1650 (hw_watchpoint_used_count): Ditto.
1651 * findvar.c (write_register_gen): Ditto.
1652 (read_register_pid): Ditto.
1653 * symtab.c (cplusplus_hint): Ditto.
1654 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
1655 * ch-valprint.c (chill_print_type_scalar): Ditto.
1656 * gdbtypes.c (add_name): Ditto.
1657 (add_mangled_type): Ditto.
1658 (cfront_mangle_name): Ditto.
1659 * sparc-tdep.c (isbranch): Ditto.
1660 * inftarg.c (child_stop): Ditto.
1661 * win32-nat.c (child_stop): Ditto.
1662 * mac-nat.c (child_stop): Ditto.
1663 * remote-utils.c (sr_com): Ditto.
1664 * dbxread.c (process_now): Ditto.
1665 * ch-exp.c (require): Ditto.
1666 (check_token): Ditto.
1668 (parse_mode_call): Ditto.
1669 (parse_mode_or_normal_call): Ditto.
1670 * scm-lang.c (scm_lookup_name): Ditto
1671 * f-lang.c (allocate_saved_bf_node): Ditto.
1672 (allocate_saved_function_node): Ditto.
1673 (allocate_saved_f77_common_node): Ditto.
1674 (allocate_common_entry_node): Ditto.
1675 (add_common_block): Ditto.
1676 (add_common_entry): Ditto.
1677 (find_first_common_named): Ditto.
1678 (patch_common_entries): Ditto.
1679 (patch_all_commons_by_name): Ditto.
1680 (clear_bf_list): Ditto.
1681 (get_bf_for_fcn): Ditto.
1682 (clear_function_list): Ditto.
1683 * scm-exp.c (scm_istr2int): Ditto.
1684 (scm_istring2number): Ditto.
1685 * scm-valprint.c (scm_inferior_print): Ditto.
1686 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
1687 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
1688 (f77_create_arrayprint_offset_tbl): Ditto.
1689 (f77_print_array_1): Ditto.
1690 (f77_print_array): Ditto.
1691 (list_all_visible_commons): Ditto.
1692 (there_is_a_visible_common_named): Ditto.
1693 * mdebugread.c (ecoff_relocate_efi): Ditto.
1694 * callback.c (os_close): Ditto.
1695 (os_get_errno): Ditto.
1700 (os_read_stdin): Ditto.
1702 (os_write_stdout): Ditto.
1707 (os_shutdown): Ditto.
1709 (os_printf_filtered): Ditto.
1711 * scm-lang.h (scm_parse): Change old style decl to prototype.
1712 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
1713 * top.c (init_proc): Ditto.
1714 (query_hook): Ditto.
1715 (error_hook): Ditto.
1716 * f-lang.c (c_value_print): Ditto.
1717 * ch-exp.c (parse_expression): Ditto.
1718 (parse_primval): Ditto.
1719 (parse_untyped_expr): Ditto.
1720 (parse_opt_untyped_expr): Ditto.
1722 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
1723 (sparc_frame_saved_pc): Ditto.
1724 (sparc_push_dummy_frame): Ditto.
1725 (sparc_pop_frame): Ditto.
1726 * defs.h (fclose): Ditto.
1728 (error_hook): Ditto.
1730 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
1731 * rs6000-tdep.c (single_step): Ditto.
1732 * sparc-tdep.c (single_step): Ditto.
1734 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
1735 to PTR which is what make_cleanup expects.
1736 * utils.c (null_cleanup): Change arg type to PTR.
1737 * defs.h (null_cleanup): Change prototype to match actual function.
1738 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
1739 * ch-valprint.c (chill_val_print): Cast 2nd arg of
1740 chill_print_type_scalar to LONGEST.
1741 * infrun.c (wait_for_inferior): Have empty switch case for
1742 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
1743 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
1744 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
1746 * symfile.c (generic_load): Scan long int using a long int spec,
1748 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
1750 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
1752 * inflow.c (handle_sigio): Only need prototype when the actual
1753 function is compiled in.
1754 * valprint.c (longest_to_int): Expand error message to be
1755 separate messages for args larger than largest signed int
1756 and args smaller than smallest signed int.
1757 * valprint.c (print_longest): Fix problems with support for case
1758 where compiler supports type "long long" but the runtime doesn't
1759 support printing them with "%ll".
1760 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
1761 return types to void since we don't actually return anything
1762 meaningful and callees ignore the values anyway.
1763 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
1765 (modify_run_on_last_close_flag): Ditto.
1766 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
1768 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
1770 * infrun.c (wait_for_inferior): Ensure random_signal is not used
1772 * valops.c (call_function_by_hand): Ensure struct_addr is not used
1774 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
1776 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
1778 start-sanitize-gdbtk
1779 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
1780 to proper pointer type, from int.
1781 (gdbtk_query): Change first arg to "const char *" from "char *".
1783 * infptrace.c (udot_info): Add two dummy args so that the type is
1784 correct for passing to add_info.
1785 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
1787 (saved_bf_symnum): Ditto.
1788 (SAVED_FUNCTION): Ditto.
1789 (SAVED_FUNCTION_PTR): Ditto.
1791 (SAVED_BF_PTR): Ditto.
1792 * ch-exp.c (parse_named_record_element): Build error message in
1793 temporary buffer before passing it to expect, rather than passing
1794 wrong number of args to expect.
1795 * demangle.c (set_demangling_style): Call set_demangling_command with
1796 correct number of arguments.
1797 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
1798 int to match actual function.
1799 (os_isatty): Call fdmap with right number of arguments, was missing
1800 the host_callback* arg.
1801 * target.c (cleanup_target): Prototype all functions casts.
1802 * target.h (one_stepped, single_step): Declare here and convert
1803 single_step to prototype.
1804 * infrun.c (one_stepped, single_step): Don't declare externs
1805 here, they have moved to target.h.
1806 * eval.c (init_array_element): Declare previously undeclared
1807 last two args as LONGEST.
1808 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
1809 start-sanitize-gdbtk
1810 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
1815 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
1819 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
1820 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
1821 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
1822 text address. Use a seperate flag (textlow_not_set) instead.
1823 This makes stabs in ELF .o files work a lot better.
1824 * mdebugread.c xcoffread.c: Define textlow_not_set for
1826 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
1828 start-sanitize-gdbtk
1831 * gdbtk.tcl (files_command): Reorder the binding tags for
1832 the listbox widget to avoid referencing the listbox after
1833 the containing widget has been destroyed by the action of
1839 * dwarf2read.c (struct filenames): Change internal "struct file"
1840 to "struct fileinfo" to avoid conflict with "struct file" in
1841 <sys/file.h> on HPUX and Solaris.
1843 start-sanitize-gdbtk
1846 * gdbtk.tcl (delete_expr): Unset corresponding element of
1847 expr_update_list when destroying an expression.
1848 (create_expr_window): Initialize expr_num, delete_expr_num,
1849 and expr_update_list here when each new expression window
1850 is created, rather than once at startup.
1855 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
1856 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
1857 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
1858 (SFILES): Add dwarf2read.c.
1859 (dwarf2read.o): Add build rule.
1860 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
1862 * elfread.c (elf_symfile_read): Call them.
1863 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
1867 * symfile.c (symfile_bfd_open):
1868 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
1869 free the user from having to type the .exe extension.
1873 * mon960-rom.c: Shorten the mon960_inits string to a single
1874 carriage return; this prevents a hang on connecting immediately
1875 after powerup, when MON960 is attempting autobaud detection.
1879 * a29k-tdep.c (get_saved_register): Allow PC to be modified
1880 when innermost frame is selected, but not in outer frames.
1884 * command.c (do_setshow_command): Don't segfault when showing
1885 var_string and var_string_noescape vars that are NULL.
1889 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
1890 cygwin32_conv_to_posix_path.
1891 (child_create_inferior): unix_path_to_dos_path renamed to
1892 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
1896 * defs.h printcmd.c: Create global disassemble_info structure
1898 start-sanitize-gdbtk
1899 * gdbtk.c (gdb_disassemble): Setup di.mach from
1900 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
1902 * i386-tdep.c (set_assembly_language_command): set
1903 tm_print_insn_info.mach to the appropriate value for 386 or 8086
1905 * printcmd.c (print_insn): Move init of disassembler_info to
1906 _initialize_printcmd. Set endian for disassembler here.
1907 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
1908 select sparc/sparclite.
1909 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
1910 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
1911 bfd_mach_sparc/bfd_mach_sparc_sparclite.
1915 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
1916 than xmalloc/xrealloc.
1920 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
1921 a NULL pointer, not a -1.
1925 * i386-tdep.c (set_assembly_language_command): New routine to
1926 select between i386 and i8086 instruction sets for disassembly.
1927 New command `set assembly-language {i386 i8086}'.
1931 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1932 Disable use of "long long" memory read/write commands; can't
1933 use them because we hold the values to read/write in an int
1934 variable, and because strtoul fails on values that exceed the
1935 size of a long. This fixes breakpoint problems on MON960.
1939 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
1940 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
1944 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
1945 and MMALLOC_CHECK macros, and add comment indicating how host dependent
1946 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
1947 to use it but to not do heap corruption checking.
1948 * gdbserver/Makefile.in: Ditto.
1949 * utils.c (init_malloc): Replace warning() use with direct call of
1950 fprintf_unfiltered, since current_target has not yet been set and thus
1951 we cannot use warning(). If we try to use mmcheck and it fails,
1952 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
1953 defined. Other small mmalloc related cleanups.
1954 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
1955 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
1957 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1958 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1959 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1960 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1961 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
1962 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1963 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1964 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
1965 Remove obsolete defines.
1967 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
1968 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
1969 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
1970 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
1971 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
1972 * config/powerpc/aix.mh (MMALLOC_DISABLE):
1973 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
1974 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
1975 * config/mips/decstation.mh (MMALLOC_DISABLE):
1976 * config/m88k/cxux.mh (MMALLOC_DISABLE):
1977 * config/i386/i386mk.mh (MMALLOC_DISABLE):
1978 * config/i386/i386m3.mh (MMALLOC_DISABLE):
1979 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
1980 Use MMALLOC_CFLAGS instead.
1984 * h8300-tdep.c: Remove some outdated comments.
1985 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
1986 Handle stm.l insns for the H8/S.
1987 (examine_prologue): Likewise.
1991 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
1995 * mon960-rom.c (mon960_open): Add floating point detection to
1996 prevent hang on non-FPU processors (PR 9775).
1997 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
1998 setting breakpoints and improve loading speed.
2002 * coffread.c (record_minimal_symbol): Don't presave name string
2003 on symbol_obstack before passing to prim_record_minimal_symbol.
2004 It now handles saving the string itself.
2005 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
2006 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
2007 * os9kread.c (record_minimal_symbol): Ditto.
2008 * solib.c (solib_add_common_symbols): Ditto.
2010 * coffread.c (coff_symtab_read): Don't presave name string on
2011 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
2012 It now handles saving the string itself.
2013 * dbxread.c (record_minimal_symbol): Ditto.
2014 * elfread.c (record_minimal_symbol_and_info): Ditto.
2016 * dstread.c (record_minimal_symbol): Remove static function that just
2017 called prim_record_minimal_symbol with the same args (after change to
2018 prim_record_minimal_symbol to do it's own name string saves).
2019 * nlmread.c (record_minimal_symbol): Ditto.
2020 * somread.c (record_minimal_symbol): Ditto.
2022 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
2023 (hpread_read_function_type): Ditto.
2024 (hpread_process_one_debug_symbol): Ditto.
2025 * mdebugread.c (parse_symbol): Ditto.
2026 (new_symbol): Ditto.
2027 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
2029 * coffread.c (process_coff_symbol): Use obsavestring to save
2030 SYMBOL_NAME, rather than obstack_copy0.
2031 * dstread.c (create_new_symbol): Ditto
2032 * symfile.c (obconcat): Ditto.
2033 * stabsread.c (patch_block_stabs): Ditto.
2034 * xcoffread.c (SYMNAME_ALLOC): Ditto.
2036 * symfile.c (obsavestring): Update comments
2037 * solib.c (solib_add_common_symbols): Remove local var origname.
2041 * configure: Re-build with autoconf-2.10.
2043 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
2044 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
2045 TM_PRINT_INSN, which comes from the tm file.
2049 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
2050 os9kread.c: Replace identical sym_offsets functions with
2051 default_symfile_offsets.
2052 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
2053 macro to allocate section_offsets.
2054 * symfile.c (default_symfile_offsets): New function.
2055 * symfile.h: Declare default_symfile_offsets.
2056 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
2057 simplify allocation of section_offsets.
2061 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2062 * configure configure.in: Only make sol-thread.o for native.
2063 Also, switch to dlopened libthread_db.so.1.
2064 * sol-thread.c: Switch to using dlopen to get the thread_db
2069 * configure, configure.in: Change test for libthread_db to only
2070 work for configs where build/host/target are the same.
2074 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
2077 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
2079 * configure: Regenerate.
2084 * mpw-make.sed: Add lines to whack out autoconf hook
2089 * remote-e7000.c (e7000_stop): New function.
2093 * configure, configure.in: Add target sparclet.
2094 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
2095 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
2096 command to start process running on target is different from one
2097 to continue execution), MO_HEX_PREFIX (if addresses from monitor
2098 have a "0x" prefix).
2099 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
2100 registers array. This is to allow NULLs to be place holders in
2101 the tm-*.h file so that only minor changes are needed when a new
2102 processor is introduced (eg, one without floating point).
2103 * sparc-tdep.c: Conditionally remove dependancies on floating
2105 * sparclet-rom.c, config/sparc/sparclet.mt,
2106 config/sparc/tm-sparclet.h: New files for target sparclet.
2107 * symfile.c (load_command): Add option for 2nd parameter; a load
2108 offset added to the vma of each section.
2112 * main.c (main): Add option "l" for setting remote_timeout.
2116 * remote-e7000.c, remote.c, target.h, top.c: Add set option
2117 "remote_timeout" for setting remote_timeout. Add set option
2118 "use_hard_breakpoints" for setting hardware .vs. memory
2123 * remote-e7000.c (e7000_parse_device): New function.
2124 Add option "tcp_remote" to target command if using
2125 tcp to connect to a remote host which is then connected
2126 via serial port to the e7000 (for exampole, a port master).
2127 (e7000_open): Change to call e7000_parse_device.
2131 * monitor.c (monitor_debug): Fix remotedebug buffering.
2135 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
2136 (NATDEPFILES): Add a space.
2140 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
2141 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
2143 * ch-exp.c (calculate_array_length): Function removed.
2147 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
2148 (e7000_xfer_inferior_memory): Call it.
2152 * gdb/gdbserver/Makefile.in (docdir): Removed.
2156 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
2157 Use autoconf set values.
2159 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2160 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2161 includedir): Use autoconf set values.
2163 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2164 * nlm/configure: Rebuilt.
2165 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
2169 * stabsread.c (read_cfront_member_functions): add type
2173 * win32-nat.c: #include <unistd.h>.
2174 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
2175 (child_create_inferior): Convert only env var PATH to win32 style.
2176 (set_pathstyle_dos): Delete.
2177 (_initialize_inftarg): Delete dos-path-style command.
2179 start-sanitize-gdbtk
2182 * gdbtk.tcl (create_register_windows): Include missing '$'s.
2183 Add global declarations for various reg_format_* variables.
2184 * gdbtk.tcl (populate_register_window): Make initial window one
2185 line taller to account for new column header line.
2189 * gdbtk.c (get_register): Support for printing raw formats.
2190 * gdbtk.tcl: Add hint for using debug_interface.
2191 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
2192 Enclose arg in braces for consistency.
2193 (create_registers_window, populate_reg_window, update_registers):
2194 Major rewrite to support displaying multiple formats in the register
2196 (init_reg_info): New function.
2197 (recompute_reg_display_list): Reset reg_display_list, start
2198 register display lines at line 2.
2203 * configure.in: Revise sol-thread.o test.
2204 * configure: Regenerated.
2206 * source.c (find_source_lines): Reassign size to result of read.
2208 start-sanitize-gdbtk
2211 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
2212 avoid backing up over prompt. At every input, make sure insert
2213 point is at least after command start, handle control-u to delete
2215 (tclsh): Handle backspace to avoid backing up over prompt. Handle
2216 control-u to delete current input line.
2220 * configure.in: disable gdbtk for *cygwin32* hosted compiles
2221 * configure: regenerated with autoconf 2.8
2226 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
2227 (h8300_command): Likewise.
2228 (set_machine): Likewise.
2229 (set_machine_hook): Likewise.
2230 (_initialize_h8300m): Likewise.
2232 * config/h8300/tm-h8300.h (h8300smode): Declare.
2236 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
2237 of shl_load calls for hpux10.
2241 * config.in: Regenerated.
2242 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
2244 * configure: Regenerated.
2245 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
2246 avoid name clashes with SunOS headers.
2251 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
2252 exception if one or more objfile has no symbols, such as when
2253 a dynamic library has been stripped.
2257 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
2258 * configure configure.in: Only make sol-thread.o for native.
2259 Also, switch to dlopened libthread_db.so.1.
2260 * sol-thread.c: Switch to using dlopen to get the thread_db
2265 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
2266 Change from 0xE0000000 to 0xC0000000.
2270 * config/powerpc/xm-solaris.h: Initial version of support for
2275 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
2277 * configure: Rebuild.
2279 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
2280 little-endian builds.
2284 * inftarg.c (child_thread_alive): Protect declaration with
2285 #ifndef CHILD_THREAD_ALIVE.
2287 * source.c (find_source_lines): Check the time on the symtab's bfd if
2288 it exists, else check the time on the exec_bfd.
2292 * dsrec.c (make_srec): Fix calculation of address size
2293 to allow addresses less than 0x100.
2297 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
2301 * remote-mips.c: cannot use EINVAL for breakpoint test since
2302 its value varies for different hosts (e.g. go32's is 19, while
2303 sunos is 22). Changed to hardcoded 22 since that is what the
2308 * configure: Regenerated.
2309 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
2310 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
2314 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
2315 (_initialize_solib): Add set/show commands for those variables.
2316 (solib_map_sections): Implement searching using them.
2322 * NEWS: Add Alpha Linux as a new native configuration.
2324 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
2325 return type VOID, assume no debugging info is available for that
2326 object file and patch the return value into VOID *. Otherwise,
2327 operations requiring an implicit call to malloc() will fail.
2329 * infrun.c (wait_for_inferior): The criterion to detect entering a
2330 sigtramp handler is now: (a) the current pc is inside a sigtramp
2331 handler, (b) the previous pc is not in a sigtramp handler, and (c)
2332 the current stack pointer is "inner" than the old one. Condition
2333 (c) is new to avoid mistaking a return from a signal handler into
2334 sigtramp as a new sigtramp invocation.
2336 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
2337 int may not be big enough to hold an address.
2338 (dcache_hit): Ditto.
2339 (dcache_peek_byte): Fix indentation.
2341 * configure.in (alpha-*-linux*): Add target.
2342 * configure: Rebuild
2344 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
2345 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2346 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2347 (SIGCONTEXT_ADDR): Ditto.
2348 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2350 * config/alpha/alpha-linux.mh: New file.
2351 * config/alpha/alpha-linux.mt: Ditto.
2352 * config/alpha/nm-linux.h: Ditto.
2353 * config/alpha/tm-alphalinux.h: Ditto.
2354 * config/alpha/xm-alphalinux.h: Ditto.
2355 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
2356 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
2358 * config/alpha/alpha-osf2.mh: Ditto.
2360 * blockframe.c (find_pc_partial_function): Pass PC to
2361 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
2362 that detect sigtramp code via designated code sequences (as is the
2363 case for Linux/Alpha, for example).
2365 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
2366 to ignore new PC argument.
2367 * config/m68k/tm-hp300bsd.h: Ditto.
2368 * config/vax/tm-vax.h: Ditto.
2370 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
2371 (alpha_osf_skip_sigtramp_frame): Ditto.
2372 (push_sigtramp_desc): Ditto.
2373 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
2374 sigcontext address from frame.
2375 (alpha_saved_pc_after_call): When in sigtramp, use
2376 alpha_frame_saved_pc() instead of read-register().
2377 (after_prologue): When inside a dynamically generated sigtramp
2378 function, there is no prologue, so return address of first
2380 (alpha_in_prologue): Fix typo in comment.
2381 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
2382 whether we're inside a dynamicaly generated sigtramp function. If
2383 so, create and push and appropriate procedure descriptor.
2384 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
2385 the frame past a sigtramp frame (if the current frame is indeed a
2387 (init_extra_frame_info): Don't read next frame register off of
2388 stack-pointer when inside a dynamiccaly generated sigtramp.
2389 (alpha_pop_frame): Also unlink and destroy procedure descriptors
2390 created for dynamically generated sigtramp functions.
2392 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
2393 <alpha/ptrace.h> instead of <machine/reg.h>
2397 * gnu-nat.c (inf_validate_task_sc):
2398 Give terminal to gdb while asking question.
2399 (inf_resume): Don't validate the task suspend-count while execing.
2403 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
2404 additional suspend count.
2405 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
2406 (inf_resume): Call inf_validate_task_sc here.
2407 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
2411 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
2415 * h8300-tdep.c (IS_PUSH): Refine.
2416 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
2417 (IS_SUB4_SP, IS_SUBL_SP): New macros.
2418 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
2419 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
2420 when in H8/300H mode. Get the return pointer's address correctly
2421 for the H8/300H. Handle H8/300H prolouge code sequences.
2423 * symfile.c (generic_load): Print the starting address
2424 of the file just loaded.
2428 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
2432 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
2433 if a `source' command is contained in bs->commands.
2435 * infrun.c (wait_for_inferior): Update step_frame_address when
2436 stepping into a new line.
2439 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
2444 * dsrec.c (load_srec): Add WAITACK parameter, for machines
2445 like EST visionICE that send back an ACK after each S-record.
2446 * monitor.c (monitor_wait_srec_ack): New function.
2447 (monitor_load): Pass monitor_wait_srec_ack to load_srec
2448 if the monitor's MO_SREC_ACK flag is set.
2449 * monitor.h: Define MO_SREC_ACK flag.
2450 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
2451 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
2452 * srec.h: Add WAITACK parameter to load_srec prototype.
2454 Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
2456 * config/sparc/sparclite.mt: Add the sparc simulator.
2460 * defs.h (read_command_lines, query_hook): Update prototypes.
2461 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
2462 * breakpoint.c (commands_command): Build message in temporary buffer
2463 and pass that, as well as tty control flag, to read_command_lines.
2464 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
2466 (command_loop): Check for non-NULL instream before looping.
2467 (command_line_input): Use readline_hook when appropriate, to get
2468 user input from a GUI window.
2469 (read_next_line): Also build prompt if getting user input from a GUI.
2470 (recurse_read_control_structure): Fix typo in comment.
2471 (read_command_lines): Use passed in prompt and tty flag to decide how
2472 to build message. Use readline_begin_hook when appropriate, to set
2473 up a GUI interaction window. Just return head, whether NULL or not,
2474 after using readline_end_hook to complete GUI interaction.
2475 (define_command, document_command): Build message in a temporary
2476 buffer and pass it to read_command_lines, along with tty flag.
2478 start-sanitize-gdbtk
2479 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
2481 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
2482 (gdbtk_init): Set readline_begin_hook, readline_hook,
2483 and readline_end_hook.
2484 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
2485 gdbtk_tcl_readline_end): New functions.
2486 (tclsh): Pack scroll bar on right side of window, not left.
2491 * blockframe.c (frameless_look_for_prologue):
2492 Add FUNCTION_START_OFFSET only if func_start is non-zero.
2493 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
2494 pc is not in a known section.
2495 * stack.c (print_frame_info): Remove check for fi->pc in known
2496 section, now handled by lookup_minimal_symbol_by_pc.
2498 start-sanitize-gdbtk
2501 * gdbtk.tcl (create_command_window): Change a misspelled "get"
2502 to the intended "cget".
2503 (delete_line): Fix so it deletes the current line at the
2509 * sh-stub.c: New file, was config/sh/stub.c.
2511 start-sanitize-gdbtk
2514 * gdbtk.tcl (gdb_prompt): Set this early on.
2515 (create_command_window): Use gdb_prompt rather than "(gdb) ".
2516 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
2517 (tclsh): If an evaluation window already exists, just bring it
2518 to the front instead of trying to create another.
2519 * gdbtk.c (tk_command_loop): New function.
2520 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
2524 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
2525 implement a tcl evaluation window for gdbtk maintainers to use.
2529 * gdbtk.tcl (files_command): Correctly insert list of files into
2532 * gdbtk.tcl (files_command): listbox command no longer accepts
2537 * gdbtk.tcl (create_command_window): If command window's buffer
2538 is disabled, don't execute any of the key bindings.
2543 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
2545 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
2547 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
2548 Flush cached frames just before exiting.
2549 * remote-sim.c (gdbsim_resume): Complain if the program isn't
2551 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
2555 * procfs.c (procfs_thread_alive procfs_stop): Make static.
2556 (procfs_pid_to_str): New routine to print out thread id's in an
2557 intelligible manner.
2558 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
2559 which supply_register is called to fix bug with writing
2561 * config/sparc/tm-sun4sol2.h: Define default for
2562 target_pid_to_str in case host lacks libthread_db.
2566 * Makefile.in config.in configure configure.in
2567 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
2568 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
2569 and pthread support, since pre-2.5 systems don't come with
2572 * procfs.c (info_proc): Use int instead of id_t. Old versions of
2573 Irix don't seem to define this.
2575 start-sanitize-gdbtk
2578 * gdbtk.c (tk_command): Catch case where no argument is given
2579 since this will cause the tcl interpreter to dump core.
2584 * top.c (execute_control_command, case while_control): Allow
2585 a while command to be interrupted.
2589 * sol-thread.c: More cleanup, add comments.
2590 (sol_thread_resume): Prevent people from trying to step
2592 (sol_thread_wait sol_thread_fetch_registers
2593 sol_thread_store_registers): Remove unnecessary check for
2594 sol_thread_active. These routines won't get called unless threads
2600 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
2602 (sh3e_reg_names): New register name array.
2603 (sh_processor_type_table): Add sh3e processor type.
2604 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
2605 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
2606 full set of registers.
2607 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
2608 (e7000_fetch_registers, e7000_wait): Use them.
2609 * sh3-rom.c (sh3_regnames): Add float registers.
2610 (sh3e_cmds, sh3e_ops): New globals.
2611 (sh3e_open): New function.
2612 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
2617 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
2618 Print out messages instead of codes for thread_db errors. Make
2619 access macros for thread and lwp manipulation. Make cleanups to
2620 fixup inferior_pid in case of errors.
2624 * aclocal.m4: Remove unused definition of AC_C_CROSS.
2625 * configure.in: Add powerpcle-*-solaris* host and target config
2626 so April 30th change does not get lost next time configure is
2631 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
2632 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
2633 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
2634 avoid conflict with Solaris /usr/include/thread.h.
2638 * abug-rom.c: Config file for the older style ABug monitor that
2639 runs on the mvme13x boards.
2640 * config/m68k/monitor.mt: Add abug support for m68k cross
2645 * infcmd.c (do_registers_info): Always print the raw floating
2646 point value's bytes in big endian order, so the the leftmost bit
2647 is the most significant.
2648 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
2649 that is referenced nowhere else.
2650 (set_breakpoint): Ditto.
2651 (do_enable_breakpoint): Created from enable_once_breakpoint
2652 with a couple of changes.
2653 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
2654 bpdisp enum value to set disposition of breakpoint.
2655 (enable_once_breakpoint): Ditto.
2656 (enable_delete_breakpoint): Ditto.
2657 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
2658 * symtab.c (find_pc_line): Improve comments.
2659 start-sanitize-gdbtk
2660 * gdbtk.c: Fix a couple of misspellings.
2662 * xcoffread.c: Ditto.
2666 * target.c (debug_to_xfer_memory): Insert line breaks when
2667 dumping the memory block.
2671 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
2672 returns a possibly modified pid.
2673 * inftarg.c (ptrace_him): Now returns pid;
2674 * m3-nat.c (m3_trace_him): Now returns pid;
2675 * infcmd.c (run_command): Minor cleanup.
2676 * infrun.c (wait_for_inferior): Add another check for one_stepped
2677 near where we read the pc to avoid erroneously setting
2678 random_signal for multi-threaded support.
2679 * procfs.c: Add support for Solaris LWPs. Remove def of
2680 LOSING_POLL. Many cleanups... Several workarounds for Solaris
2681 lossage. System call entry and exit are now handled by
2682 dynamically registered handlers.
2683 * (syscallname): Don't barf when handed an unknown syscall
2685 * (info_proc_syscalls): Ditto.
2686 * sol-thread.c: New file. Implements Solaris thread support.
2687 * symfile.c (symbol_file_add): Add call to target_new_objfile to
2688 notify target-dependent code about new symbol tables.
2689 * (clear_symtab_users): Call target_new_objfile to notify it of
2690 the removal of all symbol tables.
2691 * target.c (push_target): Make sure that to_close is non-zero
2693 * target.h (target_new_objfile): Provide default.
2694 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
2695 of OSF can't hack using poll with /proc.
2696 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
2697 sol-thread-new-objfile.
2698 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
2699 add libthread_db.so.1 to NAT_CLIBS.
2700 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
2705 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
2706 removal of the requested fd.
2710 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
2713 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
2715 start-sanitize-gdbtk
2718 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
2719 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
2720 (file_popup_menu): Delete, never used.
2721 (listing_window_popup): Rename from listing_window_button_1,
2722 remove breakpoint toggling code.
2723 (toggle_breakpoint): New procedure.
2724 (create_file_win): Bind popup menu to button 2, toggle breakpoints
2725 with button 1 in breakpoint area, add display of tagged areas if
2732 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
2733 * breakpoint.c (insert_breakpoints, watchpoint_check,
2734 bpstat_stop_status): Avoid bad references to memory freed via
2735 delete_breakpoint on watchpoints going out of scope.
2736 Do not delete these watchpoints, disable them and change their
2737 disposition to del_at_next_stop instead.
2738 (breakpoint_auto_delete): Delete all breakpoints whose disposition
2739 is del_at_next_stop.
2740 (breakpoint_init_inferior): Use switch to avoid reference to
2741 already deleted breakpoint.
2745 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
2746 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
2747 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
2748 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
2749 (solib_info): Call xcoff_relocate_symtab via the hook.
2750 (sharedlibrary_command): Ditto.
2751 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
2752 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
2753 (xcoff_init_loadinfo_hook): Define and initialize here.
2754 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
2755 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
2756 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
2757 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
2758 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
2759 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
2760 of xcoff_relocate_symtab_hook.
2764 * configure (powerpcle-*-solaris*): Add Solaris support.
2766 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
2771 * c-valprint.c (c_val_print): Fix printing for arrays defined
2776 Support for bi-endian remote breakpoints.
2777 * remote.c (big_break_insn, little_break_insn): New globals.
2778 (break_insn): Remove.
2779 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
2780 code if REMOTE_BREAKPOINT defined, otherwise call memory
2781 breakpoint functions.
2782 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
2783 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
2785 * mon960-rom.c (mon960_cmds): Remove forward decl.
2786 (mon960_load): Use current_monitor instead of mon960_cmds.
2787 (mon960_regnames): Remove backslashes from line ends.
2788 (_initialize_mon960): Fix documentation string.
2792 * symfile.h (psymbol_allocation_list): Expand comments which
2793 describe the psymbol allocation list and how each field is
2798 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
2800 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
2802 * infcmd.c (run_command), solib.c (locate_base): Check for
2803 target_has_execution in addition to inferior_pid, a core file
2804 from a threaded program is yielding a non-zero inferior_pid.
2806 * sparc-tdep.c (get_saved_register): Handle window registers
2807 in a dummy frame correctly.
2811 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
2812 so that anything that wants an allocation function not yet pulled
2813 in, will get it from mmalloc rather than a system library.
2814 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
2815 to avoid surprising results when used.
2819 * stabsread.c: Changes and bug fixes for cfront support.
2820 Fix bug for class data members.
2821 Fix parsing bug when no base classes exist.
2822 Fix memory bug - allocate space for cplusplus specific info.
2823 Add support for static data.
2824 Add prototypes for static functions.
2825 Enhance comments to show what each function expects to parse.
2827 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
2828 function to resolve_cfront_continuation.
2832 * infrun.c (wait_for_inferior): Call registers_changed when
2833 restarting the inferior to get over a nullified instruction.
2837 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
2838 Add new support for parsing cfront stabs.
2842 * infrun.c (wait_for_inferior): Move "have_waited" label
2843 outside of #ifdef conditionals. Don't trash the wait status
2844 if we get a signal and the current instruction is nullified.
2848 * Makefile.in (VERSION): Bump version number to 4.16.1.
2849 * NEWS: Update for 4.16 release.
2853 * monitor.h: Clean up comment formatting.
2854 (current_monitor): Remove decl.
2855 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
2856 (push_monitor, SREC_SIZE): Remove.
2857 * monitor.c: Expand old macro into current_monitor derefs
2859 * remote-os9k.c (current_monitor): Remove definition.
2863 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
2865 (call_extra_exec_file_hooks): New function.
2866 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
2867 remove unused variables.
2868 (set_machine_hook): New function.
2869 (_initialize_h8300m): Initialize it.
2873 * remote-mips.c (encoding): Don't specify size, to avoid bug in
2874 SunOS native compiler.
2878 * monitor.c: Use int rather than LONGEST for values, since
2879 the formatting strings are not prepared to accept long longs.
2883 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
2887 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
2888 before de-referencing it. Prevents deref of NULL pointer if core
2889 file lacks .reg section.
2890 * defs.h: Rename floatformat_{to from}_long_double to
2891 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
2893 * findvar.c (extract_floating store_floating): Change all refs to
2894 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
2895 * utils.c: Change floatformat_{to from}_long_double to
2896 floatformat_{to from}_doublest cuz the new routines will use
2897 whatever size (double or long double) is appropriate.
2898 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2899 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
2900 floatformat... routine calls.
2904 * stabsread.c (read_type): Move handling of '@' from type
2905 number handling to handling of types proper (as emitted by gcc!).
2906 For typedefs, allocate the typedef type before reading its
2907 definition, to properly handling recursive types.
2911 * ch-exp.c (calculate_array_length): Fix prototype.
2915 * remote-nindy.c (nindy_open): Acquire more target state so that
2916 user can attach to a previously running program.
2917 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
2918 conversion code. That's all handled in {extract store}_floating
2920 * utils.c (floatformat_to_double): Don't bias exponent when
2921 handling zero's, denorms or NaNs.
2922 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
2923 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
2924 FLOATFORMAT_TO/FROM_DOUBLEST macros.
2925 * config/i960/tm-nindy960.h: Undefine
2926 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
2927 REGISTER_CONVERTIBLE. These are no longer necessary now that all
2928 the magic happens in extract/store_floating.
2932 * eval.c (evaluate_subexp_standard): Report error when attempting to
2933 evaluate subscripts for types which cannot be subscripted.
2935 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
2936 Return a zero value with the return type of the member function
2937 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
2939 * values.h (value_x_binop, value_x_unop): Update prototypes
2941 * eval.c (evaluate_subexp_standard): Update all callers of
2942 value_x_binop, value_x_unop accordingly.
2944 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
2945 integral promotion on operands.
2949 * README: Update for 4.16 release.
2950 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
2951 * configure: Regenerate with autoconf.
2952 * config.in: Regenerate with autoheader.
2953 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
2954 * top.c (command_loop): Ditto.
2958 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2959 defaults for bi-endian targets. Replace function pointers for
2960 floatformat routines with macros. No need for these to be runtime
2962 * findvar.c: Get rid of floatformat function pointers. Use
2963 macros in extract_floating and store_floating.
2964 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
2965 Use floatformat macros.
2970 * configure.in (AC_CHECK_HEADERS): check for endian.h.
2971 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
2972 Add host & target cases for i[345]86-*-gnu*.
2973 * config.in: Regenerate with autoheader.
2974 * configure: Regenerate with autoconf.
2975 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
2976 (init.c): Don't scan mig-generated files.
2977 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
2978 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
2979 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
2980 rather than "#ifndef MACH".
2984 * remote.c (remotewritesize): New GDB variable, controls size
2985 of memory packets sent to the target.
2989 * dcache.c: Add prototypes. Make many functions static.
2990 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
2991 dcache_poke call dcache_xfer_memory directly in order to fix
2992 problems with turning off dcache. dcache_peek is now unnecessary,
2995 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
2996 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
2997 to a struct floatformat. This allows for better handling of
2998 targets whose floating point formats differ from the host by more
2999 than just byte order.
3000 * (floatformat_to_long_double floatformat_from_long_double):
3001 Prototypes for new functions in utils.c.
3002 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
3003 for pointers to floating point conversion functions. The actual
3004 function uses either double or long double if the host supports it.
3005 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
3006 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
3007 * (extract_floating store_floating): Rewrite. Now, if host fp
3008 format is the same as the target, we just do a copy. Otherwise,
3009 we call floatformat_{to from}_doublest.
3010 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
3011 `write' to `should_write'.
3012 * utils.c (floatformat_to_long_double
3013 floatformat_from_long_double): New routines that implement long
3014 double versions of functions in libiberty/floatformat.c.
3015 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
3016 i960 extended real (80 bit) numbers.
3017 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
3018 actually read or written.
3022 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
3023 (calculate_array_length): Move function from here ...
3025 * ch-exp.c (calculate_array_length): ... to here.
3026 (parse_primval): If we have a symbol with an array type
3027 and the length is 0, call calculate_array_length.
3031 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
3032 Add some checks for powerset compatibility.
3034 * valops.c (value_slice): Use lowbound instead of lowerbound for
3035 call to slice_range_type to get correct bounds.
3039 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
3041 * scm-lang.c (gdb_string.h): Include.
3042 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
3043 call to correct type (char *).
3044 * cp-valprint.c (cp_print_static_field): Ditto.
3045 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
3046 for external find_unwind_entry function (from hppa-tdep.c).
3047 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
3048 type of second arg to "char *" to be type compatible with
3050 (remote_wait): Cast second arg to strtol to correct type.
3051 * hppa-tdep.c (compare_unwind_entries): Change argument types to
3052 "const void *" to be type compatible with qsort, and then
3053 assign to local args prior to use.
3057 * infptrace.c (kill_inferior): Remove call to "kill"; update
3062 * remote-e7000.c: don't append :23 to target port if __WIN32__
3063 is defined (it's WinGDB).
3068 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
3069 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
3070 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
3071 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
3075 * configure.in (case host): Add i386sco5 host.
3076 * configure: Regenerate.
3079 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
3080 target is an SVR3.2 with COFF, ELF, and shared libes, but
3082 * config/i386/i386sco5.mh: New file.
3083 * config/i386/nm-i386sco5.h: New file.
3087 * bcache.c (bcache): When size of chunk to cache is exactly equal to
3088 BCACHE_MAXLENGTH, stash chunk as unique copy.
3092 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
3093 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
3094 use it, rather than calling add_psymbol_addr_to_list.
3095 (add_psymbol_addr_to_list): Delete.
3096 (add_psymbol_to_list): Make psymbol static to avoid random data in
3097 gaps due to alignment of structure members.
3098 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
3099 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
3100 performance improvements by inlining via complicated macros and
3101 they just make gdb larger and harder to maintain.
3102 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
3103 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
3104 add_psymbol_to_list with appropriate long or CORE_ADDR args.
3105 (add_partial_symbol): Ditto.
3106 * partial-stab.h: Ditto.
3107 * os9kread.c (read_os9k_psymtab): Ditto
3108 * mdebugread.c (parse_partial_symbols): Ditto.
3109 (handle_psymbol_enumerators): Ditto.
3110 (demangle.h): Include.
3111 * hpread.c (hpread_build_psymtabs): Ditto.
3112 (hpread_build_psymtabs): Ditto.
3113 (demangle.h): Include
3115 start-sanitize-gdbtk
3118 * gdbtk.c (running_now): New global variable.
3119 (gdb_cmd): Test it before executing any command.
3120 (gdbtk_call_command): Set it when inferior is running.
3121 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
3122 disable interaction with command window's text appropriately.
3126 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
3127 some versions of the kernel don't support it.
3132 * configure.in: Check for setpgid function.
3133 * config.in: Regenerate with autoheader.
3134 * configure: Regenerate with autoconf.
3135 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
3136 if it is actually defined.
3137 (gdb_setpgid): Use HAVE_SETPGID.
3138 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
3139 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
3140 * c-exp.y, serial.c: Include <ctype.h>.
3141 * config/m68k/nm-news.h: Add typedef for pid_t which is
3142 apparently missing from <sys/types.h>. Enclose entire
3143 file in NM_NEWS_H ifndef and define when included.
3144 * config/mips/nm-news-mips.h: Ditto.
3145 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
3146 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
3150 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
3151 * arm-tdep.c (arm_apcs_32): New global.
3152 (arm_addr_bits_remove, arm_saved_pc_after_call,
3153 arm_push_dummy_frame, arm_pop_frame): New functions.
3154 (arm_skip_prologue): Updated version from Richard Earnshaw.
3155 (_initialize_arm_tdep): Add set/show "apcs32".
3156 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
3157 arm_addr_bits_remove.
3158 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
3159 (frame_find_saved_regs): Declare properly.
3160 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
3161 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
3163 * config/arm/nm-arm.h: New file.
3164 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
3165 Move definitions to nm-arm.h.
3166 * config/arm/arm.mh (NAT_FILE): Define.
3168 * symfile.c (generic_load): Initialize data_count properly.
3172 * symmisc.c (print_objfile_statistics): Print memory used by
3173 psymbol cache obstack.
3177 * symfile.c (report_transfer_performance): New function.
3178 (generic_load): Call it to report transfer rate.
3179 * remote-e7000.c (e7000_load): Ditto.
3183 * mpw-make.sed: Change references to config.h to be in objdir,
3184 edit out rules to rebuild config.h.
3188 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
3193 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
3194 fetch_register, child_xfer_memory): Use call_ptrace function supplied
3195 by infptrace.c rather than calling ptrace directly.
3199 * mon960-rom.c: Cleanups and elimination of unused code,
3200 clarify documentation string.
3201 (mon960_serial, mon960_ttyname): Remove.
3202 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
3203 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
3207 * configure.in: Check whether printf family supports printing
3208 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
3209 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
3210 * configure: Regenerate.
3211 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
3212 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
3213 * configure.in: Fix have_gregset and have_fpregset autoconf
3214 variable names so that they match the pattern required to
3219 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
3220 before testing against reg_ptr.
3221 * eval.c (evaluate_subexp_standard): Cast type of
3222 TYPE_FN_FIELD_VOFFSET to int.
3223 * findvar.c (extract_signed_integer, extract_unsigned_integer,
3224 extract_long_unsigned_integer): Cast type of sizeof to int.
3225 * values.c (unpack_field_as_long, modify_field): Ditto.
3226 * valops.c (value_assign, call_function_by_hand): Ditto.
3227 * infcmd.c (do_registers_info): Ditto.
3228 * ser-tcp.c (tcp_open): Ditto.
3229 * remote.c (putpkt): Ditto.
3230 * dcache.c (dcache_peek): Ditto.
3231 * dcache.c (dcache_poke): Ditto.
3232 * m2-exp.y (yylex): Ditto.
3233 * gnu-regex.c (re_match_2): Ditto.
3234 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
3235 out unused macro definition and variables.
3236 * inftarg.c (proc_wait): Move from main.c to here, and make static.
3237 * valprint.c (val_print_string): Change bufsize from int to unsigned.
3238 * main.c (wait.h): Include.
3239 * top.c (command_line_input): Remove unused variable "c".
3240 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
3241 value TYPE_CODE_TYPEDEF to switch statement.
3242 (f_type_print_varspec_suffix): Add missing enum value
3243 TYPE_CODE_TYPEDEF to switch statement.
3244 * ch-exp.c (parse_primval): Add remaining enumeration values to
3245 switch statement, with no specific action.
3246 (ch_lex): Add LOC_UNRESOLVED in switch statement.
3247 (pushback_token): Ifdef out, since code using it is ifdef'd out.
3248 * stabsread.c (cleanup_undefined_types): Remove unused label
3250 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
3251 * maint.c (objfiles.h): Include.
3252 (maintenance_print_statistics): Remove unused variable "temp".
3253 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
3254 unused variable "found_file_symbol".
3255 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
3256 * language.c (lang_bool_type): Use existing function local type
3257 variable rather than create block local variables.
3258 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
3259 * infptrace.c (wait.h, command.h): Include.
3260 * ser-tcp.c (gdb_string.h): Include
3261 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
3262 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
3263 * command.c (complete_on_enum): Make assignment used as truth value
3264 explictly check against NULL.
3266 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
3267 that uses it is ifdef'd out.
3268 * parser-defs.h: Add prototype for write_dollar_variable.
3269 * infrun.c: Add prototype for write_pc_pid.
3270 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
3271 * symmisc.c (bcache.h): Include.
3272 * bcache.h: Add prototype for print_bcache_statistics.
3273 * symfile.c: Include <time.h>.
3274 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
3275 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
3276 * valarith.c (value_binop): Change result_len, promoted_len1,
3277 and promoted_len2 to unsigned int.
3278 * valarith.c (value_subscripted_rvalue): Change elt_offs and
3279 elt_size to unsigned int.
3280 * valops.c (value_array): Change typelength to unsigned int.
3281 (destructor_name_p): Change len to unsigned int.
3282 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
3283 * symfile.c (decrement_reading_symtab): Change return type to void.
3284 * valarith.c (value_subscript): Remove unused variable "word".
3285 (value_subscript): Remove unused variable "tint".
3286 * valops.c (auto_abandon): Ifdef out, since code using it is also
3288 * eval.c (init_array_element): Remove unused variable "val".
3289 * Makefile.in (values.o): Depends on scm-lang.h.
3290 (command.o): Depends upon wait_h.
3291 (ser-tcp.o): Depends upon gdb_string.h.
3292 (infptrace.o): Depends upon wait_h and command_h.
3293 (maint.o): Depends on objfiles.h and symfile.h.
3294 * values.c (allocate_repeat_value): Remove unused variable
3296 (scm-lang.h): Include.
3297 * breakpoint.c (create_longjmp_breakpoint): Enclose in
3298 GET_LONGJMP_TARGET define, unused otherwise.
3299 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
3300 i386_remove_watchpoint and i386_stopped_by_watchpoint.
3304 * configure.in (sparc64-*-solaris2*): Delete.
3305 Stick with sparc-*-solaris2*.
3306 * configure: Regenerated.
3310 * valops.c (value_assign): Make copy of internal variable value
3311 before returning it as a new value, since it is owned by the
3312 internal variable and will be freed along with it.
3316 * From Peter Schauer.
3317 * breakpoint.c (breakpoint_re_set_one): Keep temporary
3318 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
3319 and bp_step_resume in case breakpoint_re_set_one is called due
3320 to a step over a dlopen call.
3321 * infrun.c (wait_for_inferior): Always remove breakpoints from
3322 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
3326 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
3327 non-prototyped case over prototyped case for C.
3328 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
3332 * os9kread.c (os9k_process_one_symbol): Note nonportable
3333 assumption that an int can hold a char *.
3335 * bcache.h (struct hashlink): Wrap data[] inside union with
3336 double to force longest alignment.
3337 (BCACHE_DATA): New macro to access data[].
3338 (BCACHE_ALIGNMENT): New macro to get offset to data[].
3339 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
3340 address of cached data. Use BCACHE_ALIGNMENT to compute
3341 amount of space to allocate for each hashlink struct.
3345 * ch-lang.c (evaluate_subexp_chill): Fix typo.
3349 * Makefile.in (VERSION): Bump version to 4.15.3
3353 * config.in: Rename from config.h.in.
3354 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
3355 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
3356 * configure: Rebuild.
3357 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
3358 Set CONFIG_HEADERS to config.h:config.in.
3362 * partial-stab.h (case N_ENDM): Finish current partial symbol
3363 table for Solaris 2 cc.
3367 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
3368 PC in the registers array. From Peter Schauer.
3372 * symfile.c (reread_symbols): Reinitialize bcache struct
3373 members to zero using memset. Also use memset to reinit
3374 global_psymbols and static_psymbols, rather than explicitly
3375 resetting each structure member.
3379 * configure.in: Add fragment to create stamp-h.
3382 * configure.in (AC_CHECK_HEADERS): Check for link.h.
3383 * configure: Regenerate with autoconf.
3384 * config.h.in: Regenerate with autoheader.
3385 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
3387 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
3388 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
3389 older a.out based systems.
3393 * config.h.in: New file.
3394 * acconfig.h: New file, for autoheader.
3395 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
3396 * configure: Regenerate.
3397 * Makefile.in (defs_h): Add config.h
3398 (distclean): Remove config.h and stamp-h during distclean.
3399 (config.h, stamp-h): New targets to remake config.h when necessary.
3400 * defs.h (config.h): Include before any other includes or defines.
3401 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
3402 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
3407 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
3408 result in an empty line, to work around a bug in native Ultrix 4.4
3409 and OSF/1-3.2C make.
3413 * configure.in: Add gdbserver to configdirs under linux.
3414 * configure: Regenerate.
3418 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
3419 * config/i386/tm-nbsd.h (NUM_REGS): Define.
3423 * solib.c (solib_break_names): Add _r_debug_state for
3424 vanilla SVR4 implementations. From Peter Schauer.
3428 * mon960-rom.c: New file; support mon960 rom monitor on i960.
3429 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
3430 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
3431 epecting prompt and echo during open.
3432 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
3433 determine if break should be sent as stop command.
3434 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
3435 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
3436 stack frame on mon960.
3437 * Makefile.in: Add mon960 files.
3438 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
3439 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
3440 * configure: Regenerated.
3441 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
3442 support mon960 rom monitor on i960.
3446 With Michael Snyder:
3447 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
3448 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
3449 (handle_load_dll): Don't reload symbols.
3450 (handle_exception): Use the DEBUG_* names.
3451 (child_wait): Add DEBUG_* code.
3452 (_initialize_inftarg): Add new commands to set debug_ names.
3456 * From Peter Schauer:
3457 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
3458 (bpstat_stop_status): Likewise.
3459 (remove_solib_event_breakpoints): Likewise.
3460 (clear_momentary_breakpoints): Likewise.
3461 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
3462 if we still can't read the memory for that breakpoint.
3463 (mention): Add bp_shlib_event case to keep gcc quiet.
3467 * breakpoint.h (enum enable): New enum shlib_disabled for
3468 shared library breakpoints that have been temporarily disabled.
3469 * breakpoint.c: Handle temporarily disabled shared library
3470 breakpoints like disabled breakpoints in most places.
3471 (insert_breakpoints): Use shlib_disabled to indicate
3472 that an unsettable breakpoint is only temporarily disabled.
3473 (re_enable_breakpoints_in_shlibs): New function.
3474 * corelow.c (solib_add_stub): After adding shared libraries,
3475 try to reenable any temporarily disabled breakpoints.
3476 * infcmd.c (attach_command): Likewise.
3477 * infrun.c (wait_for_inferior): Likewise.
3481 * defs.h (extract_long_unsigned_integer): Declare.
3482 * findvar.c (extract_long_unsigned_integer): New function.
3483 * printcmd.c (print_scalar_formatted): Use it.
3484 * valprint.c (val_print_type_code_int): Likewise.
3488 * infcmd.c (do_registers_info): Ignore anonymous registers.
3489 * sh-tdep.c (set processor): New command to set specific
3491 (sh_reg_names, sh3_reg_names): Arrays of register names for
3492 SH and SH3 processors.
3493 (sh_set_processor_type): New function.
3494 * sh3-rom.c (sh3_open): Call it.
3495 (sh3_regname): Add names of all the bank registers.
3496 (sh3_supply_register): Clean up formatting.
3497 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
3499 (REGISTER_NAMES): Add names of bank registers.
3500 (FP15_REGNUM): Define.
3501 (REGISTER_VIRTUAL_TYPE): Use it.
3502 * monitor.c: Clean up some comments.
3506 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
3507 s* and t* symbols too.
3511 * symfile.c (generic_load): Avoid division by zero.
3515 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
3516 not just those with HANDLE_SVR4_EXEC_EMULATORS.
3519 * breakpoint.c (internal_breakpoint_number): Move to file scope.
3520 (create_solib_event_breakpoint): Use an internal breakpoint number.
3524 * valarith.c (value_in): Change builtin_type_chill_bool to
3529 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
3530 (match_string_literal): Handle control sequence.
3531 (match_character_literal): Deto.
3533 * ch-lang.c (chill_printchar): Change formating of nonprintable
3534 characters from C'xx' to ^(num).
3535 (chill_printstr): Deto.
3536 (value_chill_card, value_chill_max_min): New functions to process
3537 Chill's CARD, MAX, MIN.
3538 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
3540 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
3541 for Chill's CARD, MAX, MIN.
3543 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
3544 and change return type from builtin_type_int to
3545 builtin_type_chill_bool.
3549 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
3550 from config/nm-nbsd.h.
3551 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
3552 from config/sparc/tm-nbsd.h.
3554 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
3555 instead of in config/m68k/xm-hp300hpux.h.
3559 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
3560 implementation for NetBSD systems.
3564 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
3565 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
3567 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
3568 if "function" is pointer to non-function.
3572 * top.c (print_gdb_version): Update copyright year.
3577 * infrun.c (wait_for_inferior): Remove breakpoints and
3578 switch terminal settings before calling SOLIB_ADD.
3579 * solib.c (enable_break, SVR4 variant): Don't map in symbols
3580 for the dynamic linker, the namespace pollution causes real
3585 * remote-mips.c (common_breakpoint): Explicitly terminate the
3591 * remote.c (remote_detach): Send a command 'D' to the target
3592 when detaching, update the function's comments.
3596 * gnu-nat.c (thread_cmd_list): New declaration.
3597 (parse_int_arg): New function.
3601 * gnu-nat.h (struct proc): Add DETACH_SC field.
3602 * gnu-nat.c (make_proc): Set DETACH_SC.
3603 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3604 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
3605 (add_thread_commands): Add set/show for detach-suspend-count.
3606 Add takeover-suspend-count cmd.
3607 (inf_detach): Set suspend counts to the detach SC, not 0.
3608 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
3609 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
3610 set_thread_default_thread_detach_sc_cmd,
3611 show_thread_default_thread_detach_sc_cmd): New functions.
3612 (show_task_cmd): Also show detach-suspend-count values.
3613 (thread_takeover_sc_cmd): New function.
3617 * gnu-nat.c (show_thread_run_cmd): Actually print state.
3621 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
3625 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
3626 pointer to the flags now, not the flags themselves.
3630 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
3631 (gnu_create_inferior): Check return from ptrace.
3635 * gnu-nat.h (struct proc): Add DEAD field.
3636 * gnu-nat.c (make_proc): Initialize DEAD.
3637 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
3638 (gnu_wait): Only abort for 0 threads if the task isn't dead.
3642 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
3646 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
3647 (inf_set_traced): Only give no-signal-thread error message if
3648 turning *on* tracing.
3652 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
3653 set inf->threads_up_to_date to 0.
3654 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
3655 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
3656 (proc_update_sc): Cast thread state arg to thread_set_state.
3657 (proc_get_state): Cast thread state arg to thread_get_state.
3658 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
3659 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
3660 inf_update_procs before we lookup the thread.
3661 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
3665 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
3669 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
3670 INIT_TRACEMASK instead of setting the exec flags.
3674 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
3675 the task's died, so others have a chance at it.
3676 (gnu_resume): When single-stepping a single thread, given an error
3677 if there is no such thread. When single-stepping one but running
3678 the others, just given a warning and still run all the threads.
3679 (gnu_wait): If there seem to be no threads, look harder, and
3680 signal an error if there really aren't any.
3681 (gnu_attach): Reset thread numbering to 0.
3683 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
3684 thread name in warning messages.
3686 * gnu-nat.c (active_inf): New function.
3687 (show_sig_thread_cmd, show_stopped_cmd): Use it.
3688 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
3689 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
3691 (add_task_commands): Add new port-right info commands.
3695 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
3696 use mach_msg with MACH_RCV_INTERRUPT.
3697 (set_noninvasive_cmd): New function.
3698 (add_task_commands): Add command entry for `set noninvasive'.
3702 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
3703 (safe_bcopy): Function removed.
3707 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
3708 (make_proc): Initialize state_valid & state_changed fields.
3712 * reply_mig_hack.awk: New file.
3716 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
3718 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
3723 * target.c (debug_to_check_threads): New function.
3725 * inflow.c (terminal_init_inferior_with_pgrp): New function.
3726 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
3727 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
3728 but only if PROCESS_GROUP_TYPE is defined.
3732 * target.c (debug_to_thread_alive): Pass through the return value.
3736 * target.c (signals, target_signal_from_host, target_signal_to_host):
3737 Add mach exceptions.
3738 * target.h (enum target_signal): Add mach exceptions.
3742 * gnu-nat.c: New file: gnu native backend.
3743 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
3744 * gnu-nat.h: New file.
3745 * config/nm-gnu.h: New file.
3746 * config/tm-i386gnu.h: New file.
3747 * config/xm-i386gnu.h: New file.
3748 * config/i386/i386gnu.mh: New file.
3749 * config/i386/i386gnu.mt: New file.
3753 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
3754 baseline for gdb 4.16 rerelease testing.
3758 * somsolib.c (som_solib_create_inferior_hook): Before returning
3759 call clear_symtab_users.
3763 * remote-e7000.c (e7000_open): Delete all breakpoints when
3764 connecting to e7000. Change connect message to allow use of
3765 monitor.exp in test suite.
3766 * (e7000_load): Print transfer rate of download.
3767 * symfile.c (generic_load): Print transfer rate of download.
3771 * configure.in (mips*-*-vxworks*): New config.
3772 * configure: Regenerated.
3774 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
3775 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
3780 * partial-stab.h (case N_FUN): Function symbols generated
3781 by SPARCworks cc have a meaningless zero value, do not update
3782 pst->textlow if the function symbol value is zero.
3784 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
3785 for function prototype declaration symbols.
3789 * remote-e7000.c (e7000_load): New routine to download via the
3791 * (e7000_wait): Don't backup PC when we hit a breakpoint.
3792 Apparantly new sh2 pods get this right...
3793 * (e7000_ops): Add call to e7000_load.
3797 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
3798 m68knbsd-nat.c: New files, support for NetBSD/m68k.
3800 * configure.in (m68k-*-netbsd*): New config.
3801 * configure: Regenerated.
3805 * standalone.c (open, _initialize_standalone): Fix obvious typos
3810 * solib.c (solib_create_inferior_hook): Fix thinko.
3814 * solib.c (solib_break_names): Define for Solaris and Linux.
3815 (enable_break): For SVR4 systems, first try to use the debugger
3816 interfaces in the dynamic linker to track shared library events
3817 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
3818 BKPT_AT_SYMBOL code to use shared library event breakpoints.
3819 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
3820 it no longer needs to restart/wait on the inferior.
3821 * symfile.c (find_lowest_section): No longer static.
3822 * symfile.h (find_lowest_section): Corresponding changes.
3826 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
3827 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
3828 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
3829 * config/mips/tm-mips.h: Ditto.
3830 * config/pa/tm-hppa.h: Ditto.
3831 * config/rs6000/tm-rs6000.h: Ditto.
3832 * config/sparc/tm-sparc.h: Ditto.
3836 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
3838 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
3839 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3840 #ifdef'd out definitions --- Causes serious gdb failures on
3841 the i386. Need to investigate further before enabling.
3843 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
3844 fetch_core_registers): New functions. These functions are defined
3845 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
3846 with ptrace PT_GETREGS/PT_SETREGS.
3850 * findvar.c (extract_floating store_floating): Replace `long
3851 double' with `DOUBLEST'.
3855 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
3860 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
3862 * breakpoint.h (remove_solib_event_breakpoints): Declare.
3863 * breakpoint.c (remove_solib_event_breakpoints): New function.
3864 * somsolib.c (solib_create_inferior_hook): Remove all solib event
3865 breakpoints before inserting any new ones. Use a solib event
3866 breakpoint for the breakpoint at "_start".
3867 Remove extraneous "\n" from calls to warning.
3869 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
3874 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
3875 for CORE_ADDR values.
3876 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
3877 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
3881 * mipsread.c (mipscoff_symfile_read): Unconditionally add
3882 alpha coff dynamic symbols for all symbol files. Makes skipping
3883 over the trampoline code work when stepping from a function in a
3884 shared library into a function in a different shared library.
3888 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
3889 RETURN_VALUE_ON_STACK to return long doubles on the stack.
3893 * Makefile.in (ch-exp.o): Add dependencies.
3894 (various): Add gdb_string.h to dependencies that need it.
3898 * symmisc.c (print_symbol_bcache_statistics): Update description for
3899 printing byte cache statistics.
3903 * Add native support for long double data type.
3904 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
3905 to store actual data. Change types of INT and FLOAT tokens to
3906 typed_val_int and typed_val_float respectively. Create new token
3907 DOUBLE_KEYWORD to specify the string `double'. Make production
3908 for FLOAT use type determined by parse_number. Add production for
3909 "long double" data type.
3910 * (parse_number): Use sscanf to parse numbers as float, double or
3911 long double depending upon the type of typed_val_float.dval. Also
3912 allow user to specify `f' or `l' suffix to explicitly specify
3913 float or long double constants. Change typed_val to
3915 * (yylex): Change typed_val to typed_val_int. Also, scan for
3917 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
3919 * configure, configure.in: Add check for long double support in
3921 * defs.h: Define DOUBLEST appropriatly depending on whether
3922 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
3923 for functions that handle this type.
3924 * expression.h (union exp_element): doubleconst is now type
3926 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
3927 * findvar.c (extract_floating): Make return value be DOUBLEST.
3928 Also, add support for numbers with size of long double.
3929 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
3931 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
3933 * valarith.c (value_binop): Change temp variables v1, v2 and v to
3934 type DOUBLEST. Coerce type of result to long double if either op
3936 * valops.c (value_arg_coerce): If argument type is bigger than
3937 double, coerce to long double.
3938 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
3939 arg type is float and > 8 bytes, then use pointer-to-object
3940 calling conventions.
3941 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
3942 Use appropriate format and precision to print out floating point
3944 * value.h: Fixup prototypes for value_as_double,
3945 value_from_double, and unpack_double to use DOUBLEST.
3946 * values.c (record_latest_value): Remove check for invalid
3947 floats. Allow history to store them so that people may examine
3948 them in hex if they want.
3949 * (value_as_double unpack_double): Change return value to DOUBLEST.
3950 * (value_from_double): Arg `num' is now DOUBLEST.
3951 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
3952 specific) to expect certain types to always be returned on the stack.
3956 * bcache.c, bcache.h: New files to implement a byte cache.
3957 * Makefile.in (SFILES): Add bcache.c.
3958 (symtab_h): Add bcache.h.
3959 (HFILES_NO_SRCDIR): add bcache.h
3960 (COMMON_OBJS): Add bcache.o
3961 (bcache.o): New target.
3962 * dbxread.c (start_psymtab): Make global_syms & static_syms
3963 type "partial_symbol **".
3964 * hpread.c (hpread_start_symtab): Ditto.
3965 * os9kread.c (os9k_start_psymtab): Ditto.
3966 * stabsread.h (start_psymtab): Ditto.
3967 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
3968 * maint.c (maintenance_print_statistics): Call
3969 print_symbol_bcache_statistics.
3970 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
3972 * solib.c (allocate_rt_common_objfile): Ditto.
3973 * symfile.c (reread_symbols): Ditto.
3974 (free_objfile): Free psymbol bcache when objfile is freed.
3975 (objfile_relocate): Use new indirect psymbol pointers.
3976 * objfiles.h (struct objfile): Add psymbol cache.
3977 * symfile.c (compare_psymbols): Now passed pointers to pointers to
3979 (reread_symbols): Free psymbol bcache when freeing other objfile
3981 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
3982 psymbol using the psymbol bcache.
3983 (init_psymbol_list): Psymbol lists now contain pointers rather than
3984 the actual psymbols.
3985 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
3986 grown arrays of pointers.
3987 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
3989 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
3991 (print_symbol_bcache_statistics): New function to print per objfile
3993 (print_partial_symbol, print_partial_symbols,
3994 maintenance_check_symtabs, extend_psymbol_list):
3995 Account for change to pointer to pointer to partial symbol.
3996 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
3997 make_symbol_completion_list):
3998 Account for change to pointer to pointer to partial symbol.
3999 * symtab.h (bcache.h): Include.
4000 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
4001 type "partial_symbol **".
4005 * dwarfread.c (free_utypes): New function.
4006 (read_file_scope): Call free_utypes as cleanup, rather than just
4007 freeing the utypes pointer.
4011 * demangle.c (is_cplus_marker): New function, checks if a
4012 character is one of the commonly used C++ marker characters.
4013 * defs.h (is_cplus_marker): Add prototype.
4014 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
4015 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
4016 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
4017 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
4018 values.c (vb_match): Use is_cplus_marker instead of comparison
4023 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
4024 delete entirely someday.
4028 * mpw-make.sed: Edit out makefile rebuild rule.
4029 (host_alias, target_alias): Comment out instead of deleting.
4030 (@LIBS@): Edit out references.
4034 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
4035 Use n_psyms in OBJSTAT, not psyms.
4039 * configure.in (sparclet-*-aout*): New config.
4040 * configure: Regenerated.
4044 * somsolib.c (som_solib_add): Use xmalloc rather than bare
4045 unchecked call to malloc.
4046 * remote-mips.c (pmon_load_fast): ditto.
4047 * remote-mm.c (mm_open): ditto.
4048 * hpread.c (hpread_lookup_type): ditto.
4049 * remote-adapt.c (adapt_open): ditto.
4053 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
4054 allocate_saved_f77_common_node, allocate_common_entry_node,
4055 add_common_block): Use xmalloc rather than malloc, some of which
4057 * gnu-regex.c: At same point as other gdb specific changes
4058 #undef malloc and then #define it to xmalloc.
4059 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
4060 bare unchecked calls to malloc/realloc.
4061 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
4062 unchecked call to malloc.
4066 * symtab.c (gdb_mangle_name): Change opname var to be const to
4067 match return val of cplus_mangle_name.
4068 * i960-tdep.c: Change arg types of next_insn to match callers.
4072 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
4073 apparently aren't needed in any reasonably recent version of
4078 * stabsread.c (read_range_type): If !self-subrange and language
4079 is Chill, assume a true range. If a true_range is a sub_subrange,
4080 use builtin_type_int for index_type.
4084 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
4085 with an ANSI compiler.
4087 start-sanitize-gdbtk
4090 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
4091 double-clicking will work again.
4092 (create_asm_win): Put "break" at end of all B1 bindings.
4093 (create_file_win): Lower "sel" tag, don't raise it.
4094 (ensure_line_visible): New proc.
4095 (update_listing, update_assembly): Use it.
4096 (create_copyright_window): Destroy window on Leave event.
4097 (create_command_window): Put "break" at end of all B2 bindings.
4103 * valops.c (value_arg_coerce): Coerce float to double, unless the
4104 function prototype specifies float.
4108 * language.c (set_language_command): Use languages table when
4109 printing available languages.
4114 * command.c (add_cmd): Add missing initialization for enums member.
4115 Reorder members to match structure declaration to make it easier to
4116 tell when one is missing.
4117 * exec.c (exec_file_command): Fix problem where filename in malloc'd
4118 memory is referenced after being freed.
4122 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
4123 AT_name tag is missing.
4125 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
4126 FLTWATCH and FLTKWATCH are defined.
4128 * remote.c (remote_read_bytes): Advance memaddr for transfers,
4129 return number of bytes transferred for partial reads.
4131 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
4135 * win32-nat.c (mappings): Add ppc registers.
4136 (child_resume): Turn off step for ppc.
4140 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
4141 xm-cygwin32.h): New.
4142 * config/i386/(*win32*): Becomes *cygwin32*.
4143 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
4144 (powerpcle-*-cygwin32): New.
4145 * configure: Regenerate.
4146 * win32-nat.c (child_create_inferior): Call CreateProcess
4147 with the right program arg.
4151 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
4155 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
4159 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
4161 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
4163 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
4164 here from config/i386/xm-i386mach.h, fix name.
4165 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
4166 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
4167 here from config/i386/xm-ptx4.h.
4168 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
4169 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
4170 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
4171 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
4172 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
4174 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
4175 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
4176 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
4180 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
4181 floating point correctly.
4182 (STORE_RETURN_VALUE): Likewise.
4183 * config/pa/tm-pro.h (SOFT_FLOAT): define.
4187 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
4188 Define to what should be reasonable values. However, apparently
4189 a bug in linux mmap prevents mapped symbol tables from working.
4193 * defs.h (errno.h>: Move #include closer to head of file to solve
4194 obscure problem with systems that declare perror with const arg, in
4195 both errno.h and stdio.h, and const is defined away by intervening
4201 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
4202 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
4206 * Makefile.in (diststuff): Make all-doc; diststuff target does not
4207 exist in doc/Makefile.in.
4211 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
4215 * ch-valprint.c (calculate_array_length): New function to
4216 determine the length of an array type.
4217 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
4218 array type is zero, call calculate_array_length.
4220 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
4221 values may not be sorted. Scan all entries and set the real lower
4226 * config/xm-linux.h: Move include of solib.h and #define of
4227 SVR4_SHARED_LIBS from here ...
4228 * config/nm-linux.h: ...to here.
4232 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
4233 Also check for gregset_t and fpregset_t types.
4234 * configure: Regenerate.
4235 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
4237 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
4238 and HAVE_FPREGSET_T are defined. These changes allow systems
4239 like linux that are migrating to /proc support to use a single
4240 configuration for both new and old versions.
4242 * config/i386/linux.mt: Note that this is now for both a.out and
4244 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
4246 * config/i386/tm-linux.h (tm-sysv4.h): Include.
4247 * config/i386/xm-linux.h (solib.h): Include
4248 (SVR4_SHARED_LIBS): Define.
4249 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
4250 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
4251 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
4256 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
4257 * config/i386/xm-sun386.h: Ditto.
4258 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
4262 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
4267 * dcache.c (dcache_peek, dcache_poke): Advance addr for
4272 * infrun.c (normal_stop): Fix test for shared library event.
4276 * configure.in (sparc64-*-*): Add default host configuration.
4277 start-sanitize-gdbtk
4278 (sparc64-*-solaris2* host): Link statically if GCC used.
4280 (sparc64-*-solaris2*): Add target configuration.
4281 * configure: Regenerated.
4282 * sparc/sp64sol2.mt: New file.
4286 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
4290 * Makefile.in (lint): Close backquotes.
4292 start-sanitize-gdbtk
4295 * gdbtk.tcl, gdbtk.c: Updated copyrights.
4297 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
4299 * configure: Rebuilt.
4304 * NEWS: Make note of new record and replay feature for
4305 remote debug sessions.
4306 * serial.c (gdbcmd.h): Include.
4307 (serial_logfile, serial_logfp, serial_reading, serial_writing):
4308 Define here, for remote debug session logging.
4309 (serial_log_command, serial_logchar, serial_write, serial_readchar):
4310 New functions for remote debug session logging.
4311 (serial_open): Open remote debug session log file when needed.
4312 (serial_close): Close remote debug session log file when needed.
4313 (_initialize_serial): Add set/show commands for name of remote
4314 debug session log file.
4315 * serial.h (serial_readchar): Declare
4316 (SERIAL_READCHAR): Call serial_readchar().
4317 (SERIAL_WRITE): Call serial_write().
4318 (serial_close): Declare as extern.
4319 (serial_logfile, serial_logfp): Declare.
4320 * top.c (execute_command): Declare serial_logfp. Log user command
4321 in remote debug session log if log file is open.
4322 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
4323 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
4324 * remote-array.c (SREC_SIZE): Remove, duplicates define in
4326 * remote-array.c (hexchars, hex2mem): Remove, unused.
4327 * gdbserver/low-linux.c (store_inferior_registers): Remove
4328 unnecessary extern declaration of registers[].
4329 * gdbserver/Makefile.in (all): Add gdbreplay.
4330 * gdbserver/gdbreplay.c: New file.
4331 * gdbserver/README: Give example of recording a remote
4332 debug session with gdb and then replaying it with gdbreplay.
4336 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
4337 (read_one_struct_field): Support boolean bitfields.
4338 * c-valprint.c (c_val_print): Print booleans properly.
4342 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
4344 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
4348 * ch-exp.c (parse_tuple): Error if invalid mode.
4350 * value.h (COERCE_ARRAY): Don't coerce enums.
4351 (COERCE_ENUM): Don't COERCE_REF.
4352 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
4353 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
4354 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
4355 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
4356 Add COERCE_REF before COERCE_ENUM.
4357 * values.c (value_as_long): Simplify.
4359 * valops.c (value_array): Create internalvar if !c_style_arrays.
4361 * language.c (lang_bool_type): Add Fortran support.
4362 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
4366 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
4367 All references changed.
4368 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
4369 Update state table. Reformat so that it's still readable.
4370 When we hit the shlib_event breakpoint, set the calss of shlib_event.
4371 (breakpoint_1): Add "shlib events" as a breakpoint type.
4372 Print the shlib_event breakpoint like other breakpoints.
4373 (create_solib_event_breakpoint): New function.
4374 (breakpoint_re_set_one): Handle solib_event breakpoints.
4375 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
4376 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
4378 (create_solib_event_breakpoint): Declare.
4379 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
4380 (normal_stop): Inform the user when the inferior stoped due
4381 to a shared library event.
4382 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
4383 to control whether or not gdb continues the inferior or stops it when
4384 a shared library event occurs.
4385 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
4386 * somsolib.c (TODO list): Update.
4387 (som_solib_create_inferior_hook): Arrange for gdb to be notified
4388 when significant shared library events occur.
4389 * hppa-tdep.c (find_unwind_entry): No longer static.
4393 * printcmd.c (print_insn): Pass fprintf_unfiltered to
4394 INIT_DISASSEMBLE_INFO.
4395 start-sanitize-gdbtk
4396 * gdbtk.c (gdb_disassemble): Likewise.
4401 * remote.c (remotebreak): New GDB variable.
4402 (remote_break): New global.
4403 (remote_interrupt): Send a break instead of ^C if remote_break.
4404 * NEWS: Describe the new variable.
4408 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
4412 * hp300ux-nat.c (getpagesize): Remove unused function
4413 fetch_core_registers.
4414 (hp300ux_core_fns): Remove, is unused.
4415 (_initialize_core_hp300ux): Remove, is unused.
4416 (gdbcore.h): Remove #include, no longer needed.
4420 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
4421 ptrace bug in aix4.1.3 on the rs6000.
4425 * remote-hms.c (hms_ops): Add value for to_thread_alive.
4426 * remote-nindy.c (nindy_ops): Ditto.
4427 * remote-udi.c (udi_ops): Ditto.
4431 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
4432 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
4433 pmon_load_fast): New functions. Support for the PMON monitor world.
4434 (common_open): New function to merge support for different monitors.
4435 (mips_open): Use common_open().
4436 (mips_send_command): New function.
4437 (mips_send_packet): Scan out-of-sequence packets.
4438 (mips_enter_debug, mips_exit_debug): New functions.
4439 (pmon_ops): New target definition structure.
4443 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
4444 specified on the make command line (via make LIBS=xxx).
4446 * configure.in (enable-gm): magic.o -> gmagic.o.
4449 start-sanitize-gdbtk
4452 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
4453 (add_expr): Changes from create_expr_window.
4454 (create_command_window): Set focus.
4455 (delete_expr): Rewrote.
4456 (expr_update_button): New proc.
4457 (add_expr): Put bindings on FocusIn, FocusOut.
4458 Don't allow .file_popup to be torn off.
4463 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
4464 is set but there are no psymtabs.
4468 * dsrec.c (load_srec): Remove unused variable.
4469 * monitor.c (monitor_expect): Don't expect a ^C to echo.
4470 * serial.c (serial_open): Add parallel interface.
4471 * sh3-rom.c (parallel, parallel_in_use): New.
4472 (sh3_load): If parallel_in_use, download though the
4474 (sh3_open): Open parallel port if specified.
4475 (sh3_close): New function.
4476 (_inititalize_sh3): Add sh3_close hook and documentation.
4477 * monitor.c (monitor_close): Export.
4478 * monitor.h (monitor_close): Add prototype.
4483 * remote.c (remotetimeout): New GDB variable, use to set the
4484 remote timeout for reading.
4486 start-sanitize-gdbtk
4489 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
4490 (update_listing): Use lassign. Use "see" to scroll. Don't need
4491 screen_top, screen_bot, screen_height.
4492 (update_assembly): Use "see" to scroll.
4493 (textscrollproc): Removed.
4494 (create_file_win): Don't use textscrollproc.
4495 (asmscrollproc): Removed.
4496 (create_asm_window): Don't use asmscrollproc.
4497 (create_asm_win): Ditto.
4498 (screen_height, screen_top, screen_bot): Removed.
4499 (run_editor): New proc.
4500 (build_framework): Use it.
4501 (create_file_win, create_source_window): Don't use textscrollproc.
4502 (create_breakpoints_window): Set -xscrollcommand on canvas.
4503 (not_implemented_yet): Default button is 0.
4504 (delete_char): Don't use tk_textBackspace.
4505 (create_command_window): Allow Tk bindings to fire after deleting
4507 (create_command_window): Make Delete delete left, not right.
4512 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
4513 to get "struct core_fns" defined.
4514 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
4515 Are dependent upon gdbcore_h.
4519 * symfile.c (decrement_reading_symtab): New function.
4520 * symfile.c, symtab.h (currently_reading_symtab): New variable.
4521 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
4522 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
4523 currently_reading_symtab (since that could infinitely recurse).
4527 * stabsread.c (read_struct_type): Trivial simplification.
4529 * stabsread.c (define-symbol): Use invisible references
4530 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
4531 * valops.c (call_function_by_hand): Likewise.
4532 * eval.c (evaluate_subexp_standard): When known, use the formal
4533 parameter type as the expected type when evaluating arg expressions.
4534 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
4536 start-sanitize-gdbtk
4539 * main.c (main): Disable window interface if --help or --version
4542 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
4544 Changes in sync with expect:
4545 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
4547 * aclocal.m4: Replaced with version from expect.
4548 * configure: Regenerated.
4553 * configure.in, configure: Recognize rs6000-*-aix4*.
4554 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
4555 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
4556 * config/rs6000/xm-aix4.h: New file.
4557 * config/xm-aix4.h: New file.
4562 * gdbserver/low-linux.c: New file.
4563 * remote.c (remote_read_bytes): Fix aborts on larger packets.
4565 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
4567 * stabsread.c (define_symbol): If register value is too large,
4568 tell what it is and what max is.
4570 start-sanitize-gdbtk
4573 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
4574 gdbtk_tcl_flush): Use "see", not "yview".
4575 (gdbtk_tcl_query): Use questhead bitmap.
4576 various: Always wrap condition of 'if' in {...}.
4577 (add_breakpoint_frame): Set -value on radiobuttons.
4578 (lassign): New proc.
4579 (add_breakpoint_frame): Use lassign, not series of assignments.
4580 (decr): Made faster.
4581 (interactive_cmd): Use "see", not "yview".
4582 (not_implemented_yet): Use warning bitmap.
4583 (update_expr): Don't allow $expr to be evalled by Tcl.
4584 (create_expr_window): Don't use "focus".
4585 (delete_char, delete_line): Define globally.
4586 (delete_line, delete_char, create_command_window, update_autocmd,
4587 build_framework, create_asm_win, create_file_win): Use "see", not
4589 (create_copyright_window, center_window, bind_widget_after_class):
4591 (FSBox,create_command_window, create_autocmd_window): Binding
4593 (textscrollproc): Define globally.
4594 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
4595 Home, End, Up, and Down are all defined by Tk.
4596 (apply_filespec): Use error bitmap in dialog.
4597 (files_command): Don't use tk_listboxSingleSelect.
4598 (files_command): Don't use "uniq" to remove duplicates from a
4600 (update_assembly): Use lassign.
4601 (create_asm_win): Removed redundant bindings.
4602 (listing_window_button_1, file_popup_menu): Use tk_popup.
4603 (ButtonRelease-1 binding): Just remove tag from window; rest
4606 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
4607 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
4608 (gdbtk_call_command): Ditto.
4613 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
4614 enum namespace -> enum_namespace change.
4618 * ch-exp.c (parse_primval): In case ARRAY, add missing
4623 * remote-mips.c (mips_receive_header): Recognize \012 instead
4624 of \n, but write \n when program sends a \012.
4625 * ser-mac.c (mac_input_buffer): Increase size of buffer.
4629 * infptrace.c (initialize_infptrace): Move function out of
4630 #ifdef conditional; put code within the function inside an
4633 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
4634 arguments. Sorting is now dependent on OBJF_REORDERED. All
4635 callers/references changed.
4636 * dbxread.c (read_ofile_symtab): Correctly determine value for
4637 last_source_start_addr for reordered executables.
4638 (process_one_symbol): Handle N_FUN with no name as an end of
4640 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
4641 is the high text address for a psymtab.
4642 (case N_SO): Likewise.
4643 (case N_FUN): Handle N_FUN with no name as an end of function
4645 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
4646 at the same address rather than a random subset of them.
4647 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
4648 * elfread.c (elf_symfile_init): Similarly.
4649 * somread.c (som_symfile_init): Similarly.
4650 * xcoffread.c (xcoff_symfile_init): Similarly.
4654 * stack.c (print_stack_frame print_frame_info) symmisc.c
4655 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
4656 that catch_errors doesn't get blindsided by QUIT and lose the
4657 cleanup chain. This fixes a problem where ^C while in a
4658 user-defined command sometimes leaves instream NULL and causes a
4659 segfault in command_loop.
4663 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
4667 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
4668 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
4669 srec.o renamed to dsrec.o.
4673 * breakpoint.c (remove_breakpoint): Change error to warning so
4674 that hardware watchpoint removal problems won't leave breakpoint
4675 traps in the target.
4676 start-sanitize-gdbtk
4677 * configure configure.in: Make --enable-gdbtk be the default.
4679 * remote-e7000.c (e7000_insert_breakpoint,
4680 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
4682 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
4683 compensate for e7000 maladjustment.
4684 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
4685 which prevented hardware watchpoints from working.
4689 * infptrace.c (udot_info): New function.
4690 (PT_*): Define each individually if that one is not defined.
4691 * rs6000-nat.c (kernel_u_size): New function
4692 Include <sys/user.h> for "struct user"
4693 * alpha-nat.c (kernel_u_size): New function.
4694 Include <sys/user.h> for "struct user"
4695 * sparc-nat.c (kernel_u_size): New function.
4696 Include <sys/user.h> for "struct user"
4697 * i386b-nat.c (kernel_u_size): New function.
4698 * i386v-nat.c (kernel_u_size): New function.
4699 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
4700 (kernel_u_size): Declare.
4701 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
4702 (kernel_u_size): Declare.
4703 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
4704 (kernel_u_size): Declare.
4705 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
4706 (kernel_u_size): Declare.
4707 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
4708 (kernel_u_size): Declare.
4712 * mdebugread.c (mylookup_symbol): enum namespace becomes
4713 enum_namespace type.
4714 * symfile.c (add_psymbol_to_list)
4715 (add_psymbol_addr_to_list): Ditto.
4716 * symtab.c (lookup_partial_symbol): Ditto.
4717 (lookup_symbol): Ditto.
4718 (lookup_block_symbol): Ditto.
4719 * win32-nat.c (handle_load_dll): Use incoming dll base.
4720 (child_wait): Catch DLL load errors.
4721 (create_child_inferior): Translated between paths correctly.
4725 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
4726 from NUM_REGS to get number of general registers that we care about.
4727 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
4728 of number of general regs and number of floating point regs.
4732 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
4733 (SKIP_TRAMPOLINE_CODE): New.
4734 * config/i386/xm-win32.h (CANT_FORK): Deleted.
4735 (SLASH*) Changed to use unix style slash.
4736 * symtab.h (namespace enum): becomes typedef to avoid namespace
4738 * infcmd.c (path_command): Use empty string if PATH name not set.
4739 * i386-tdep.c (skip_trampoline_code): New function.
4740 * srec.c: Renamed dsrec.c to avoid filename collision.
4741 * Makefile.in: Cope with renaming.
4745 * symmisc.c (print_objfile_statistics): Print memory use statistics
4746 for objfile psymbol, symbol, and type obstacks.
4750 * config/mips/nm-irix5.h: Restore.
4751 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
4753 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
4754 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
4756 For older changes see ChangeLog-95
4762 version-control: never