* typeprint.c: Add "class CLASS-NAME" to docstring for ptype.
[binutils-gdb.git] / gdb / ChangeLog
index 4be05312a294db3769a7dac81218ee02d7aff0ec..9d61c710e52113ca9acdac92fc56570c350f5245 100644 (file)
@@ -1,3 +1,145 @@
+Tue Oct 19 10:43:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * typeprint.c: Add "class CLASS-NAME" to docstring for ptype.
+
+Tue Oct 19 06:17:10 1993  Fred Fish  (fnf@cirdan.cygnus.com)
+
+       * Makefile.in (ALLPARAM):  Add config/m88k/{nm-delta88v4.h,
+       tm-delta88v4.h, xm-dgux.h}.
+       * Makefile.in (ALLCONFIG):  Add config/m88k/{delta88v4.mh,
+       delta88v4.mt}.
+
+       * README:  Remove comment about SunOS 5.x programs leaving
+       coredumps.  Info from Sun is that this was not in customer
+       releases.
+
+Mon Oct 18 10:28:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * hppa-tdep.c (restore_pc_queue): Call target_terminal_ours after
+       done stepping the inferior.
+
+       * c-exp.y: Remove never-used (because of shift/reduce conflicts)
+       rules for pointers to members.
+       * Makefile.in: Remove notice about expected shift/reduce conflicts.
+
+       * buildsym.c (finish_block): If we pop the context stack and it is
+       not empty, complain () instead of abort ().
+
+Sun Oct 17 19:42:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * parse.c, parser-defs.h (follow_types): New function.
+       * c-exp.y (ptype : typebase abs_decl): Use it.
+       * c-exp.y (ptype): Add support for type qualifiers after the
+       typebase.  The typebase rule already has support for them before
+       the typebase.
+       * Makefile.in: Change the expected number of shift/reduce
+       conflicts to 6.  This is OK--the 2 new conflicts are basically the
+       same as one of the old ones.
+
+Sun Oct 17 13:04:49 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (VERSION):  Bump to 4.10.3.
+
+Sun Oct 17 09:18:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (wait_for_inferior): Clean up comments which were at
+       the top of the file, making them more concise and moving them with
+       the code (Sorry, Randy, but these stream-of-consciousness comments
+       really have to go).  Switch the order of the "&&", which makes
+       things clearer and turns out to be an improvement with respect to
+       side effects and speed.
+
+Sun Oct 17 02:06:01 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * procfs.c:  Handle process exits more elegantly by trapping on
+       entry to _exit.  Also, cleanup procinfo list when process dies of
+       it's own accord (as opposed to being killed).
+
+Sat Oct 16 20:47:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m88k/xm-dgux.h: Define NO_PTRACE_H.
+
+       * corelow.c (add_to_thread_list): Need a cast to go from PTR to
+       asection *.
+
+       * infrun.c: Add comment about signals.
+
+       * fork-child.c (fork_inferior): Remove CREATE_INFERIOR_HOOK again.
+       Stu reinstated it (accidently I assume).
+
+Sat Oct 16 15:27:10 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * procfs.c (procfs_wait):  Losing Unixware can't do poll on /proc
+       files.  Use PIOCWSTOP instead.
+       * corelow.c (add_to_thread_list):  Fix arg to match prototype.
+
+       * procfs.c (procfs_set_sproc_trap):  Don't use this if sproc
+       isn't available.
+       * (procfs_notice_signals):  Fix prototype.
+
+Fri Oct 15 22:46:07 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * breakpoint.c (breakpoint_thread_match break_command_1):
+       Thread-specific breakpoint support.
+       * breakpoint.h (struct breakpoint):  Add thread id field.
+       * fork-child.c (fork_inferior):  Move call to init_thread_list()
+       back a bit so that init_trace_fun can do thread functions.
+       * hppa-tdep.c (restore_pc_queue):  Add pid to call to target_wait.
+       * hppab-nat.c (child_resume):  Handle default pid.
+       * hppah-nat.c (child_resume):  Handle default pid.
+       * i386lynx-nat.c (child_wait):  New arg pid.
+       * inflow.c (kill_command):  Reset thread list.
+       * infptrace.c (child_resume):  Handle default pid.
+       * infrun.c:  Thread-specific breakpoint support.
+       * inftarg.c (child_wait):  Add pid arg.
+       * osfsolib.c (solib_create_inferior_hook):  Add pid to call to
+       target_resume.
+       * procfs.c:  Multi-thread support.
+       * remote-bug.c (bug_wait):  Add pid arg.
+       * remote-hms.c (hms_wait):  Add pid arg.
+       * remote-mips.c (mips_wait):  Add pid arg.
+       * remote-mon.c (monitor_wait):  Add pid arg.
+       * remote-nindy.c (nindy_wait):  Add pid arg.
+       * remote-sim.c (gdbsim_wait):  Add pid arg.
+       * remote-udi.c (udi_wait):  Add pid arg.
+       * remote-vx.c (vx_wait):  Add pid arg.
+       * remote-z8k.c (sim_wait):  Add pid arg.
+       * remote.c (remote_wait):  Add pid arg.
+       * solib.c (solib_create_inferior_hook):  Add pid to call to
+       target_resume.
+       * target.h (struct target_ops):  Add pid arg to to_wait and
+       to_notice_signals.
+       * thread.c (valid_thread_id):  New func to validate thread #s.
+       * (pid_to_thread_id):  New func to do the obvious.
+       * thread.h:  Prototypes for above.
+
+       * coff-solib.c (coff_solib_add):  Use nameoffset field to locate
+       filename.
+
+Fri Oct 15 21:29:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * h8300-tdep.c, h8500-tdep.c: Define sim_load only, but not
+       sim_kill, sim_open, or sim_set_args.
+
+       * stack.c (print_stack_frame): Put catch_errors around
+       print_frame_info so (for example) error printing source doesn't
+       cause auto-displays to get skipped in normal_stop.
+
+       * findvar.c (value_from_register): When preparing to cast a value
+       from REGISTER_VIRTUAL_TYPE to type, copy the REGISTER_VIRTUAL_SIZE;
+       the old code didn't copy the whole thing.
+       * valops.c (value_assign): Add comment.
+
+Fri Oct 15 12:57:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mipsread.c (upgrade_type):  Replace bitsize sanity checks and
+       complaint by a comment explaining why they were useless. 
+
+Fri Oct 15 14:30:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Move comments on bypassing call dummy breakpoint from stack.c
+       to breakpoint.h.
+
 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * symtab.c (lookup_partial_symtab):  If filename is not found and