]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* corelow.c: Add multi thread/process support for core files with
[binutils.git] / gdb / ChangeLog
index 3008322e394db0b1036c4e6018ade30cc3559248..3f5f4f234a3ae376d75d780d4bb5617d5b1d6a6e 100644 (file)
@@ -1,3 +1,88 @@
+Fri Sep 24 17:25:41 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * corelow.c:  Add multi thread/process support for core files with
+       .reg/XXX pseudo-sections.
+       * i386lynx-nat.c thread.h thread.c:  Remove unnecessary core file
+       support.
+
+Thu Sep 23 10:49:37 1993  Jim Kingdon  ([email protected])
+
+       * remote-udi.c (download): Skip zero length sections.
+
+       * valops.c (search_struct_method, value_struct_elt):
+       Use (value)-1, not -1, for error.
+
+       * infcmd.c (step_1), infrun.c (wait_for_inferior): Add comments
+       about SHIFT_INST_REGS.
+
+       * exec.c (exec_file_command): Set text_end based on all code readonly
+       sections, not just ".text".
+
+       * defs.h, infcmd.c, config/z8k/tm-z8k.h, config/m88k/tm-m88k.h,
+       config/sh/tm-sh.h, config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
+       z8k-tdep.c: Remove all references to ADDR_BITS_SET.
+       * config/m88k/tm-m88k.h: Define TARGET_WRITE_PC.
+
+       * config/m88k/tm-m88k.h, m88k-tdep.c: Add call function stuff.
+
+Thu Sep 23 00:13:06 1993  Peter Schauer  ([email protected])
+
+       * config/mips/tm-mips.h (STORE_STRUCT_RETURN):  Define as noop as
+       the pushing of the struct return address is already handled in
+       mips_push_arguments.
+       * mips-tdep.c (reinit_frame_cache_sfunc):  Fix typo in prototype
+       declaration.
+       * mipsread.c (parse_symbol, parse_type, upgrade_type):  Add more
+       sanity checks for corrupt symbol entries to avoid core dumps
+       reported by [email protected]. Obviously Ultrix 4.3A cc now has
+       the same problems as the OSF/1 alpha cc.
+       * mipsread.c (parse_lines):  Iterate over the range of the compressed
+       line number entries, the old iteration sometimes failed to stop
+       and wrote past the end of the LINETABLE. Add sanity check to avoid
+       the same problem in case the line number info is corrupt.
+       * mipsread.c (parse_procedure):  Adjust pdr for alpha __sigtramp.
+       * mipsread.c (parse_external, parse_partial_symbols):  Ignore stNil
+       symbols that are produced for statics in .o files and stLocal symbols
+       that are produced for every section in OSF/1 dynamically linked
+        executables.
+       * mipsread.c (psymtab_to_symtab_1):  Put out `undefined symbols'
+       warning only under `verbose on' as there are many undefined symbols
+       in a dynamically linked executable.
+
+Wed Sep 22 10:28:06 1993  Jim Kingdon  ([email protected])
+
+       * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was
+       intended only for VxWorks.  Remove dcache.o from TDEPFILES now
+       that we pick it up from the default REMOTE_O.
+
+       * breakpoint.c (bpstat_what): Initialize retval.call_dummy and
+       retval.step_resume.
+
+       * mips-tdep.c (mips_frame_chain): If frame size zero, return zero.
+       * rs6000-tdep.c: Add comment about framelessness.
+
+       * remote-nindy.c: Declare ninMemGet and ninMemPut.
+
+Wed Sep 22 08:02:57 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in:  Add i386lynx-tdep to the right places.
+       (TARDIRS):  Add gdbserver.
+
+       * exec.c (print_section_info):  Print entry point.
+       * i386lynx-nat.c (i386lynx_saved_pc_after_call):  Move into
+       i386lynx-tdep.c.  Add core file support.
+       * i386lynx-tdep.c:  New module for Lynx/386 target dependant code.
+       * maint.c:  Add `maint info sections' command to print info about all
+       sections that BFD knows about for exec and core files.
+       * sparc-tdep.c (sparc_push_dummy_frame):  Update stack pointer
+       before putting frame on the stack.  Consolidate writes to reduce
+       traffic for remote debugging.
+       * config/i386/i386lynx.mh (NATDEPFILES):  Remove exec.o.
+       * config/i386/i386lynx.mt (TDEPFILES):  Add exec.o, i386lynx-tdep.o.
+       * config/i386/nm-i386lynx.h:  Add target_pid_to_str().
+       * config/i386/tm-i386lynx.h:  Remove target_pid_to_str().
+       * sparclite/Makefile.in:  Add deps to keep Sun make happy.
+
 Tue Sep 21 17:48:14 1993  Jim Kingdon  ([email protected])
 
        * breakpoint.h, breakpoint.c (bpstat_stop_status): Add new argument
This page took 0.025629 seconds and 4 git commands to generate.