]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* Makefile.in (dcache_h): Remove redundant definition.
[binutils.git] / gdb / ChangeLog
index d07082bd08845c2ae55dcd8fb70fe97122315206..b468fbc702562063b86de96a52724c86e3f629d0 100644 (file)
@@ -1,6 +1,186 @@
-Mon Jun 13 12:26:57 1994  Kung Hsu  ([email protected])
+Wed Jun 29 18:53:36 1994  Stan Shebs  ([email protected])
+
+       * Makefile.in (dcache_h): Remove redundant definition.
+       (init.c): Add a comment.
+       (top.c): Remove explicit compile action.
+       * breakpoint.c (mention): Share code indicating location of
+       break/watchpoints, don't print address if addressprint is off.
+       * breakpoint.c, c-typeprint.c, c-valprint.c, energize.c, symtab.h
+       (demangle): Remove redundant declarations.
+       * eval.c: Remove redundant function declarations.
+       * objfiles.h: Cosmetic and grammatical improvements.
+       * TODO: Various updates.
+
+       * remote-mips.c: Replace all \r chars with \015.
+       (mips_receive_header): Display control characters readably.
+       (mips_xfer_memory): Add a simple progress display.
+
+Wed Jun 29 13:11:45 1994  Steve Chamberlain  ([email protected])
+
+       * remote-e7000.c (e7000_open): Don't try a tcp open if we're
+       using go32.
+       * remote-hms.c (flush): New function.
+       (expect): Get edge case right.
+       (hms_read_inferior_memory): Be more tolerant of line noise.
+
+Tue Jun 28 14:17:03 1994  Jim Kingdon  ([email protected])
 
-       * .Sanitize: change name from sparclite-*.c to sparcl-*.c.
+       * configure.in: Use i386m3.mh and i386m3.mt as names of host and
+       target files, not non-existent mach3.mh and mach3.mt.
+
+Wed Jun 29 00:26:17 1994  Peter Schauer  ([email protected])
+
+       * dbxread.c (dbx_symfile_read):  Unconditionally add dynamic
+       symbols for all symbol files.  Makes skipping over the
+       trampoline code work when stepping from a function in a shared
+       library into a function in a different shared library.
+       (read_dbx_dynamic_symtab):  Relocate mst_solib_trampoline address.
+
+Tue Jun 28 15:28:01 1994  Stu Grossman  ([email protected])
+
+       * dbxread.c, partial-stab.h (near N_SO):  SO stabs with blank
+       names mean end of .o file.
+       * infrun.c (wait_for_inferior):  Clean up multi-thread logic near
+       top of routine.  Handle new thread notification cleanly.
+       * lynx-nat.c (child_wait):  General cleanups, handle new LynxOS
+       thread notification scheme.
+       * (child_resume):  General cleanups, handle resumption of all
+       threads properly.
+
+Mon Jun 27 09:57:23 1994  Steve Chamberlain  ([email protected])
+
+       * ser-go32.c: Rewrite to run under windows.
+       * ser-e7kpc.c: New file to support the E7000 with the PC ISA
+       bus interface.
+       * serial.c (serial_open): Notice device "pc".
+       * remote-e7000.c: Fix copyright date.
+       (expect): Compare \n and \r the same.
+       (e7000_open): Allow pc as a serial port
+       * sh/sh.mt: Add ser-e7kpc.
+       * h8300/h8300hms.mt: Add ser-e7kpc.
+       * main.c (proc_wait): Don't wait if using go32.
+
+Mon Jun 27 00:35:51 1994  Jeff Law  ([email protected])
+
+       * somread.c: Simplify by using stabsect_build_psymtabs.
+       * dbxread.c (stabsect_build_psymtabs): New argument "text_name"
+       corresponding to the name of the text section.  All references
+       changed.
+       (somstab_build_psymtabs): Delete function, no longer needed.
+
+Sun Jun 26 23:54:08 1994  Jeff Law  ([email protected])
+
+       * somread.c: Renamed from paread.c.  Changed function names and
+       comments to reflect that this file deals with SOM (an object file
+       format), rather than the PA (a cpu).
+       (Makefile.in): Chaned appropriately.
+       (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise.
+       * dbxread.c (somstab_build_psymtabs): Renamed from
+       pastab_build_psymtabs.
+
+Fri Jun 24 08:15:42 1994  Peter Schauer  ([email protected])
+
+       * core-sol2.c:  New file to handle ELF and BCP core file flavours.
+       * config/sparc/sun4sol2.mh (NATDEPFILES):  Use it instead of
+       core-svr4.
+       * Makefile.in:  Updated for core-sol2.c.
+       * README:  Add notes about SPARCworks cc under Solaris 2.x,
+       from Casper H.S. Dik ([email protected]).
+       * config/mips/xm-makeva.h:  Removed, no longer necessary.
+       * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h,
+       config/mips/xm-mips.h, config/mips/xm-news-mips.h,
+       config/mips/xm-riscos.h:  Remove references to xm-makeva.h
+
+Wed Jun 22 17:48:21 1994  Jim Kingdon  ([email protected])
+
+       * gdba.el: Put program input and output in a separate buffer.
+
+Wed Jun 22 16:54:15 1994  Fred Fish  ([email protected])
+
+       * energize-patches, main.c (main), top.c (gdb_init, pwd_command),
+       top.h: Change all occurances of dirbuf to gdb_dirbuf.  Collides
+       with global variable of same name in libnsl.so on UnixWare.
+
+Wed Jun 22 14:40:52 1994  Kung Hsu  ([email protected])
+
+       * symtab.c (decode_line_1): fix a bug in dealing with '<>'
+       embedded in template name.
+
+Tue Jun 21 14:06:46 1994  Kung Hsu  ([email protected])
+
+       * config/i386/nm-linux.h: change calling convention of 
+       TARGET_CAN_USE_HARDWARE_WATCHPOINT() and
+       target_insert_watchpoint() and
+       target_remove_watchpoint().
+
+       * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST
+       to be long long in gdb.
+       * config/mips/tm-bigmips.h: ditto.
+
+Mon Jun 20 23:54:37 1994  Peter Schauer  ([email protected])
+
+       * c-lang.c (asm_language_defn):  New definitions for language_asm,
+       mostly copied from c_language_defn, to avoid warnings when
+       switching between c and asm stack frames.
+
+Mon Jun 20 13:51:55 1994  Ian Lance Taylor  ([email protected])
+
+       * mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or
+       ecoff_swap_rndx_in directly; use the debug_swap pointer instead.
+       (upgrade_type, handle_psymbol_enumerators): Likewise.
+       (has_opaque_xref, cross_ref): Likewise.
+       (elfmdebug_build_psymtabs): Call swap->read_debug_info to read
+       debugging information, rather than doing it here.
+       * mipsread.c (mipscoff_symfile_read): Call read_debug_info entry
+       point in ecoff_debug_swap backend structure, rather than calling
+       ecoff_slurp_symbolic_info directly.
+
+Fri Jun 17 20:58:58 1994  Jim Kingdon  ([email protected])
+
+       * breakpoint.c: Include annotate.h.  Call annotate_field rather
+       than printing annotation directly.
+
+       * main.c: Include string.h.
+
+Thu Jun 16 14:41:37 1994  Stan Shebs  ([email protected])
+
+       * fork-child.c (startup_inferior) [STARTUP_INFERIOR]: If defined,
+       call it instead of doing normal loop.
+       * infcmd.c (attach_command): Don't call wait_for_inferior if
+       running Mach 3.
+       * infrun.c (proceed) [PREPARE_TO_PROCEED]: If defined, call
+       hook that can decide whether to step over the next breakpoint.
+       * utils.c (wrap_here): Abort if wrap_buffer not allocated.
+       (request_quit) [REQUEST_QUIT]: If defined, call it instead of
+       doing normal quit.
+
+       * configure.in: Improve sorting/formatting of hosts and targets.
+       (i[34]86-*-mach3*, i[34]86-*-osf1mk*, mips-*-mach3*,
+       m88*-*-mach3*, ns32k-*-mach3*): Recognize.
+       * Makefile.in (stop-gdb): New target.
+       * stop-gdb.c: New file, utility to get attention of waiting GDBs
+       in Mach 3.
+
+Wed Jun 15 00:41:03 1994  Tom Lord  ([email protected])
+
+       * top.c (gdb_init): Init current_directory in gdb_init.  Probably
+       the identical initialization can be deleted from main.c, but i
+       haven't done so just in case.
+
+Tue Jun 14 17:24:41 1994  Tom Lord  ([email protected])
+
+       * gdba.el: Added menu windows and slightly improved window
+       handling to gdba.el.  Fixed numerous minor bugs that were causing
+       emacs and gdb to fall out of sync.
+
+Tue Jun 14 16:18:44 1994  Kung Hsu  ([email protected])
+
+       * breakpoint.c: annotate changes lost at merge, put back in.
+
+Mon Jun 13 17:28:50 1994  Stan Shebs  ([email protected])
+
+       * config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove
+       i387-tdep.o.
 
 Sun Jun 12 03:51:52 1994  Peter Schauer  ([email protected])
 
@@ -97,12 +277,13 @@ Wed Jun  8 23:20:45 1994  Stu Grossman  ([email protected])
 
 Sat Jun  4 18:17:03 1994  Per Bothner  ([email protected])
 
-       Fix value_print, which used to be ostensibly langauge-indepentdent,
+       Fix value_print, which used to be ostensibly language-independent,
        but would print pointers and arrays in C syntax.  Instead, call
        a language-specific function.
        * language.h (struct language_defn):  New functional field
-       la_value_print.  (LA_VALUE_PRINT):  New macro.
-       * language.c (unk_lang_value_print ):  New stub/dummy function.
+       la_value_print.
+       (LA_VALUE_PRINT):  New macro.
+       * language.c (unk_lang_value_print):  New stub/dummy function.
        (unknown_language_defn, auto_language_defn, local_language_defn):
        Use it.
        * c-valprint.c (c_value_print):  New function, with code moved from:
@@ -110,7 +291,7 @@ Sat Jun  4 18:17:03 1994  Per Bothner  ([email protected])
        LA_VALUE_PRINT to do language-specific stuff.
        * valprint.c (value_print_array_elements):  Make non-static.
        * c-lang.c (c_language_defn, cplus_language_defn):  Add
-       c_value_print in the la_value_print field,
+       c_value_print in the la_value_print field.
        * m2-lang.c (m2_language_defn):  Likewise.
        * ch-lang.c (chill_language_defn):  But here use chill_value_print.
        * ch-valprint.c (chill_val_print):  Print null pointer as NULL.
@@ -123,7 +304,6 @@ Sat Jun  4 18:17:03 1994  Per Bothner  ([email protected])
        * ch-valprint.c (chill_val_print, case TYPE_CODE_BITSTRING
        and case TYPE_CODE_SET):  Check that the element type isn't a stub.
 
-
 Fri Jun  3 09:15:00 1994  Jim Kingdon  ([email protected])
 
        * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
@@ -1242,8 +1422,6 @@ Sun Mar 20 15:21:57 1994  Doug Evans  ([email protected])
 
        * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
        instead of 4.
-
-start-sanitize-v9
        * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
        can no longer set this at run time.
        * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
@@ -1251,7 +1429,6 @@ start-sanitize-v9
        * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
        sparc-tdep.c compiles).
        (TARGET_PTR_BIT): Must be a constant now, fix at 64.
-end-sanitize-v9
 
 Sat Mar 19 08:51:12 1994  Jim Kingdon  ([email protected])
 
This page took 0.028245 seconds and 4 git commands to generate.