* rem-multi.shar: Removed; superceded by gdbserver.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 43ed8593b46ee27d1a5a968c894aeef11da96c62..ac1feda19f856852ee4afd8b4bfa138bd8e3faf7 100644 (file)
@@ -1,3 +1,858 @@
+Sat Apr 15 18:00:15 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * rem-multi.shar: Removed; superceded by gdbserver.
+
+Fri Apr 14 12:10:24 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
+       with coffread.c.
+
+       * breakpoint.c (fixup_breakpoints): Removed.
+       * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
+       (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
+
+       * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
+       sections, not just SECT_OFF_MAX-1.
+
+       * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
+       to be indexed by SECT_OFF_* instead of xcoff section numbers.
+       * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
+       * symtab.h: Revise comment about block_line_section.
+       * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
+
+Sat Apr 15 14:15:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
+       command, not allowed by some version of MPW Make.
+       * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
+
+Sat Apr 15 14:05:09 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
+       VALUE_TYPE).  Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
+       TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
+
+Sat Apr 15 14:04:32 1995  Per Bothner  <bothner@cygnus.com>
+
+       * alpha-tdep.c (alpha_push_arguments): Only cast to long for
+       TYPE_CODE_INT.
+
+start-sanitize-gdbtk
+Sat Apr 15 13:52:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdbtk.c (gdb_disassemble): Read from inferior if connected
+       to a VxWorks target.
+
+Fri Apr 14 10:18:20 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * README.GDBTK:  New file.  Contains the obvious.
+end-sanitize-gdbtk
+
+Thu Apr 13 16:17:04 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * remote-array.c: New file for Array Tech LSI33k based controller
+       board.
+
+Thu Apr 13 12:23:31 1995  Kung Hsu  <kung@rtl.cygnus.com>
+
+       * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
+       extract_address.
+       * remote-vxsparc.c: New file, preliminary check in, this configuration
+       not supported yet. 
+       * remote-vxmips.c: ditto.
+
+Thu Apr 13 12:10:14 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
+       to declare the function.
+
+Wed Apr 12 16:40:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * monitor.h (init_monitor_ops): Declare.
+       * rom68k-rom.c: Clarify some comments.
+       (rom68k_open): Define as static, to match decl.
+
+Wed Apr 12 16:36:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.gdb: New file.
+       * .gdbinit: Move list-objfiles to gdb.gdb.
+
+       * values.c (set_internalvar): Set modifiable flag of newval.
+
+Wed Apr 12 14:34:31 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * xcoffread.c: Call complain() rather than error() or printing a
+       warning.
+
+start-sanitize-arc
+Wed Apr 12 08:15:27 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * arc-tdep.c: #include "gdbcmd.h".
+       (codestream_seek): Pass CORE_ADDR.
+       (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
+       (debug_pipeline_p): Likewise.
+       (X_...): Instruction field access macros.
+       (BUILD_INSN): Define.
+       (codestream_tell): Allow for stream elements > 1 byte.
+       (codestream_fill): Likewise.
+       (setup_prologue_scan): New function.
+       (arc_get_frame_setup): Call it.  Update to current spec
+       regarding prologues.  Use BUILD_INSN.
+       (skip_prologue): New argument `frameless_p'.  Use BUILD_INSN.
+       (arc_frame_saved_pc): New function.
+       (frame_find_saved_regs): Use BUILD_INSN.
+       (get_insn_type, single_step): New functions.
+       (one_stepped): New global.
+       (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
+       (arc_set_cpu_type): New function.
+       (_initialize_arc_tdep): Define new `set' commands `cpu',
+       `displaypipeline', and `debugpipeline'.
+       * remote-arc.c (break_insn): Add bi-endian support.
+       (arc_insert_breakpoint): Likewise.
+       (arc_remove_breakpoint): Likewise.
+       (switch_command): Delete.
+       * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
+       (TARGET_BYTE_ORDER_SELECTABLE): Define.
+       (DEFAULT_ARC_CPU_TYPE): Define.
+       (SKIP_PROLOGUE_FRAMELESS_P): Define.
+       (BREAKPOINT): Delete.
+       (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
+       (DECR_PC_AFTER_BREAK): Change to 8.
+       (NO_SINGLE_STEP): Define.
+       (ARC_PC_TO_REAL_ADDRESS): Define.
+       (SAVED_PC_AFTER_CALL): Use it.
+       (NUM_REGS, REGISTER_BYTES): Fix.
+       (FRAME_SAVED_PC): Call arc_frame_saved_pc.
+       (FRAME_LOCALS_ADDRESS): Fix.
+end-sanitize-arc
+
+Tue Apr 11 16:42:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * top.c, utils.c, defs.h: Remove error_hook.  It is currently
+       unused and would need to hook into error_begin()/return_to_top_level(),
+       instead of error(), if it were to be used.
+
+Tue Apr 11 13:46:25 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
+       consistency with error_begin.  Also print warning_pre_print.
+       Document it better.
+       * utils.c (warning): Use it.
+       * utils.c (error_begin): Doc fix.
+       * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
+       symfile_objfile, nuke it.
+
+Tue Apr 11 09:35:20 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (print_address_numeric): Pass use_local to
+       print_longest, rather than always passing 1.
+
+       * nlm/Makefile.in: Remove comments discussing munch.
+
+start-sanitize-gdbtk
+Tue Apr 11 11:07:12 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
+       F_SETOWN is, use that.
+end-sanitize-gdbtk
+
+Mon Apr 10 18:31:57 1995  Stan Shebs  <shebs@andros.cygnus.com>
+       
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in (i386-unknown-go32): Change from aout.
+       (sh-hitachi-hms): New target.
+       * mpw-make.in (BISON): Use byacc instead of bison.
+       (VERSION): Bump to 4.14.1.
+       (*-pinsn.*): Remove mentions everywhere.
+       (all): Don't build MacGDB.
+       (gdb, SiowGDB): Depend on Version.r.
+       (Version.r): Generate from version info.
+       * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
+       (main) [MPW]: Remove debugging hook.
+       * mac-xdep.c (debug_openp): New flag.
+       (mac_init): Set flag if env variable defined.
+       * ser-mac.c (mac_open): Clarify error message.
+       (mac_readchar): Call PROGRESS while looping.
+       (mac_write): Call sleep instead of sec_sleep.
+       (sec_sleep): Remove.
+       * source.c (openp) [MPW]: Only print debugging info if debugging.
+       * utils.c (query) [MPW]: Clarify that behavior is a bug.
+
+       * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
+
+       * main.c, source.c: Remove hacks that replace long strings
+       with shorter ones, now solved portably.
+
+       * config/m68k/xm-mpw.h (spin.h): Include.
+       (ALMOST_STDC): Only define if MPW_C.
+       * config/m68k/tm-mac.h: New file, Mac target definitions.
+
+       * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
+        i386-unknown-aout): New targets.
+       (mk.tmp): Add *DEPFILES definitions.
+       * mpw-make.in: Remove gC rules, clean up definitions for other
+        include files, bump version, fix bogus \ that should be \Option-d.
+       (init.c): Build correctly.
+
+       * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
+       (ALLDEPFILES): Add somsolib.c.
+       (somsolib.o): Add some dependencies.
+
+       * mpw-config.in: Use nm-empty.h if host is not target.
+       (xdepfiles): Add mac-xdep.c.o.
+       (xm_file): Remove.
+       * mpw-make.in: Add Fortran files.
+       (XDEPFILES): Remove.
+
+       * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
+       * ser-mac.c (MacSerial.h): Include instead of Serial.h.
+
+       * mpw-make.in: Use {s} instead of {srcdir} everywhere.
+       (bindir, libdir): Remove extra colon.
+       (source.c): Compile with C instead of gC.
+       (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
+       (install-only): Don't install MacGDB.
+       * source.c (openp) [MPW]: Add a debugging display.
+       (open_source_file) [MPW]: Use MPW basename finders.
+       [MPW_C]: Briefer versions of help for line and list commands.
+
+       * mpw-make.in: Change references from paread.c to somread.c
+
+       * mpw-make.in (VERSION): Update to 4.12.3.
+       (SiowGDB): New target, GDB using SIOW library.
+       (init-new.c): New target, attempt to generate init.c from sources.
+       (main.c.o, top.c.o): Put each in its own segment.
+       * main.c (main) [MPW]: Always call mac_init.
+       * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
+       an extra newline otherwise.
+       * mac-xdep.c: More comments in various places, remove junk.
+       (mac_init): Add tests for MPW and SIOW.
+       (use_wne, has_color_qd): Renamed.
+       (use_color_qd): New variable.
+       (grow_window): Only do console resizing to console window,
+       call resize_console_window.
+       (zoom_window): Call resize_console_window.
+       (resize_console_window, scroll_text): New functions.
+       (adjust_console_sizes): Always align viewrect to even multiples of
+       text lines.
+       (adjust_console_text): Always scroll by whole lines.
+       (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
+       recalculation of scroll positions if a newline was output.
+       (hacked_fflush): Similarly, for flushing.
+       (hacked_fgetc): New function, aborts if called in MacGDB.
+       * ser-mac.c (mac_readchar): Rename starttime to start_time,
+       remove debugging printf.
+       (mac_write): Sleep on first 4 writes.
+       (sec_sleep): New function, works like standard sleep.
+       * macgdb.r: Adjust positioning and contents of About box.
+       Set minimum size to 2000K, preferred size to 5000K.
+       * config/m68k/xm-mpw.h (fgetc): Define as a macro.
+
+       * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
+       (top.c.o, annotate.c.o): Add build rules.
+       * macgdb.r (SysTypes.r): Include.
+       ('vers'): New resource, version info.
+       (mFile, mEdit, mDebug): Enable all menu items.
+       (mDebug): Add key equivalents for continue, step, next.
+       (wConsole): Add zoom and close boxes to window.
+       * mac-xdep.c (new_console_window): New function, code taken from
+       mac_init.
+       (mac_command_loop): Use GetCaretTime for wait interval, call
+       do_idle on null events.
+       (do_idle): New function.
+       (zoom_window): Implement zooming.
+       (v_scroll_proc): New function, handles vertical scrolling.
+       (activate_window): Do activation of console window.
+       (do_menu_command): Implement items of file, edit, and debug menus.
+       (do_keyboard_command): Fix command extraction.
+       (adjust_console_sizes, adjust_console_text): New functions.
+       (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
+       hacked_putc): Don't call draw_console.
+       * ser-mac.c (mac_open): Add an error message for invalid ports.
+       (first_mac_write): New global.
+       (mac_write): Use first_mac_write to sleep on first several writes.
+
+       * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
+       (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
+       (TSOBS): Don't compile inflow.c.
+       (all, install): Add MacGDB.
+       * main.c (main): Do Mac-specific init and command loop if a
+       standalone app, skip full option help message if compiling
+       with MPW C.
+       (gdb_readline): If MPW, add a newline after the (gdb) prompt.
+       * utils.c (_initialize_utils): If MPW, don't try to use termcap to
+       compute the window size.
+       * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
+       fflush): Define as macros that expand into hacked_... versions.
+       (StandAlone, mac_app): Declare.
+       * macgdb.r (SIZE): Set the default partition to 4000K.
+       * mac-xdep.c (readline.h, history.h): Include.
+       (terminal.h): Don't include.
+       (mac_app): Define.
+       (gdb_has_a_terminal): Define Mac-specific version.
+       (do_keyboard_command): Simplify search for command string.
+       (readline): Define as gdb_readline.
+       Add other history/readline stubs to make main gdb link.
+       (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
+       hacked_fputc, hacked_fflush): New functions, intercept output to
+       stdout and stderr, send to console window.
+
+       * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
+       (XDEPFILES): Define.
+       (main.c.o): Compile with gC instead of C.
+       * mac-defs.h: New file, menu etc definitions shared between
+       C and Rez files.
+       * macgdb.r: New file, Rez (resource compiler) resource
+       definitions.
+       * mac-xdep.c: New file, Mac host interface code.
+       * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
+       DIRNAME_SEPARATOR.
+       (PATHNAME_SEPARATOR_STRING): Remove.
+       (SIGQUIT, SIGHUP): Define.
+       (fileno, R_OK): Define.
+
+       * mpw-config.in: New file, MPW configuration fragment.
+       * mpw-make.in: New file, MPW makefile fragment.
+       * config/m68k/xm-mpw.h: New file, MPW host definitions.
+       * ser-mac.c: New file, Mac serial interface.
+
+Mon Apr 10 16:47:57 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * valprint.c (print_longest): Fix a syntax error in #ifdef 
+       PRINTF_HAS_LONG_LONG.
+
+       * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and 
+       PRINTF_HAS_LONG_LONG.
+       * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
+
+Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mdebugread.c (parse_symbol):  Use new variable 
+       nodebug_var_symbol_type as type of variables which don't have any
+       ecoff debug info associated with them.
+       (parse_symbol, parse_procedure):  Use heuristics to determine if
+       functions were compiled without debugging info and change their
+       type to nodebug_function_symbol_type.
+       (_initialize_mdebugread):  Initialize nodebug_*_symbol_type.
+
+       * source.c (line_info):  Clear sal.pc for `info line' without
+       arguments.
+
+Fri Apr  7 17:43:01 1995  Stu Grossman  (grossman@andros.cygnus.com)
+
+       * monitor.c:  make_xmodem_packet and print_xmodem_packet go away.
+       send_xmodem_packet shows up to do the obvious.  Lots of fixes to
+       xmodem downloads including resetting of block number at start of
+       new transfers, fix for buffer overrun problem, addition of CRC
+       generation code.
+       * (monitor_open):  loadtype_str and loadproto_str now default to
+       first entry in monitor_ops->loadtypes.
+       * (monitor_wait):  Lengthen register dump buf, because of verbose
+       Winbond monitor.
+       * (monitor_fetch_register):  Report unimplemented registers as 0.
+       * (monitor_read_memory):  Only do 16 byte aligned transfers
+       because of formatting weirdness with the Winbond monitor.  Also,
+       ignore non-hex, non-whitespace formatting between bytes (same
+       monitor).
+       * (monitor_load):  Clean up logic.
+       * (monitor_load_srec):  Re-do xmodem support.  Move lots of it
+       into send_xmodem_packet.
+       * (getacknak):  Get rid of polls and timeouts.  Handle CRC
+       requests from receiver.
+       * (monitor_make_srec):  Efficiency improvements.  Don't call
+       sprintf to output two digit hex numbers.
+       * (crcinit, docrc):  New, CRC-16 support routines.
+       * (send_xmodem_packet):  New routine to generate either CRC-16 or
+       checksummed xmodem packets.
+
+       * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
+       Reduce tables down to only the load types supported by each
+       monitor.
+
+       * w89k-rom.c  (w89k_supply_register):  Parses output of Winbond
+       register dumps.
+       * (w89k_loadtypes, w89k_loadprotos):  Reduce to just srec/xmodem.
+       * (w89k_cmds):  Add clear all breakpoints, memory fill, and dump
+       registers commands.
+
+       * config/pa/tm-hppa.h:  Define lots register offsets needed by
+       w89k-rom.c.
+
+Thu Apr  6 17:00:46 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * Makefile.in (X11_INCLUDES): Define as empty.
+       (X11_CFLAGS): Define as including $(X11_INCLUDES).
+       (X11_LIB_SWITCHES): Define as empty.
+       (X11_LIBS): Define as -lX11.
+
+start-sanitize-gdbtk
+       * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
+       and --x-libraries switches, setting the X11_INCLUDES and
+       X11_LIB_SWITCHES respectively.  Instead of using a hardcoded -lX11
+       in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
+
+       * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
+       it.  This means that the stop button doesn't work, but is better
+       than nothing.
+end-sanitize-gdbtk
+
+Wed Apr  5 19:57:38 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mips-tdep.c (mips_print_register): Remove unused variable
+       our_type and call to init_type.  Fixes memory leak.  Reindent function.
+
+       * mips-tdep.c (mips_print_register), findvar.c
+       (write_register_bytes): Make buffer char[] instead of unsigned
+       char[].
+
+Mon Apr  3 19:28:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
+       variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
+       (for RETURN_QUIT).  Fixes a bug whereby typing ^C (e.g. in "maint
+       print sym") could output extraneous stuff.
+       * objfiles.c: Don't declare error_pre_print; defs.h does it.
+
+Mon Apr  3 13:48:28 1995  Stu Grossman  (grossman@andros.cygnus.com)
+
+       * monitor.h:  Add MO_GETMEM_NEEDS_RANGE flag.
+       * monitor.c (monitor_read_memory):  Use previously mentioned flag
+       to send proper format memory examine commands to the w89k monitor.
+       Also, try to handle bizarre format of memory dump...
+
+       * op50-rom.c w89k-rom.c:  Update to new monitor.[ch] conventions.
+
+Sat Apr  1 03:22:20 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
+       Handle relocated symbol address.
+       * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
+       Do not relocate a zero address.
+
+Thu Mar 30 19:46:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
+       is nowhere used.
+
+       * stabsread.c (read_range_type): Remove FIXME comment about
+       type-id (I presume this meant a number followed by = followed by a
+       type) versus type number; Per fixed it.
+
+Wed Mar 29 09:56:04 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
+
+Wed Mar 29 18:30:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-e7000.c (why_stop): Add new kinds of strings to expect
+       from the emulator.
+       (e7000_wait): Add interpretations for more stop reasons,
+       including warnings for write protect and cycle address errors.
+
+Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
+
+start-sanitize-gdbtk
+       * Makefile.in (gdbtk.o):  Use X11_CFLAGS to provide alternate
+       locations (per-host) for X11 include files.
+       * config/pa/hppahpux.mh (XM_CLIBS):  Add -L/usr/lib/X11R5 to force
+       the use of R5 libs.  (X11_CFLAGS):  Add this to indicate the locs
+       of the R5 include files.
+end-sanitize-gdbtk
+       * monitor.c monitor.h remote-est.c rom68k-rom.c:  Add start of
+       support for interrupting target.
+       * monitor.c (monitor_open):  Send stop command before doing
+       anything else.
+       * (monitor_load_srec):  Fix record size calculation to prevent end
+       of segment from getting trashed.
+       * rom68k-rom.c:  Update to latest version of struct monitor_ops.
+       * config/sparc/tm-sparc.h (FIX_CALL_DUMMY):  Fix byte-order
+       problems.  Makes DOS hosted function calling work.
+       * sparclite/crt0.s:  Define _start to make COFF happy.
+
+Wed Mar 29 09:11:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * defs.h (atof): Don't provide an external declaration if atof is
+       a macro.
+
+Wed Mar 29 00:01:07 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * rs6000-tdep.c (skip_prologue):  Skip saving of LR and CR in
+       the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
+       tests.
+
+Tue Mar 28 17:04:04 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * gdbtypes.c (create_range_type):  If indextype has TYPE_FLAG_STUB
+       set, set TYPE_FLAG_TARGET_STUB.
+       (check_stub_type):  Recalculate TYPE_LENGTH for range type.
+       * stabsread.c (read_range_type):  If index type number is followed
+       by '=', back up, call read_type. and assume we have a true range.
+       * gdbtypes.h (TYPE_FLAG_TARGET_STUB):  Update comment.
+
+Mon Mar 27 22:51:54 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
+       sparc-tdep.c (supply_gregset, supply_fpregset):  Fill inaccessible
+       registers with zero to handle recent read_register_bytes change.
+       * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
+       fill_gregset):  Fix handling of CAUSE_REGNUM.
+       * mips-nat.c (store_inferior_registers):  Handle unwritable
+       registers when storing a single register.
+       * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
+       Fix definitions.
+
+       * mdebugread.c (parse_symbol, psymtab_to_symtab_1):  Clear
+       allocated mips_extra_func_info, if the debug info is corrupt,
+       the PDR to fill it in might be missing.
+
+Mon Mar 27 14:43:00 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * vx-share/regPacket.h: a new file interfacing with vxworks.
+
+Sun Mar 26 13:22:47 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * breakpoint.c (bpstat_do_actions): Once we've executed the
+       commands, set bs->commands to NULL.
+
+Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * buildsym.c (patch_subfile_name):  Update last_source_file
+       with the real source file name.
+       * dbxread.c (end_psymtab):  Handle static functions in the
+       SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
+       to lookup_minimal_symbol.
+       (process_one_symbol):  Ignore extra outermost context from
+       SunPRO cc and acc.
+       * stabsread.c (define_symbol):  Do not complain for SunPRO
+       static variable encoding if STATIC_TRANSFORM_NAME is defined.
+       * sparc-tdep.c, config/sparc/tm-sun4sol2.h
+       (sunpro_static_transform_name):  Renamed from
+       solaris_static_transform_name.
+       * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
+       Define to sunpro_static_transform_name for acc 3.0 compiled
+       executables.
+       * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
+       Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
+       if defined.
+       * procfs.c (info_proc_siginfo):  Cast sip->si_addr to
+       `unsigned long' and use `lx' format for printing it.
+
+Fri Mar 24 15:45:42 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Move test for m68*-est-* before m68*-*-coff*.
+       * findvar.c:  Move default def of CANNOT_STORE_REGISTER closer to
+       the beginning of the code.
+       * (write_register_gen):  New routine.  Analogous to
+       read_register_gen.
+       * (write_register_bytes):  Another rewrite!  Make it smarter about
+       not updating regs with the same value.
+       * monitor.c (printf_monitor readchar):  Use stderr instead of
+       stdout to output debug info.  Also cleanup readchar a little.
+       * (expect):  Make sure that excessive responses are null
+       terminated.
+       * (monitor_open):  Check for magic number in monitor_ops struct.
+       Allow multiple commands as init strings.  Also, clear all
+       breakpoints.
+       * (monitor_resume monitor_wait):  Send a command to dump all the
+       regs for those targets which don't do so when waking up after a
+       continue command.
+       * (monitor_wait):  Handle excessive response output better.
+       * (monitor_write_memory):  Use block fill, word, and long word
+       commands (if they exist) to write memory more efficiently.
+       * General cleanups to use flag bits instead of individual flag
+       words in monitor_ops struct.
+       * (monitor_command):  Return output from command.
+       * (monitor_load_srec):  Allocate buffer only once.  Use alloca.
+       Wait for load response string instead of using a timeout to start
+       sending S-records.  Fix bug where value of srec_frame shrinks.  If
+       hashmark is set, print `-' for retransmissions.  General cleanups.
+       * (monitor_make_srec):  Get rid of S-record default type kludge.
+       * monitor.h:  Use seperate struct for memory and register
+       read/write commands.  Memory commands can come in byte, word,
+       long, and longlong forms.
+       * (monitor_ops):  Change lots of fields.  Generalize some stuff.
+       Put all flags into flags word.  Allow init to be a list of commands.
+       Add command for clearing all breakpoints, block fill, dumping all
+       registers.
+       * remote-est.c:  Rewrite to use new monitor conventions.
+       * config/m68k/est.mt (TDEPFILES):  Add monitor.o.
+       * config/m68k/tm-est.h:  Set NUM_REGS to 18.
+       * testsuite/gdb.base/break.exp:  Lots of cleanups.  Use gdb_test
+       more thoroughly.
+
+Thu Mar 23 23:20:00 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+        * somsolib.c (som_solib_add): Handle case where a shared library
+        referenced by a core file has sections without the SEC_ALLOC bit
+        set (eg stabs sections).
+
+Thu Mar 23 15:07:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * breakpoint.c (bpstat_do_actions): For each element in the bpstat
+       chain, do all the commands regardless of whether they run the
+       inferior.
+
+Wed Mar 22 19:17:06 1995  Doug Evans  <dje@cygnus.com>
+
+       * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
+       BREAKPOINT if mono-endian.
+       (break_insn): Deleted.
+       (big_break_insn, little_break_insn): Define.
+       (memory_insert_breakpoint): Handle bi-endian cpus.
+       (BREAKPOINT_LEN): Define.
+       (memory_remove_breakpoint): Use it.
+       (memory_breakpoint_size): Likewise.
+
+Tue Mar 21 17:03:17 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * sparc-stub.c: add nop after 'bg good_wim'.
+       * sparcl-stub.c: ditto.
+
+Tue Mar 21 13:34:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
+       TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
+
+Mon Mar 20 10:09:59 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
+
+Mon Mar 20 07:34:48 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * hppah-nat.c (store_inferior_registers):  Move check for
+       CANNOT_STORE_REGISTER to a better place.  Fixes ptrace I/O errors
+       found by test suite during function calls, which attempts to write
+       unwritable registers.
+
+Sat Mar 18 02:02:24 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mdebugread.c (parse_symbol):  If finishing a function without
+       known parameter type info, set that from parameter symbols.
+       Remove commented-out add_param_to_type support.
+
+Thu Mar 16 16:38:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * xcoffread.c (process_linenos): Make sure filename we pass to
+       start_subfile will cause deduce_language_from_filename to return
+       the correct thing.  Reindent function to GNU standards.
+
+Thu Mar 16 15:54:00 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
+         as it is not available on NetWare 3 or PIN.
+       * nlm/ppc.c (StopBell): Removed.
+
+Thu Mar 16 12:14:41 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
+       inferred from the traceback tags, give its type the name
+       "<non-float parameter>".
+
+       * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
+
+Wed Mar 15 15:09:29 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * findvar.c (read_register_bytes write_register_bytes):  Make
+       these routines much smarter about updating registers from the
+       target, only doing so when absolutely necessary.  This really
+       speeds up register modification on some remote targets.
+
+       * monitor.c:  More cleanups.  Get rid of monitor_load_ascii_srec.
+       BFD makes this unnecessary.  Lots of debugging speedups.
+       * (expect):  NULL terminate return string.
+       * (monitor_open monitor_supply_register parse_register_dump
+       monitor_wait monitor_fetch_register):  Switch to using GNU regexp
+       library to parse multi-register displays.
+       * (monitor_read_memory): Read multiple bytes (up to 16) at once.
+       * (monitor_create_inferior):  Call clear_proceed_status to make run
+       command notice first breakpoint.
+       * (monitor_load):  Clean up.  Reset inferior_pid, set pc to start
+       address and reset symbol table stuff to make loads put things into
+       a fresh state.
+       * (monitor_load_srec):  Lower sleep time to 1 second.
+
+       * monitor.h (struct monitor_ops):  Add register_pattern and
+       supply_register to monitor_ops.
+
+       * rom68k-rom.c:  Add new support for handling register dumps.
+       * config/m68k/tm-m68k.h:  Define D0_REGNUM and A0_REGNUM for register
+       dump handling.
+
+Wed Mar 15 15:18:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
+       argument be an int, not a char.  Using a prototype followed by an
+       old-style function definition in a case where an argument is
+       widened is a GCC-ism not supported by the native AIX compiler.
+
+Wed Mar 15 12:22:35 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * nlmstub.def: Removed, this was moved to nlm/gdbserve.def 
+         long ago.
+
+       * configure.in (alpha-*-netware*): Removed configuration.
+       * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
+       * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
+         alpha.c, alpha.h, altdebug.h}: Removed.
+
+       * nlm/gdbserve.c (main): Add support for processing BOARD=
+         argument, deprecate NODE=.
+
+Wed Mar 15 10:58:26 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * c-exp.y (yylex): Make an empty character constant an error.
+
+Tue Mar 14 15:00:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * valops.c (value_arg_coerce):  Do possible value_coerce_array
+       before determining type argument to value_cast.
+
+Tue Mar 14 10:41:41 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * remote-es.c: Replace ignore with 0.
+
+Tue Mar 14 05:52:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
+       If VALUE_REPEATED is already set, just error out.
+
+       * valops.c (value_cast, value_slice), parse.c (follow_types): Add
+       FIXME-type-allocation comments.
+
+       * gdbtypes.h (struct type): Fix comment about what units the
+       TYPE_LENGTH is in.
+
+Mon Mar 13 18:27:25 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * ch-valprint.c (annotate.h): Include.
+       * eval.c (evaluate_subexp_standard): Remove unused variable.
+       (calc_f77_array_dims): Add parens to expression.
+       * f-exp.y (yylex): Add parens to expression, remove unused label.
+       * f-lang.h (calc_f77_array_dims): Declare.
+       * f-valprint.c (f_val_print): Remove unused variables.
+
+Mon Mar 13 15:25:47 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
+       use the PDR, just examine prologues instead.
+
+start-sanitize-arc
+Fri Mar 10 16:13:18 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * config/tm-arc.h: Change arc register names.
+end-sanitize-arc
+
+Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       Fix problems with infinite recursion when printing a class
+       that contains a static instance of the class.
+       * cp-valprint.c (dont_print_vb_obstack):  Renamed from
+       dont_print_obstack, made static.
+       (dont_print_statmem_obstack):  New obstack, controls printing
+       of static member classes.
+       (_initialize_cp_valprint):  Initialize it.
+       (cp_print_static_field):  New function, handles printing of
+       static members.
+       (cp_print_value_fields):  New parameter dont_print_statmem to
+       handle recursive printing of static member classes, use
+       cp_print_static_field to handle printing of static members.
+       * c-valprint.c (cp_print_value_fields):  Update prototype and
+       call to include additional dont_print_statmem parameter.
+       * c-valprint.c, f-valprint.c (dont_print_obstack):  Remove unused
+       extern declaration.
+
+       * alpha-tdep.c, findvar.c, infptrace.c:  Include <string.h>.
+
+       * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS):  Call
+       alpha_find_saved_regs if fi->saved_regs is still NULL.
+
+       * elfread.c (elf_symtab_read):  Ensure that the filename field
+       of a minsym is nonempty. Ignore solib trampoline symbols from
+       the main symbol table, they might have a bogus value.
+
+       * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
+       Fix typos in comments.
+
+Thu Mar  9 17:19:47 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
+       pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1.  That way
+       we know whether the PDR ever got set.
+       * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
+       use the PDR, just examine prologues instead.
+
+Wed Mar  8 23:35:10 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * somsolib.c (som_solib_section_offsets): Get offset of text
+       section right. 
+
+Wed Mar  8 16:12:21 1995  Stu Grossman  (grossman@cygnus.com)
+
+start-sanitize-gdbtk
+       * gdbtk.c (gdb_get_breakpoint_info):  Return error if breakpoint
+       type is not bp_breakpoint.
+end-sanitize-gdbtk
+
+       * source.c (forward_search_command reverse_search_command):  Set
+       convenience variable $_ to be the line # of the match.
+       * symtab.c (decode_line_1):  Allow convenience variables to be
+       used in line specs (for breakpoints and such).
+
+Wed Mar  8 12:51:00 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * Makefile.in (VERSION): Bump to 4.14.1.
+       * NEWS, README: Update for 4.14.
+       * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
+       (i386_insert_nonaligned_watchpoint): Call aligned instead of
+       generic watchpoint insertion.
+
+Tue Mar  7 19:26:10 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * valops.c (value_slice):  Do COERCE_VARYING_ARRAY.
+
+Tue Mar  7 00:23:47 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * monitor.c, array-rom.c, monitor.h, rom68k-rom.c:  Move target_ops
+       into monitor.c.
+       * monitor.c (monitor_create_inferior):  Allow run command to start
+       program.
+
+       * monitor.c (monitor_load):  Set PC to start address when done
+       loading.
+
+       * array-rom.c, monitor.h, rom68k-rom.c:  Clean up target_ops.
+       Remove ref to monitor_create_inferior.
+
+       * monitor.c:  More general cleanups.  Add prototypes, remove
+       unused routines.  Fix bug with wrong number of args to error().
+
+       * main.c (main):  Don't start up GUI when running under gdb mode
+       in emacs.
+
+       * Makefile.in:  Add rules for monitor.o and rom68k-rom.o to make
+       Sun make (with VPATH) work...
+
+       * monitor.c, monitor.h, rom68k-rom.c:  Serious cleanup to make IDP
+       (rom68k) target work right.
+       * array-rom.c, op50-rom.c, w89k-rom.c:  Partial updates to new
+       monitor.c interface.  More work needs to be done here.
+       * config/m68k/tm-monitor.h:  Change DECR_PC_AFTER_BREAK to 0 to
+       match the IDP monitor.  Also, set NUM_REGS to 18 cuz there's no
+       floating-point for this card.
+
+       * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
+       ser-unix.c:  Add SERIAL_SETSTOPBITS to set the number of stopbits
+       (needed for IDP board?!?!?).
+
+       * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c:  Fix defs
+       and usage of fputc_unfiltered and putchar_unfiltered.  Eliminate
+       putc_unfiltered (it's superfluous).
+
+       * command.h, command.c, top.c:  Add var_enum command type.  It's
+       like var_string but allows only only one of the specified strings.
+
 Mon Mar  6 15:03:59 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * valops.c (value_cast): Don't use backslash newline--pre-ANSI
@@ -147,11 +1002,13 @@ Tue Feb 28 14:38:39 1995  Kung Hsu  <kung@mexican.cygnus.com>
        * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
        compile time.
 
+start-sanitize-arc
        * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to 
        processor.
        * remote-arc.c (arc_wait): when a processor stops, stop other two
        processors too.
        * remote-arc.c (switch_command): switch tm_print_insn.
+end-sanitize-arc
 
        * vx-share/ptrace.h: merge in WRS new ptrace requests.
 
@@ -769,12 +1626,14 @@ Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
        (value_subscript):  Use enhanced value_subscripted_rvalue if
        c_style_arrays is false (and index is in range).
 
+start-sanitize-gdbtk
 Wed Jan 25 18:23:46 1995  Stu Grossman  (grossman@cygnus.com)
 
        * gdbtk.c (gdbtk_init):  Prevent segfault when gdbtk.tcl can't be
        found.
        * gdbtk.tcl:  Initialize expr_update_list() to prevent errors when
        popping up expression window for the first time.
+end-sanitize-gdbtk
 
 Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
 
This page took 0.035119 seconds and 4 git commands to generate.