home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Atari / Gnu / gdb36p4s.zoo / ChangeLog < prev    next >
Text File  |  1990-07-07  |  189KB  |  4,968 lines

  1. Wed Jul  4 05:27:51 1990  Michael Tiemann  (tiemann at masham)
  2.  
  3.     * symtab.c (decode_line_1): Add support for handling method stubs
  4.     in the type information.
  5.  
  6. Tue Jul  3 09:39:18 1990  Michael Tiemann  (tiemann at masham)
  7.  
  8.     * values.c (baseclass_addr): Run loop from INDEX+1 to
  9.     N_BASECLASSES; otherwise, we can still get into a loop.
  10.     @@ This should be restructured to use a cleaner search strategy.
  11.  
  12. Sun Jul  1 12:28:51 1990  Michael Tiemann  (tiemann at masham)
  13.  
  14.     * dbxread.c (define_symbol,read_type): Grok GNU C++'s new
  15.     abbreviation "Tt" for tags which have the same name as their
  16.     typedecls.
  17.  
  18. Fri Jun 29 01:03:46 1990  Michael Tiemann  (tiemann at masham)
  19.  
  20.     * symtab.c (list_symbols): add ability to set breakpoints on all
  21.     the functions which match a particular regular expression.
  22.  
  23. Tue Jun 26 04:26:29 1990  Michael Tiemann  (tiemann at masham)
  24.  
  25.     * cplus-dem.c (cplus_demangle): New parameter ANSI says whether we
  26.     should print ANSI qualifiers (such as `const' and `volatile').
  27.     All callers changed to call with ANSI == 1, except from
  28.     `check_method_stub', which uses old-style syntax.
  29.  
  30.     * symseg.h (struct fn_field): Remove unneccessary `args' field.
  31.     * symtab.h (TYPE_FN_FIELD_ARGS): Redefined.
  32.  
  33.     * values.c (check_stub_method): New function.
  34.  
  35.     * cplus-dem.c (do_type): Handle "long long" (encoded as 'x').
  36.  
  37.     * dbxread.c (read_type): Handle new GNU C++ method type stubs.
  38.     * valprint (type_print_base): Ditto.
  39.  
  40.     * symtab.c (gdb_mangle_typename): New function.
  41.  
  42. Tue Jun  5 00:18:43 1990  Michael Tiemann  (tiemann at gzilla)
  43.  
  44.     * breakpoint.c (catch_command): New function.  Provides a
  45.     mechanism to set breakpoints based on catch clauses.
  46.     (disable_catch): Similar, but disables breakpoints on catch
  47.     clauses.
  48.     (delete_catch): Similar, but deleted breakpoints on catch clauses.
  49.  
  50. Sun Jun  3 22:54:08 1990  Michael Tiemann  (tiemann at gzilla)
  51.  
  52.     * blockframe.c (blockvector_for_pc): New function.
  53.     * blockframe.c (block_for_pc): Changed to call
  54.     `blockvector_for_pc' and get the block itself.
  55.  
  56.     * stack.c (catch_info): New function.  Prints info about
  57.     exceptions which can be caught in the current frame.
  58.     * stack.c (print_frame_label_vars): New function.  Similar to
  59.     `print_frame_local_vars'.
  60.     * stack.c (print_block_frame_labels): Prints out labels that are
  61.     defined in this frame.  These labels are exceptions that can be
  62.     caught.
  63.  
  64.     * dbxread.c: Updated to handle N_CATCH symtab types.
  65.  
  66. Thu May  3 22:10:00 1990  Michael Tiemann  (tiemann at teacake)
  67.  
  68.     * valprint.c (everywhere): TYPE_NAME (TYPE) no longer comes in the
  69.     form "struct ..." for GNU C++.  Don't flush any part of TYPE_NAME
  70.     when printing the type.
  71.  
  72. Wed May  2 22:43:04 1990  Michael Tiemann  (tiemann at teacake)
  73.  
  74.     * valprint.c (val_print): Use `baseclass_addr' to access the
  75.     baseclasses pointed to via the derived class object at VALADDR.
  76.  
  77.     * values.c (baseclass_addr): New function.  Casts derived pointers
  78.     to baseclass pointers taking virtual baseclasses and multiple
  79.     inheritance into account.
  80.  
  81. Thu Feb  8 01:11:55 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  82.  
  83.     * GDB 3.5 released.
  84.  
  85.     * version.c: Change version number to 3.5
  86.  
  87. Tue Feb  6 15:58:06 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  88.  
  89.     * m-hp9k320.h: define ATTACH_DETACH.
  90.     hp9k320-dep.c [ATTACH_DETACH]: New code.
  91.  
  92. Thu Feb  1 17:43:00 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  93.  
  94.     * valprint.c (is_nan, val_print): Use char * not void *.
  95.  
  96.     * symmisc.c (print_symbol): Print newline after label.
  97.  
  98. Tue Jan 30 15:35:52 1990  Jim Kingdon  (kingdon at albert.ai.mit.edu)
  99.  
  100.     * Makefile.dist (READLINE): Add {readline,history}.texinfo.
  101.  
  102.     * m-merlin.h: Put in clarifying comments about SHELL_FILE.
  103.     config.gdb (merlin): Explain about /usr/local/lib/gdb-sh.
  104.  
  105. Sat Jan 27 02:30:27 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  106.  
  107.     * version.c: Change version number to 3.5alpha.1.
  108.  
  109.     * dbxread.c (process_one_symbol): Compare context_stack_depth
  110.     with !VARIABLES_INSIDE_BLOCK, not VARIABLES_INSIDE_BLOCK.
  111.  
  112. Fri Jan 26 01:21:51 1990  Jim Kingdon  (kingdon at mole.ai.mit.edu)
  113.  
  114.     * main.c [ALIGN_STACK_ON_STARTUP]: New code.
  115.     m-i386.h: Define ALIGN_STACK_ON_STARTUP.
  116.  
  117.     * m-merlin.h (NO_SIGINTERRUPT, SHELL_FILE): Define.
  118.  
  119.     * umax-dep.c (exec_file_command): Add commas to call to
  120.     read_section_hdr.
  121.  
  122. Tue Jan 23 15:49:47 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  123.  
  124.     * dbxread.c (define_symbol): Deal with deftype 'X'.
  125.  
  126.     * convex-dep.c (wait): Make it pid_t.
  127.  
  128.     * convex-dep.c (comm_registers_info): accept decimal comm register
  129.     specification, as "i comm 32768".
  130.  
  131.     * dbxread.c (process_one_symbol): Make VARIABLES_INSIDE_BLOCK
  132.     macro say by itself where variables are.  Pass it desc.
  133.     m-convex.h (VARIABLES_INSIDE_BLOCK): Nonzero for native compiler.
  134.  
  135.     * m-convex.h (SET_STACK_LIMIT_HUGE): Define.
  136.     (IGNORE_SYMBOL): Take out #ifdef N_MONPT and put in 0xc4.
  137.  
  138. Fri Jan 19 20:04:15 1990  Jim Kingdon  (kingdon at albert.ai.mit.edu)
  139.  
  140.     * printcmd.c (print_frame_args): Always set highest_offset to
  141.     current_offset when former is -1.
  142.  
  143.     * dbxread.c (read_struct_type): Print nice error message
  144.     when encountering multiple inheritance.
  145.  
  146. Thu Jan 18 13:43:30 1990  Jim Kingdon  (kingdon at mole.ai.mit.edu)
  147.  
  148.     * dbxread.c (read_dbx_symtab): Always treat N_FN as a potential
  149.     source for a x.o or -lx symbol, ignoring OFILE_FN_FLAGGED.
  150.  
  151.     * printcmd.c (print_frame_args): Cast -1 to (CORE_ADDR).
  152.  
  153.     * hp300bsd-dep.c (_initialize_hp300_dep): Get kernel_u_addr.
  154.     m-hp300bsd.h (KERNEL_U_ADDR): Use kernel_u_addr.
  155.  
  156.     * infcmd.c (run_command): #if 0 out call to
  157.     breakpoint_clear_ignore_counts.
  158.  
  159. Thu Jan 11 12:58:12 1990  Jim Kingdon  (kingdon at mole)
  160.  
  161.     * printcmd.c (print_frame_args) [STRUCT_ARG_SYM_GARBAGE]:
  162.     Try looking up name of var before giving up & printing '?'.
  163.  
  164. Wed Jan 10 14:00:14 1990  Jim Kingdon  (kingdon at pogo)
  165.  
  166.     * many files: Move stdio.h before param.h.
  167.  
  168.     * sun3-dep.c (store_inferior_registers): Only try to write FP
  169.     regs #ifdef FP0_REGNUM.
  170.  
  171. Mon Jan  8 17:56:15 1990  Jim Kingdon  (kingdon at pogo)
  172.  
  173.     * symtab.c: #if 0 out "info methods" code.
  174.  
  175. Sat Jan  6 12:33:04 1990  Jim Kingdon  (kingdon at pogo)
  176.  
  177.     * dbxread.c (read_struct_type): Set TYPE_NFN_FIELDS_TOTAL
  178.     from all baseclasses; remove vestigial variable baseclass.
  179.  
  180.     * findvar.c (read_var_value): Check REG_STRUCT_HAS_ADDR.
  181.     printcmd.c (print_frame_args):  Check STRUCT_ARG_SYM_GARBAGE.
  182.     m-sparc.h: Define REG_STRUCT_HAS_ADDR and STRUCT_ARG_SYM_GARBAGE.
  183.  
  184.     * blockframe.c (get_frame_block): Subtract one from pc if not
  185.     innermost frame.
  186.  
  187. Fri Dec 29 15:26:33 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  188.  
  189.     * printcmd.c (print_frame_args): check highest_offset != -1, not i.
  190.  
  191. Thu Dec 28 16:21:02 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  192.  
  193.     * valops.c (value_struct_elt): Clean up error msg.
  194.  
  195.     * breakpoint.c (describe_other_breakpoints):
  196.     Delete extra space before "also set at" and add period at end.
  197.  
  198. Tue Dec 19 10:28:42 1989  Jim Kingdon  (kingdon at pogo)
  199.  
  200.     * source.c (print_source_lines): Tell user which line number
  201.     was out of range when printing error message.
  202.  
  203. Sun Dec 17 14:14:09 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  204.  
  205.     * blockframe.c (find_pc_partial_function): Use
  206.     BLOCK_START (SYMBOL_BLOCK_VALUE (f)) instead of
  207.     SYMBOL_VALUE (f) to get start of function.
  208.  
  209.     * dbxread.c: Make xxmalloc just a #define for xmalloc.
  210.  
  211. Thu Dec 14 16:13:16 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  212.  
  213.     * m68k-opcode.h (fseq & following fp instructions):
  214.     Change @ to $.
  215.  
  216. Fri Dec  8 19:06:44 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  217.  
  218.     * breakpoint.c (breakpoint_clear_ignore_counts): New function.
  219.     infcmd.c (run_command): Call it.
  220.  
  221. Wed Dec  6 15:03:38 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  222.  
  223.     * valprint.c: Change it so "array-max 0" means there is
  224.     no limit.
  225.  
  226.     * expread.y (yylex): Change error message "invalid token in
  227.     expression" to "invalid character '%c' in expression".
  228.  
  229. Mon Dec  4 16:12:54 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  230.  
  231.     * blockframe.c (find_pc_partial_function): Always return 1
  232.     for success, 0 for failure, and set *NAME and *ADDRESS to
  233.     match the return value.
  234.  
  235.     * dbxread.c (symbol_file_command): Use perror_with_name on
  236.     error from stat.
  237.     (psymtab_to_symtab, add_file_command),
  238.     core.c (validate_files), source.c (find_source_lines),
  239.     default-dep.c (exec_file_command): Check for errors from stat,
  240.     fstat, and myread.
  241.  
  242. Fri Dec  1 05:16:42 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  243.  
  244.     * valops.c (check_field): When following pointers, just get
  245.     their types; don't call value_ind.
  246.     
  247. Thu Nov 30 14:45:29 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  248.  
  249.     * config.gdb (pyr): New machine.
  250.     core.c [REG_STACK_SEGMENT]: New code.
  251.     dbxread.c (process_one_symbol): Cast return from copy_pending
  252.     to long before casting to enum namespace.
  253.     infrun.c: Split registers_info into DO_REGISTERS_INFO
  254.     and registers_info.
  255.     m-pyr.h, pyr-{dep.c,opcode.h,pinsn.c}: New files.
  256.  
  257.     * hp300bsd-dep.c: Stay in sync with default-dep.c.
  258.  
  259.     * m-hp300bsd.h (IN_SIGTRAMP): Define.
  260.  
  261. Mon Nov 27 23:48:21 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  262.  
  263.     * m-sparc.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE):
  264.     Return floating point values in %f0.
  265.  
  266. Tue Nov 21 00:34:46 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  267.  
  268.     * dbxread.c (read_type): #if 0 out code which skips to
  269.     comma following x-ref.
  270.  
  271. Sat Nov 18 20:10:54 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  272.  
  273.     * valprint.c (val_print): Undo changes of Nov 11 & 16.
  274.     (print_string): Add parameter force_ellipses.
  275.     (val_print): Pass force_ellipses true when we stop fetching string
  276.     before we get to the end, else pass false.
  277.  
  278. Thu Nov 16 11:59:50 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  279.  
  280.     * infrun.c (restore_inferior_status): Don't try to restore
  281.     selected frame if the inferior no longer exists.
  282.  
  283.     * valprint.c (val_print): Rewrite string printing code not to
  284.     call print_string.
  285.  
  286.     * Makefile.dist (clean): Remove xgdb and xgdb.o.
  287.  
  288. Tue Nov 14 12:41:47 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  289.  
  290.     * Makefile.dist (XGDB, bindir, xbindir, install, all): New stuff.
  291.  
  292. Sat Nov 11 15:29:38 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  293.  
  294.     * valprint.c (val_print): chars_to_get: New variable.
  295.  
  296. Thu Nov  9 12:31:47 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  297.  
  298.     * main.c (main): Process "-help" as a switch that doesn't
  299.     take an argument.
  300.  
  301. Wed Nov  8 13:07:02 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  302.  
  303.     * Makefile.dist (gdb.tar.Z): Add "else true".
  304.  
  305. Tue Nov  7 12:25:14 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  306.  
  307.     * infrun.c (restore_inferior_status): Don't dereference fid if NULL.
  308.  
  309.     * config.gdb (sun3, sun4): Accept "sun3" and "sun4".
  310.  
  311. Mon Nov  6 09:49:23 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  312.  
  313.     * Makefile.dist (Makefile): Move comments after commands.
  314.  
  315.     * *-dep.c [READ_COFF_SYMTAB]: Pass optional header size to
  316.     read_section_hdr().
  317.  
  318.     * inflow.c: Include <fcntl.h> regardless of USG.
  319.  
  320.     * coffread.c (read_section_hdr): Add optional_header_size.
  321.     (symbol_file_command): Pass optional header size to
  322.     read_section_hdr().
  323.     (read_coff_symtab): Initialize filestring.
  324.  
  325.     * version.c: Change version to 3.4.xxx.
  326.  
  327.     * GDB 3.4 released.
  328.  
  329. Sun Nov  5 11:39:01 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  330.  
  331.     * version.c: Change version to 3.4.
  332.  
  333.     * symtab.c (decode_line_1): Only skip past "struct" if it
  334.     is there.
  335.  
  336.     * valops.c (value_ind), eval.c (evaluate_subexp, case UNOP_IND):
  337.     Have "*" <int-valued-exp> return an int, not a LONGEST.
  338.  
  339.     * utils.c (fprintf_filtered): Pass arg{4,5,6} to sprintf.
  340.  
  341.     * printcmd.c (x_command): Use variable itself rather
  342.     than treating it as a pointer only if it is a function.
  343.     (See comment "this makes x/i main work").
  344.  
  345.     * coffread.c (symbol_file_command): Use error for
  346.     "%s does not have a symbol-table.\n".
  347.  
  348. Wed Nov  1 19:56:18 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  349.  
  350.     * dbxread.c [BELIEVE_PCC_PROMOTION_TYPE]: New code.
  351.     m-sparc.h: Define BELIEVE_PCC_PROMOTION_TYPE.
  352.  
  353. Thu Oct 26 12:45:00 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  354.  
  355.     * infrun.c: Include <sys/dir.h>.
  356.  
  357.     * dbxread.c (read_dbx_symtab, case N_LSYM, case 'T'):
  358.     Check for enum types and put constants in psymtab.
  359.  
  360. Mon Oct 23 15:02:25 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  361.  
  362.     * dbxread.c (define_symbol, read_dbx_symtab): Handle enum
  363.     constants (e.g.    "b:c=e6,0").
  364.  
  365. Thu Oct 19 14:57:26 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  366.  
  367.     * stack.c (frame_info): Use FRAME_ARGS_ADDRESS_CORRECT
  368.     m-vax.h (FRAME_ARGS_ADDRESS_CORRECT): New macro.
  369.     (FRAME_ARGS_ADDRESS): Restore old meaning.
  370.  
  371.     * frame.h (Frame_unknown): New macro.
  372.     stack.c (frame_info): Check for Frame_unknown return from
  373.     FRAME_ARGS_ADDRESS.
  374.     m-vax.h (FRAME_ARGS_ADDRESS): Sometimes return Frame_unknown.
  375.  
  376.     * utils.c (fatal_dump_core): Add "internal error" to message.
  377.  
  378.     * infrun.c (IN_SIGTRAMP): New macro.
  379.     (wait_for_inferior): Use IN_SIGTRAMP.
  380.     m-vax.h (IN_SIGTRAMP): New macro.
  381.  
  382. Wed Oct 18 15:09:22 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  383.  
  384.     * config.gdb, Makefile.dist: Shorten m-i386-sv32.h.
  385.  
  386.     * coffread.c (symbol_file_command): Pass 0 to select_source_symtab.
  387.  
  388. Tue Oct 17 12:24:41 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  389.  
  390.     * i386-dep.c (i386_frame_num_args): Take function from m-i386.h
  391.     file.  Check for pfi null.
  392.     m-i386.h (FRAME_NUM_ARGS): Use i386_frame_num_args.
  393.  
  394.     * infrun.c (wait_for_inferior): set stop_func_name to 0
  395.     before calling find_pc_partial_function.
  396.  
  397. Thu Oct 12 01:08:50 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  398.  
  399.     * breakpoint.c (_initialize_breakpoint): Add "disa".
  400.  
  401.     * Makefile.dist: Add GLOBAL_CFLAGS and pass to readline.
  402.  
  403.     * config.gdb (various): "$machine =" -> "machine =".
  404.  
  405. Wed Oct 11 11:54:31 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  406.  
  407.     * inflow.c (try_writing_regs): #if 0 out this function.
  408.  
  409.     * main.c (main): Add "-help" option.
  410.  
  411.     * dbxread.c (read_dbx_symtab): Merge code for N_FUN with
  412.     N_STSYM, etc.
  413.  
  414. Mon Oct  9 14:21:55 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  415.  
  416.     * inflow.c (try_writing_regs_command): Don't write past end
  417.     of struct user.
  418.  
  419.     * dbxread.c (read_struct_type): #if 0 out code which checks for
  420.     bitpos and bitsize 0.
  421.  
  422.     * config.gdb: Accept sequent-i386 (not seq386).
  423.     (symmetry): Set depfile and paramfile.
  424.  
  425.     * m-convex.h (IGNORE_SYMBOL): Check for N_MONPT if defined.
  426.  
  427. Thu Oct  5 10:14:26 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  428.  
  429.     * default-dep.c (read_inferior_memory): Put #if 0'd out comment
  430.     within /* */.
  431.  
  432. Wed Oct  4 18:44:41 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  433.  
  434.     * config.gdb: Change /dev/null to m-i386.h for various
  435.     386 machine "opcodefile" entries.
  436.  
  437.     * config.gdb: Accept seq386 for sequent symmetry.
  438.  
  439. Mon Oct  2 09:59:50 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  440.  
  441.     * hp300bsd-dep.c:  Fix copyright notice.
  442.  
  443. Sun Oct  1 16:25:30 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  444.  
  445.     * Makefile.dist (DEPFILES): Add isi-dep.c.
  446.  
  447.     * default-dep.c (read_inferior_memory): Move #endif after else.
  448.  
  449. Sat Sep 30 12:50:16 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  450.  
  451.     * version.c: Change version number to 3.3.xxx.
  452.  
  453.     * GDB 3.3 released.
  454.  
  455.     * version.c: Change version number to 3.3.
  456.  
  457.     * Makefile.dist (READLINE): Add vi_mode.c
  458.  
  459.     * config.gdb (i386): Change /dev/null to m-i386.h
  460.  
  461.     * config.gdb: Add ';;' before 'esac'.
  462.  
  463.     * Makefile.dist (gdb.tar.Z): Move comment above dependency.
  464.  
  465.     * dbxread.c (read_ofile_symtab): Check symbol before start
  466.     of source file for GCC_COMPILED_FLAG_SYMBOL.
  467.     (start_symtab): Don't clear processing_gcc_compilation.
  468.  
  469. Thu Sep 28 22:30:23 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  470.  
  471.     * valprint.c (print_string): If LENGTH is zero, print "".
  472.  
  473. Wed Sep 27 10:15:10 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  474.  
  475.     * config.gdb: "rm tmp.c" -> "rm -f tmp.c".
  476.  
  477. Tue Sep 26 13:02:10 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  478.  
  479.     * utils.c (_initialize_utils): Use termcap to set lines_per_page
  480.     and chars_per_line.
  481.  
  482. Mon Sep 25 10:06:43 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  483.  
  484.     * dbxread.c (read_dbx_symtab, N_SOL): Do not add the same file
  485.     more than once.
  486.  
  487. Thu Sep 21 12:43:18 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  488.  
  489.     * infcmd.c (unset_environment_command): Delete all variables
  490.     if called with no arg.
  491.  
  492.     * remote.c, inferior.h (remote_{read,write}_inferior_memory):
  493.     New functions.
  494.     core.c ({read,write}_memory): Use remote_{read,write}_inferior_memory.
  495.  
  496.     * valops.c (call_function): When reserving stack space for
  497.     arguments, call value_arg_coerce.
  498.  
  499.     * m-hp9k320.h: define BROKEN_LARGE_ALLOCA.
  500.  
  501.     * breakpoint.c (delete_command): Ask for confirmation only
  502.     when there are breakpoints.
  503.  
  504.     * dbxread.c (read_struct_type): If lookup_basetype_type has
  505.     copied a stub type, call add_undefined_type.
  506.  
  507.     * sparc_pinsn.c (compare_opcodes): Check for "1+i" anywhere
  508.     in args.
  509.  
  510.     * val_print.c (type_print_base): Print stub types as
  511.     "<incomplete type>".
  512.  
  513. Wed Sep 20 07:32:00 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  514.  
  515.     * sparc-opcode.h (swapa): Remove i bit from match.
  516.     (all alternate space instructions): Delete surplus "foo rs1+0"
  517.     patterns.
  518.  
  519.     * Makefile.dist (LDFLAGS): Set to $(CFLAGS).
  520.  
  521.     * remote-multi.shar (remote_utils.c, putpkt): Change csum to unsigned.
  522.  
  523. Tue Sep 19 14:15:16 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  524.  
  525.     * sparc-opcode.h: Set i bit in lose for many instructions which
  526.     aren't immediate.
  527.  
  528.     * stack.c (print_frame_info): add "func = 0".
  529.  
  530. Mon Sep 18 16:19:48 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  531.  
  532.     * sparc-opcode.h (mov): Add mov to/from %tbr, %psr, %wim.
  533.  
  534.     * sparc-opcode.h (rett): Fix notation to use suggested assembler
  535.     syntax from architecture manual.
  536.  
  537.     * symmetry-dep.c (I386_REGNO_TO_SYMMETRY): New macro.
  538.     (i386_frame_find_saved_regs): Use I386_REGNO_TO_SYMMETRY.
  539.  
  540. Sat Sep 16 22:21:17 1989  Jim Kingdon  (kingdon at spiff)
  541.  
  542.     * remote.c (remote_close): Set remote_desc to -1.
  543.  
  544.     * gdb.texinfo (Output): Fix description of echo to match
  545.     reality and ANSI C.
  546.  
  547. Fri Sep 15 14:28:59 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  548.  
  549.     * symtab.c (lookup_symbol): Add comment about "asm".
  550.  
  551.     * sparc-pinsn.c: Use NUMOPCODES.
  552.  
  553.     * sparc-opcode.h (NUMOPCODES): Use sparc_opcodes[0] not *sparc_opcodes.
  554.  
  555. Thu Sep 14 15:25:20 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  556.  
  557.     * dbxread.c (xxmalloc): Print error message before calling abort().
  558.  
  559.     * infrun.c (wait_for_inferior): Check for {stop,prev}_func_name
  560.     null before passing to strcmp.
  561.  
  562. Wed Sep 13 12:34:15 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  563.  
  564.     * sparc-opcode.h: New field delayed.
  565.     sparc-pinsn.c (is_delayed_branch): New function.
  566.     (print_insn): Check for delayed branches.
  567.  
  568.     * stack.c (print_frame_info): Use misc_function_vector in
  569.     case where ar truncates file names.
  570.  
  571. Tue Sep 12 00:16:14 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  572.  
  573.     * convex-dep.c (psw_info): Move "struct pswbit *p" with declarations.
  574.  
  575. Mon Sep 11 14:59:57 1989  Jim Kingdon  (kingdon at spiff)
  576.  
  577.     * convex-dep.c (core_file_command): Delete redundant printing
  578.     of "Program %s".
  579.  
  580.     * m-convex.h (ENTRY_POINT): New macro.
  581.  
  582.     * m-convex.h (FRAME_CHAIN_VALID): Change outside_first_object_file
  583.     to outside_startup_file
  584.  
  585.     * main.c: #if 0 out catch_termination and related code.
  586.  
  587.     * command.c (lookup_cmd_1): Consider underscores part of
  588.     command names.
  589.  
  590. Sun Sep 10 09:20:12 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  591.  
  592.     * printcmd.c: Change asdump_command to disassemble_command
  593.     (_initialize_printcmd): Change asdump to diassemble.
  594.  
  595.     * main.c (main): Exit with code 0 if we hit the end of a batch
  596.     file.
  597.  
  598.     * Makefile.dist (libreadline.a): Fix syntax of "CC=${CC}".
  599.  
  600. Sat Sep  9 01:07:18 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  601.  
  602.     * values.c (history_info): Renamed to value_history_info.
  603.     Command renamed to "info value" (with "info history" still
  604.     accepted).
  605.  
  606.     * sparc-pinsn.c (print_insn): Extend symbolic address printing
  607.     to cover "sethi" following by an insn which uses 1+i.
  608.  
  609. Fri Sep  8 14:24:01 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  610.  
  611.     * m-hp9k320.h, m-hp300bsd.h, m-altos.h, m-sparc.h, m-sun3.h
  612.     (READ_GDB_SYMSEGS): Remove.
  613.     dbxread.c [READ_GDB_SYMSEGS]: Remove code to read symsegs.
  614.  
  615.     * sparc-pinsn.c (print_insn): Detect "sethi-or" pairs and
  616.     print symbolic address.
  617.  
  618.     * sparc-opcode.h (sethi, set): Change lose from 0xc0000000 to
  619.     0xc0c00000000. 
  620.  
  621.     * remote.c (remote_desc): Initialize to -1.
  622.  
  623.     * Makefile.dist (libreadline.a): Pass CC='${CC}' to readline makefile.
  624.  
  625. Thu Sep  7 00:07:17 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  626.  
  627.     * dbxread.c (read_struct_type): Check for static member functions.
  628.     values.c, eval.c, valarith.c, valprint.c, valops.c: Merge changes
  629.     from Tiemann for static member functions.
  630.  
  631.     * sparc-opcode.h (tst): Fix all 3 patterns.
  632.  
  633.     * Makefile.dist (gdb1): New rule.
  634.  
  635.     * sparc-opcode.h: Change comment about what the disassembler
  636.     does with the order of the opcodes.
  637.  
  638.     * sparc-pinsn.c (compare_opcodes): Put 1+i before i+1.
  639.     Also fix mistaken comment about preserving order of original table.
  640.  
  641.     * sparc-opcode.h (clr, mov): Fix incorrect lose entries.
  642.  
  643.     * m-symmetry.h (FRAME_NUM_ARGS): Add check to deal with code that
  644.     GCC sometimes generates.
  645.  
  646.     * config.gdb: Change all occurances of "skip" to "/dev/null".
  647.  
  648.     * README (about languages other than C): Update comments about
  649.     Pascal and FORTRAN.
  650.  
  651.     * sparc-opcode.h (nop): Change lose from 0xae3fffff to 0xfe3fffff.
  652.  
  653.     * values.c (value_virtual_fn_field): #if 0-out assignment to
  654.     VALUE_TYPE(vtbl).
  655.  
  656. Wed Sep  6 12:19:22 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  657.  
  658.     * utils.c (fatal_dump_core): New function.
  659.     Makefile.dist (MALLOC_FLAGS): use -Dbotch=fatal_dump_core
  660.  
  661. Tue Sep  5 15:47:18 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  662.  
  663.     * breakpoint.c (enable_command): With no arg, enable all bkpts.
  664.  
  665.     * Makefile.dist (Makefile): Remove \"'s around $(MD).
  666.  
  667.     * Makefile.dist: In "cd readline; make . . ." change first
  668.     SYSV_DEFINE to SYSV.
  669.  
  670.     * m68k-pinsn.c (_initialize_pinsn): Use alternate assembler
  671.     syntax #ifdef HPUX_ASM
  672.  
  673. Sat Sep  2 23:24:43 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  674.  
  675.     * values.c (history_info): Don't check num_exp[0] if num_exp
  676.     is nil (just like recent editing_info change).
  677.  
  678. Fri Sep  1 19:19:01 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  679.  
  680.     * gdb.texinfo (inc-history, inc-readline): Copy in the inc-* files
  681.     because people might not have makeinfo.
  682.  
  683.     * README (xgdb): Strengthen nasty comments.
  684.  
  685.     * gdb.texinfo: Change @setfilename to "gdb.info".
  686.  
  687. Thu Aug 31 17:23:50 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  688.  
  689.     * main.c (editing_info): Don't check arg[0] if arg is null.
  690.  
  691.     * m-vax.h: Add comment about known sigtramp bug.
  692.  
  693.     * sun3-dep.c, sparc-dep.c (IS_OBJECT_FILE, exec_file_command):
  694.     Get right text & data addresses for .o files.
  695.  
  696. Wed Aug 30 13:54:19 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  697.  
  698.     * utils.c (tilde_expand): Remove function (it's in readline).
  699.  
  700.     * sparc-opcode.h (call): Change "8" to "9" in first two
  701.     patterns (%g7->%o7).
  702.  
  703. Tue Aug 29 16:44:41 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  704.  
  705.     * printcmd.c (whatis_command): Change 4th arg to type_print
  706.     from 1 to -1.
  707.  
  708. Mon Aug 28 12:22:41 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  709.  
  710.     * dbxread.c (psymtab_to_symtab_1): In "and %s ..." change
  711.     pst->filename to pst->dependencies[i]->filename.
  712.  
  713.     * blockframe.c (FRAMELESS_LOOK_FOR_PROLOGUE): New macro
  714.     made from FRAMELESS_FUNCTION_INVOCATION from m-sun3.h except
  715.     that it checks for zero return from get_pc_function_start.
  716.     m-hp9k320.h, m-hp300bsd.h, m-i386.h, m-isi.h, m-altos.h,
  717.     m-news.h, m-sparc.h, m-sun2.h, m-sun3.h, m-symmetry.h
  718.     (FRAMELESS_FUNCTION_INVOCATION): Use FRAMELESS_LOOK_FOR_PROLOGUE.
  719.  
  720.     * dbxread.c (read_struct_type): Give warning and ignore field
  721.     if bitpos and bitsize are zero.
  722.  
  723. Sun Aug 27 04:55:20 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  724.  
  725.     * dbxread.c (psymtab_to_symtab{,_1}): Print message about
  726.     reading in symbols before reading stringtab, not after.
  727.  
  728. Sat Aug 26 02:01:53 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  729.  
  730.     * dbxread.c (IS_OBJECT_FILE, ADDR_OF_TEXT_SEGMENT): New macros.
  731.     (read_dbx_symtab): Use text_addr & text_size to set end_of_text_addr.
  732.     (symbol_file_command): pass text_addr & text_size to read_dbx_symtab.
  733.  
  734. Fri Aug 25 23:08:13 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  735.  
  736.     * valprint.c (value_print): Try to give the name of function
  737.     pointed to when printing a function pointer.
  738.  
  739. Thu Aug 24 23:18:40 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  740.  
  741.     * core.c (xfer_core_file): In cases where MEMADDR is above the
  742.     largest address that makes sense, set i to len.
  743.  
  744. Thu Aug 24 16:04:17 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  745.  
  746.     * valprint.c (print_string): New function to print a character
  747.     string, doing array-max limiting and repeat count processing.
  748.     (val_print, value_print): Use print_string.
  749.     (REPEAT_COUNT_THRESHOLD): New #define, the max number of elts to print
  750.     without using a repeat count.  Set to ten.
  751.     (value_print, val_print): Use REPEAT_COUNT_THRESHOLD.
  752.  
  753.     * utils.c (printchar): Use {fputs,fprintf}_filtered.
  754.  
  755.     * valprint.c (val_print): Pass the repeat count arg to the
  756.     fprintf_filtered call for "<repeats N times>" messages.
  757.  
  758. Wed Aug 23 22:53:47 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  759.  
  760.     * utils.c: Include <pwd.h>.
  761.  
  762.     * main.c: Declare free.
  763.  
  764. Wed Aug 23 05:05:59 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  765.  
  766.     * utils.c, defs.h: Add tilde_expand.
  767.     source.c (directory_command),
  768.     main.c (cd_command),
  769.     main.c (set_history_filename),
  770.     dbxread.c (symbol_file_command),
  771.     coffread.c (symbol_file_command),
  772.     dbxread.c (add_file_command),
  773.     symmisc.c (print_symtabs),
  774.     *-dep.c (exec_file_command, core_file_command),
  775.     main.c (source_command): Use tilde_expand.
  776.  
  777.     * dbxread.c (read_type): When we get a cross-reference, resolve
  778.     it immediately if possible, only calling add_undefined_type if
  779.     necessary.
  780.  
  781.     * gdb.texinfo: Uncomment @includes and put comment at start
  782.     of file telling people to use makeinfo.
  783.  
  784.     * valprint.c (type_print_base): Print the right thing for
  785.     bitfields.
  786.  
  787.     * config.gdb (sun3os3): Set paramfile and depfile.
  788.  
  789. Tue Aug 22 05:38:36 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  790.  
  791.     * dbxread.c (symbol_file_command):  Pass string table size to
  792.     read_dbx_symtab().
  793.     (read_dbx_symtab): Before indexing into string table, check
  794.     string table index for reasonableness.
  795.     (psymtab_to_symtab{,_1}, read_ofile_symtab): Same.
  796.  
  797. Tue Aug 22 04:04:39 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  798.  
  799.     * m68k-pinsn.c: Replaced many calls to fprintf and fputs with
  800.     calls to fprintf_filtered and fputs_filtered.
  801.     (print_insn_arg): Use normal MIT 68k syntax for postincrement,
  802.     predecrement, and register indirect addressing modes.
  803.  
  804. Mon Aug 21 10:08:02 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  805.  
  806.     * main.c (initialize_signals): Set signal handler for SIGQUIT
  807.     and SIGHUP to do_nothing.
  808.  
  809.     * ns32k-opcode.h (ord): Change 1D1D to 1D2D.
  810.  
  811.     * ns32k-pinsn.c (print_insn_arg, print_insn): Handle index
  812.     bytes correctly.
  813.  
  814.     * ns32k-opcode.h: Add comments.
  815.  
  816.     * dbxread.c (read_type): Put enum fields in type.fields in order
  817.     that they were found in the debugging symbols (not reverse order).
  818.  
  819. Sun Aug 20 21:17:13 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  820.  
  821.     * main.c (source_command): Read .gdbinit if run without argument.
  822.  
  823.     * source.c (directory_command): Only print "foo already in path"
  824.     if from_tty.
  825.  
  826.     * version.c: Change version number to 3.2.xxx
  827.  
  828. Sat Aug 19 00:24:08 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  829.  
  830.     * m-news.h: Define HAVE_WAIT_STRUCT.
  831.  
  832.     * m-isi.h, isi-dep.c: Replace with new version from Adam de Boor.
  833.     config.gdb: Remove isibsd43.
  834.  
  835.     * main.c (catch_termination): Don't say we have written
  836.     .gdb_history until after we really have.
  837.  
  838.     * convex-dep.c (attach): Add "sleep (1)".
  839.     (write_vector_register): Use "LL" with long long constant.
  840.     (wait): Close comment.
  841.     (wait): Change "unix 7.1 bug" to "unix 7.1 feature" & related
  842.     changes in comment.
  843.     (scan_stack): And fp with 0x80000000 in while loop test.
  844.     (core_file_command): Move code to set COREFILE.
  845.     (many places): Change printf to printf_filtered.
  846.     (psw_info): Allow argument giving value to print as a psw.
  847.     (_initialize_convex_dep): Update docstrings.
  848.  
  849.     * m-convex.h (WORDS_BIG_ENDIAN): Correct typo ("WRODS")
  850.     define NO_SIGINTERRUPT.
  851.     define SET_STACK_LIMIT_HUGE.
  852.     add "undef BUILTIN_TYPE_LONGEST" before defining it.
  853.     Use "LL" after constants in CALL_DUMMY.
  854.  
  855.     * dbxread.c: In the 3 places it says error "ridiculous string
  856.     table size"... delete extra parameter to error.
  857.  
  858.     * dbxread.c (scan_file_globals): Check for FORTRAN common block.
  859.     Allow multiple references for the sake of common blocks.
  860.  
  861.     * main.c (initialize_main): Set history_filename to include
  862.     current directory.
  863.  
  864.     * valprint.c (decode_format): Don't return a defaulted size
  865.     field if osize is zero.
  866.  
  867.     * gdb.texinfo (Compilation): Update information on -gg symbols.
  868.     Document problem with ar.
  869.  
  870. Fri Aug 18 19:45:20 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  871.  
  872.     * valprint.c (val_print, value_print): Add "<repeats %d times>" code.
  873.     Also put "..." outside quotes for strings.
  874.  
  875.     * main.c (initialize_main): Add comment about history output file
  876.     being different from history input file.
  877.  
  878.     * m-newsos3.h: Undefine NO_SIGINTERRUPT.  Rearrange a few comments.
  879.  
  880.     * m-newsos3.h (REGISTER_U_ADDR): Use new version from Hikichi.
  881.  
  882.     * sparc-opcode.h: Add comment clarifying meaning of the order of
  883.     the entries in sparc_opcodes.
  884.  
  885.     * eval.c (evaluate_subexp, case UNOP_IND): Deal with deferencing
  886.     things that are not pointers.
  887.  
  888.     * valops.c (value_ind): Make dereferencing an int give a LONGEST.
  889.  
  890.     * expprint.c (print_subexp): Add (int) cast in OP_LAST case.
  891.  
  892.     * dbxread.c (read_array_type): Set lower and upper if adjustable.
  893.  
  894.     * symtab.c (lookup_symbol): Don't abort if symbol found in psymtab
  895.     but not in symtab.
  896.  
  897. Thu Aug 17 15:51:20 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  898.  
  899.     * config.gdb: Changed "Makefile.c" to "Makefile.dist".
  900.  
  901. Thu Aug 17 01:58:04 1989  Roland McGrath  (roland at apple-gunkies.ai.mit.edu)
  902.  
  903.     * sparc-opcode.h (or): Removed incorrect lose bit 0x08000000.
  904.     [many]: Changed many `lose' entries to have the 0x10 bit set, so
  905.     they don't think %l0 is %g0.
  906.  
  907. Wed Aug 16 00:30:44 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  908.  
  909.     * m-symmetry.h (STORE_STRUCT_RETURN): Also write reg 0.
  910.     (EXTRACT_RETURN_VALUE): Call symmetry_extract_return_value.
  911.     symmetry-dep.c (symmetry_extract_return_value): New fn.
  912.  
  913.     * main.c (symbol_completion_function): Deal with changed
  914.     result_list from lookup_cmd_1 for ambiguous return.
  915.     command.c (lookup_cmd): Same.
  916.  
  917.     * inflow.c [TIOCGETC]: Move #include "param.h" back before
  918.     system #includes.  Change all #ifdef TIOCGETC to
  919.     #if defined(TIOCGETC) && !defined(TIOCGETC_BROKEN)
  920.     m-i386-sysv3.2.h, m-i386gas-sysv3.2.h: Remove "#undef TIOCGETC"
  921.     and add "#define TIOCGETC_BROKEN".
  922.  
  923.     * command.c (lookup_cmd_1): Give the correct result_list in the
  924.     case of an ambiguous return where there is a partial match
  925.     (e.g. "info a").  Add comment clarifying what is the correct
  926.     result_list.
  927.  
  928.     * gdb.texinfo (GDB History): Document the two changes below.
  929.  
  930.     * main.c (command_line_input): Make history expansion not
  931.     just occur at the beginning of a line.
  932.  
  933.     * main.c (initialize_main): Make history expansion off by default.
  934.  
  935.     * inflow.c: Move #include "param.h" after system #includes.
  936.  
  937.     * i386-dep.c (i386_float_info): Use U_FPSTATE macro.
  938.  
  939.     * m-i386-sysv3.2.h, m-i386gas-sysv3.2.h: New files.
  940.     Makefile.dist, config.gdb: Know about these new files.
  941.  
  942. Tue Aug 15 21:36:11 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  943.  
  944.     * symtab.c (lookup_struct_elt_type): Use type_print rather
  945.     than assuming type has a name.
  946.  
  947. Tue Aug 15 02:25:43 1989  Roland McGrath  (roland at apple-gunkies.ai.mit.edu)
  948.  
  949.     * sparc-opcode.h (mov): Removed bogus "or i,0,d" pattern.
  950.  
  951.     * sparc-opcode.h (mov, or): Fixed incorrect `lose' members.
  952.  
  953.     * sparc-dep.c: Don't include "sparc-opcode.h".
  954.     (skip_prologue, isanulled): Declare special types to recognize
  955.     instructions, and use them.
  956.  
  957.     * sparc-pinsn.c (print_insn): Sign-extend 13-bit immediate args.
  958.     If they are less than +9, print them in signed decimal instead
  959.     of unsigned hex.
  960.  
  961.     * sparc-opcode.h, sparc-pinsn.c: Completely rewritten to share an
  962.     opcode table with gas, and thus produce disassembly that looks
  963.     like what the assembler accepts.
  964.  
  965. Tue Aug 15 16:20:52 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  966.  
  967.     * symtab.c (find_pc_psymbol): Move best_pc=psymtab->textlow-1
  968.     after test for psymtab null.
  969.  
  970.     * main.c (editing_info): Remove variable retval.
  971.  
  972.     * config.gdb (sun3, isi): Comment out obsolete message about telling
  973.     it whether you have an FPU (now that it detects it).
  974.  
  975.     * config.gdb (sun3): Accept sun3os3.
  976.  
  977.     * m68k-insn.h: Include <signal.h>.
  978.  
  979.     * m68k-pinsn.h (convert_{to,from}_68881): Add have_fpu code
  980.  
  981.     * m-newsos3.h: Undefine USE_PCB.  That code didn't seem to work.
  982.  
  983.     * sparc-dep.c: Put in insn_fmt and other stuff from the old
  984.     sparc-opcode.h.
  985.  
  986.     * sparc-opcode.h, sparc-pinsn.c: Correct copyright notice.
  987.  
  988.     * sparc-opcode.h, sparc-pinsn.c: Replace the old ones with the new
  989.     ones by roland.
  990.  
  991. Tue Aug 15 02:25:43 1989  Roland McGrath  (roland at apple-gunkies.ai.mit.edu)
  992.  
  993.     * Makefile.dist: Don't define CC at all.
  994.  
  995.     * Makefile.dist (Makefile): Remove tmp.c after preprocessing.
  996.     Use $(MD) instead of M_MAKEDEFINE in the cc command.
  997.  
  998.     * Makefile.dist: Don't define RL_LIB as
  999.     "${READLINE}/libreadline.a", since READLINE is a list of files.
  1000.  
  1001. Mon Aug 14 23:49:29 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1002.  
  1003.     * main.c (print_version): Change 1988 to 1989.
  1004.  
  1005.     * main.c (copying_info, initialize_main): Remove #if 0'd code.
  1006.  
  1007. Tue Aug  1 14:44:56 1989  Hikichi  (hikichi at sran203)
  1008.  
  1009.     * m-newsos3.h
  1010.         (NO_SIGINTERRUPT): have SIGINTERRUPT on NEWS os 3.
  1011.  
  1012.     * m-news.h(FRAME_FIND_SAVED_REGS): use the sun3's instead of old
  1013.     one.
  1014.  
  1015. Mon Aug 14 15:27:01 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1016.  
  1017.     * m-news.h, m-newsos3.h, news-dep.c: Merge additional changes
  1018.     by Hikichi (ChangeLog entries above).
  1019.  
  1020.     * Makefile.dist (READLINE): List readline files individually
  1021.     so we don't accidently get random files from the readline
  1022.     directory.
  1023.  
  1024.     * m-news.h (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE):
  1025.     Expect floating point returns to be in fp0.
  1026.  
  1027.     * gdb.texinfo (Format options): New node.
  1028.  
  1029.     * gdb.texinfo: Comment out "@include"s until bfox fixes the
  1030.     readline & history docs.
  1031.  
  1032.     * dbxread.c (read_addl_syms): Set startup_file_* if necessary at
  1033.     the end (as well as when we hit ".o").
  1034.  
  1035.     * printcmd.c (decode_format): Set val.format & val.size to '?' at
  1036.     start and set defaults at end.
  1037.  
  1038.     * symtab.c (decode_line_1): Check for class_name null.
  1039.  
  1040.     * valops.c: Each place where it compares against field names,
  1041.     check for null field names.  (new t_field_name variables).
  1042.  
  1043.     * utils.c (fputs_filtered): Check for linebuffer null before
  1044.     checking whether to call fputs.  Remove later check for linebuffer
  1045.     null.  
  1046.  
  1047. Sun Aug 13 15:56:50 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1048.  
  1049.     * m-isi.h, m-sun3.h ({PUSH,POP}_FP_REGS):  New macros.
  1050.     m-sun3.h (NUM_REGS): Conditionalize on FPU.
  1051.     config.gdb (sun3, isi): Add message about support for machines
  1052.     without FPU.
  1053.  
  1054.     * main.c (catch_termination, initialize_signals): new functions.
  1055.  
  1056.     * main.c (editing_info): Add "info editing n" and "info editing +".
  1057.     Rewrite much of this function.
  1058.     gdb.texinfo (GDB Readline): Document it.
  1059.  
  1060.     * values.c (history_info): Add "info history +".  Also add code to
  1061.     do "info history +" when command is repeated.
  1062.     gdb.texinfo (Value History): Document "info history +".
  1063.  
  1064.     * expprint.c (print_subexp): Add OP_THIS to case stmt.
  1065.  
  1066.     * config.gdb (sun4os4): Put quotes around make define.
  1067.  
  1068.     * config.gdb: Canonicalize machine name at beginning.
  1069.  
  1070. Sat Aug 12 00:50:59 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1071.  
  1072.     * config.gdb: define M_MAKEDEFINE
  1073.     Makefile (Makefile, MD): Be able to re-make Makefile.
  1074.  
  1075.     * main.c (command_line_input): Add comments to
  1076.     the command history.
  1077.  
  1078.     * Makefile.dist (Makefile): Add /bin/false.
  1079.  
  1080. Fri Aug 11 14:35:33 1989  Jim Kingdon  (kingdon at spiff)
  1081.  
  1082.     * Makefile.dist: Comment out .c.o rule and add TARGET_ARCH.
  1083.  
  1084.     * m-altos.h: Include sys/page.h & sys/net.h
  1085.  
  1086.     * m-altos.h (FRAME_CHAIN{,_VALID}):  Use outside_startup_file.
  1087.  
  1088.     * config.gdb (altos, altosgas): Add M_SYSV & M_BSD_NM and remove
  1089.     M_ALLOCA=alloca.o from makedefine.
  1090.  
  1091.     * coffread.c (complete_symtab): Change a_entry to entry.
  1092.  
  1093.     * m-altosgas.h: New file.
  1094.  
  1095.     * m-symmetry (REGISTER_BYTE): Fix dumb mistake.
  1096.  
  1097. Fri Aug 11 06:39:49 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  1098.  
  1099.     * utils.c (set_screensize_command): Check for ARG being nil, since
  1100.     that's what execute_command will pass if there's no argument.
  1101.  
  1102.     * expread.y (yylex): Recognize "0x" or "0X" as the beginning of a
  1103.     number.
  1104.  
  1105. Thu Aug 10 15:43:12 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1106.  
  1107.     * config.gdb, Makefile.dist: Rename Makefile.c to Makefile.dist.
  1108.  
  1109.     * m-altos.h: Add comment about porting to USGR2.
  1110.  
  1111.     * config.gdb (sparc): Add -Usparc.
  1112.  
  1113. Wed Aug  9 14:20:39 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1114.  
  1115.     * m-sun3os4.h: Define BROKEN_LARGE_ALLOCA.
  1116.  
  1117.     * values.c (modify_field): Check for value too large to fit in
  1118.     bitfield. 
  1119.  
  1120.     * utils.c (fputs_filtered): Allow LINEBUFFER to be NULL.
  1121.  
  1122.     * breakpoint.c (condition_command): Check for attempt to specify
  1123.     non-numeric breakpoint number.
  1124.  
  1125.     * config.gdb, Makefile, m-altos.h, altos-dep.c: Merge Altos
  1126.     port.
  1127.  
  1128.     * README: Change message about editing Makefile.
  1129.  
  1130.     * config.gdb: Edit Makefile.
  1131.     Copied Makefile to Makefile.c and changed to let config.gdb
  1132.     run us through the C preprocessor.
  1133.  
  1134.     * expread.y (yylex): Test correctly for definition of number.
  1135.  
  1136. Wed Aug  9 11:56:05 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1137.  
  1138.     * dbxread.c (read_dbx_symtab): Put bracketing of entry point in
  1139.     test case for .o symbols so that it will be correct even without
  1140.     debugging symbols.
  1141.     (end_psymtab): Took bracketing out.
  1142.  
  1143.     * blockframe.c (outside_startup_file): Reverse the sense of the
  1144.     return value to make the functionality implied by the name
  1145.     correct. 
  1146.  
  1147. Tue Aug  8 11:48:38 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1148.  
  1149.     * coffread.c (symbol_file_command): Do  not assume presence of a.out
  1150.     header. 
  1151.  
  1152.     * blockframe.c: Replace first_object_file_end with
  1153.     startup_file_{start,end}
  1154.     (outside_startup_file): New function.
  1155.     dbxread.c (read_addl_syms, read_dbx_symtab, end_psymbol): set
  1156.     startup_file_*.  Delete first_object_file_end code.
  1157.     Add entry_point and ENTRY_POINT
  1158.     coffread.c (complete_symtab): Set startup_file_*.
  1159.     (first_object_file_end): Add as static.
  1160.     m-*.h (FRAME_CHAIN, FRAME_CHAIN_VALID): Call outside_startup_file
  1161.     instead of comparing with first_object_file_end.
  1162.  
  1163.     * breakpoint.c (breakpoint_1): Change -1 to (CORE_ADDR)-1.
  1164.  
  1165.     * config.gdb (i386, i386gas): Add missing quotes at end of "echo"
  1166.  
  1167.     * source.c (directory_command): Add dont_repeat ();
  1168.  
  1169. Mon Aug  7 18:03:51 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1170.  
  1171.     * dbxread.c (read_addl_syms): Change strcmp to strncmp and put 3rd
  1172.     arg back.
  1173.  
  1174.     * command.h (struct cmd_list_element): Add comment clarifying
  1175.     purpose of abbrev_flag.
  1176.  
  1177. Mon Aug  7 12:51:03 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1178.  
  1179.     * printcmd.c (_initialize_printcmd): Changed "undisplay" not to
  1180.     have abbrev flag set; it isn't an abbreviation of "delete
  1181.     display", it's an alias.
  1182.  
  1183. Mon Aug  7 00:25:15 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1184.  
  1185.     * symtab.c (lookup_symtab_1): Remove filematch (never used).
  1186.  
  1187.     * expread.y [type]: Add second argument to 2 calls to
  1188.     lookup_member_type which were missing them.
  1189.  
  1190.     * dbxread.c (symbol_file_command): Add from_tty arg.
  1191.     Check it before calling query.
  1192.  
  1193.     * infcmd.c (tty_command): Add from_tty arg.
  1194.  
  1195.     * eval.c (evaluate_subexp): Remove 3rd argument from
  1196.     calls to value_x_unop.
  1197.  
  1198.     * dbxread.c (read_addl_syms): Remove 3rd argument from
  1199.     call to strcmp.
  1200.  
  1201.     * gdb.texinfo (Command editing): @include inc-readline.texinfo
  1202.     and inc-history.texinfo and reorganize GDB-specific stuff.
  1203.  
  1204.     * Makefile: Add line MAKE=make.
  1205.  
  1206.     * README (second paragraph): Fix trivial errors.
  1207.  
  1208.     * dbxread.c (read_struct_type): Make sure p is initialized.
  1209.  
  1210.     * main.c (symbol_completion_function): Complete correctly
  1211.     on the empty string.
  1212.  
  1213. Sun Aug  6 21:01:59 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1214.  
  1215.     * symmetry-dep.c: Remove "long" from definition of i386_follow_jump.
  1216.  
  1217.     * gdb.texinfo (Backtrace): Document "where" and "info stack".
  1218.  
  1219.     * dbxread.c (cleanup_undefined_types): Strip off "struct "
  1220.     or "union " from type names before doing comparison
  1221.  
  1222. Sat Aug  5 02:05:36 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1223.  
  1224.     * config.gdb (i386, i386gas): Improve makefile editing instructions.
  1225.  
  1226.     * Makefile: Fix typo in CLIBS for SYSV.
  1227.  
  1228.     * dbxread.c (read_dbx_symtab): Deal with N_GSYM typedefs.
  1229.  
  1230.     * dbxread.c (add_file_command): Do not free name.  We didn't
  1231.     allocate it; it just points into arg_string.
  1232.  
  1233.     * Makefile, m-*.h: Change LACK_VPRINTF to HAVE_VPRINTF.
  1234.  
  1235. Fri Jul 28 00:07:48 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1236.  
  1237.     * valprint.c (val_print): Made sure that all returns returned a
  1238.     value (usually 0, indicating no memory printed).
  1239.  
  1240.     * core.c (read_memory): Changed "return" to "return 0".
  1241.  
  1242.     * expread.y (parse_number): Handle scientific notation when the
  1243.     string does not contain a '.'.
  1244.  
  1245. Thu Jul 27 15:14:03 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1246.  
  1247.     * infrun.c (signals_info): Error if signal number passed is out of
  1248.     bounds. 
  1249.  
  1250.     * defs.h: Define alloca to be __builtin_alloca if compiling with
  1251.     gcc and localized inclusion of alloca.h on the sparc with the
  1252.     other alloca stuff.
  1253.     * command.c: Doesn't need to include alloca.h on the sparc; defs.h
  1254.     does it for you.
  1255.  
  1256.     * printcmd.c (print_frame_args): Changed test for call to
  1257.     print_frame_nameless_args to check i to tell if any args had been
  1258.     printed.
  1259.  
  1260. Thu Jul 27 04:40:56 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  1261.  
  1262.     * blockframe.c (find_pc_partial_function): Always check that NAME
  1263.     and/or ADDRESS are not nil before storing into them.
  1264.  
  1265. Wed Jul 26 23:41:21 1989  Roland McGrath  (roland at hobbes.ai.mit.edu)
  1266.  
  1267.     * m-newsos3.h: Define BROKEN_LARGE_ALLOCA.
  1268.     * dbxread.c (symbol_file_command, psymtab_to_symtab):
  1269.     Use xmalloc #ifdef BROKEN_LARGE_ALLOCA.
  1270.  
  1271. Tue Jul 25 16:28:18 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  1272.  
  1273.     * m68k-opcode.h: moved some of the fmovem entries so they're
  1274.     all consecutive.  This way the assembler doesn't bomb.
  1275.  
  1276. Mon Jul 24 22:45:54 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1277.  
  1278.     * symtab.c (lookup_symbol): Changed error to an informational (if
  1279.     not very comforting) message about internal problems.  This will
  1280.     get a null symbol returned to decode_line_1, which should force
  1281.     things to be looked up in the misc function vector.
  1282.  
  1283. Wed Jul 19 13:47:34 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1284.  
  1285.     * symtab.c (lookup_symbol): Changed "fatal" to "error" in
  1286.     external symbol not found in symtab in which it was supposed to be
  1287.     found.  This can be reached because of a bug in ar.
  1288.  
  1289. Tue Jul 18 22:57:43 1989  Randy Smith  (roland at hobbes.ai.mit.edu)
  1290.  
  1291.     * m-news.h [REGISTER_U_ADDR]: Decreased the assumed offset of fp0
  1292.     by 4 to bring it into (apparently) appropriate alignment with
  1293.     reality. 
  1294.  
  1295. Tue Jul 18 18:14:42 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1296.  
  1297.     * Makefile: pinsn.o should depend on opcode.h
  1298.  
  1299.     * m68k-opcode.h: Moved fmovemx with register lists to before other
  1300.     fmovemx. 
  1301.  
  1302. Tue Jul 18 11:21:42 1989  Jim Kingdon  (kingdon at susie)
  1303.  
  1304.     * Makefile, m*.h: Only #define vprintf (to _doprnt or printf,
  1305.     depends on the system) if the library lacks it (controlled by
  1306.     LACK_VPRINTF_DEFINE in makefile).  Unpleasant, but necessary to
  1307.     make this work with the GNU C library.
  1308.  
  1309. Mon Jul 17 15:17:48 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1310.  
  1311.     * breakpoint.c (breakpoint_1): Change addr-b->address to
  1312.     b->address-addr.
  1313.  
  1314. Sun Jul 16 16:23:39 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1315.  
  1316.     * eval.c (evaluate_subexp): Change error message printed when
  1317.     right operand of '@' is not an integer to English.
  1318.  
  1319.     * infcmd.c (registers_info): Fix call to print_spaces_filtered
  1320.     to specify right # of arguments.
  1321.  
  1322.     * gdb.texinfo (Command Editing): Document info editing command.
  1323.  
  1324.     * coffread.c (read_file_hdr): Add MC68MAGIC.
  1325.  
  1326.     * source.c (select_source_symtab): Change MAX to max.
  1327.  
  1328. Fri Jul 14 21:19:11 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1329.  
  1330.     * infcmd.c (registers_info): Clean up display to look good with long
  1331.     register names, to say "register" instead of "reg", and to put the
  1332.     "relative to selected stack frame" bit at the top.
  1333.  
  1334. Fri Jul 14 18:23:09 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1335.  
  1336.     * dbxread.c (record_misc_function): Put parens around | to force
  1337.     correct evaluation.
  1338.  
  1339. Wed Jul 12 12:25:53 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1340.  
  1341.     * m-newsos3, m-news, infrun.c, Makefile, config.gdb, news-dep.c:
  1342.     Merge in Hikichi's changes for Sony/News-OS 3 support.
  1343.  
  1344. Tue Jul 11 21:41:32 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1345.  
  1346.     * utils.c (fputs_filtered): Don't do any filtering if output is
  1347.     not to stdout, or if stdout is not a tty.
  1348.     (fprintf_filtered): Rely on fputs_filtered's check for whether to
  1349.     do filtering.
  1350.  
  1351. Tue Jul 11 00:33:58 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1352.  
  1353.     * GDB 3.2 Released.
  1354.  
  1355.     * valprint.h: Deleted.
  1356.  
  1357.     * utils.c (fputs_filtered): Don't do any filtering if filtering is
  1358.     disabled (lines_per_page == 0).
  1359.  
  1360. Mon Jul 10 22:27:53 1989  Randy Smith  (roland at hobbes.ai.mit.edu)
  1361.  
  1362.     * expread.y [typebase]: Added "unsigned long int" and "unsigned
  1363.     short int" to specs.
  1364.  
  1365. Mon Jul 10 21:44:55 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1366.  
  1367.     * main.c (main): Make -cd use cd_command to avoid
  1368.     current_directory with non-absolute pathname.
  1369.  
  1370. Mon Jul 10 00:34:29 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1371.  
  1372.     * dbxread.c (symbol_file_command): Catch errors from stat (even
  1373.     though they should never happen).
  1374.  
  1375.     * source.c (openp): If the path is null, use the current
  1376.     directory. 
  1377.  
  1378.     * dbxread.c (read_dbx_symtab): Put N_SETV symbols into the misc
  1379.     function vector ...
  1380.     (record_misc_function): ... as data symbols.
  1381.  
  1382.     * utils.c (fprintf_filtered): Return after printing if we aren't
  1383.     going to do filtering.
  1384.  
  1385.     * Makefile: Added several things for make clean to take care of.
  1386.  
  1387.     * expread.y: Lowered "@" in precedence below +,-,*,/,%.
  1388.  
  1389.     * eval.c (evaluate_subexp): Return an error if the rhs of "@"
  1390.     isn't integral.
  1391.  
  1392.     * Makefile: Added removal of core and gdb[0-9] files to clean
  1393.     target. 
  1394.  
  1395.     * Makefile: Made a new target "distclean", which cleans things up
  1396.     correctly for making a distribution.
  1397.  
  1398. Sun Jul  9 23:21:27 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1399.  
  1400.     * dbxread.c: Surrounded define of gnu symbols with an #ifndef
  1401.     NO_GNU_STABS in case you don't want them on some machines.
  1402.     * m-npl.h, m-pn.h: Defined NO_GNU_STABS.
  1403.  
  1404. Sun Jul  9 19:25:22 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1405.  
  1406.     * utils.c (fputs_filtered): New function.
  1407.     (fprintf_filtered): Use fputs_filtered.
  1408.     utils.c (print_spaces_filtered),
  1409.     command.c (help_cmd,help_cmd_list),
  1410.     printcmd.c (print_frame_args),
  1411.     stack.c (print_block_frame_locals, print_frame_arg_vars),
  1412.     valprint.c (many functions): Use fputs_filtered instead of
  1413.     fprintf_filtered to avoid arbitrary limit.
  1414.  
  1415.     * utils.c (fprintf_filtered): Fix incorrect comment.
  1416.  
  1417. Sat Jul  8 18:12:01 1989  Randy Smith  (randy at hobbes.ai.mit.edu)
  1418.  
  1419.     * valprint.c (val_print): Changed assignment of pretty to use
  1420.     prettyprint as a conditional rather than rely on values of the
  1421.     enum. 
  1422.  
  1423.     * Projects: Cleaned up a little for release.
  1424.  
  1425.     * main.c (initialize_main): Initialize
  1426.     rl_completion_entry_function instead of completion_entry_function. 
  1427.  
  1428.     * Makefile: Modified to use the new readline library setup.
  1429.  
  1430.     * breakpoint.c (break_command_1, delete_breakpoint,
  1431.     enable_breakpoint, disable_breakpoint): Put in new printouts for
  1432.     xgdb usage triggered off of xgdb_verbose.
  1433.     * main.c (main): Added check for flag to set xgdb_verbose.
  1434.     * stack.c (frame_command): Set frame_changed when frame command
  1435.     used. 
  1436.  
  1437. Fri Jul  7 16:20:58 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1438.  
  1439.     * Remove valprint.h and move contents to value.h (more logical).
  1440.  
  1441. Fri Jul  7 02:28:06 1989  Randall Smith  (randy at rice-chex)
  1442.  
  1443.     * m68k-pinsn.c (print_insn): Included a check for register list;
  1444.     if there is one, make sure to start p after it.
  1445.  
  1446.     * breakpoint.c (break_command_1, delete_breakpoint,
  1447.     enable_breakpoint, disable_breakpoint): #ifdef'd out changes
  1448.     below; they produce unwanted output in gdb mode in gnu-emacs.
  1449.  
  1450.     * gdb.texinfo: Spelled.  Also removed index references from
  1451.     command editing section; the relevance/volume ratio was too low.
  1452.     Removed all references to the function index.
  1453.  
  1454.     * ns32k-opcode.h, ns32k-pinsn.c: Backed out changes of June 24th;
  1455.     haven't yet received legal papers.
  1456.  
  1457.     * .gdbinit: Included message telling the user what it is doing.
  1458.  
  1459.     * symmetry-dep.c: Added static decls for i386_get_frame_setup,
  1460.     i386_follow_jump.
  1461.     * values.c (unpack_double): Added a return (double)0 at the end to
  1462.     silence a compiler warning.
  1463.  
  1464.     * printcmd.c (containing_function_bounds, asdump_command): Created
  1465.     to dump the assembly code of a function (support for xgdb and a
  1466.     useful hack).
  1467.     (_initialize_printcmd): Added this to command list.
  1468.     * gdb.texinfo [Memory]: Added documentation for the asdump
  1469.     command.
  1470.     * breakpoint.c (break_command_1, delete_breakpoint,
  1471.     enable_breakpoint, disable_breakpoint): Added extra verbosity for
  1472.     xgdb conditionalized on the new external frame_full_file_name.
  1473.     * source.c (identify_source_line): Increase verbosity of fullname
  1474.     prointout to include pc value.
  1475.     * stack.c: Added a new variable; "frame_changed" to indicate when
  1476.     a frame has been changed so that gdb can print out a frame change
  1477.     message when the frame only changes implicitly.
  1478.     (print_frame_info): Check the new variable in determining when to
  1479.     print out a new message and set it to zero when done.
  1480.     (up_command): Increment it.
  1481.     (down_command): Decrement it.
  1482.  
  1483.     * m68k-pinsn.c (print_insn_arg [lL]): Modified cases for register
  1484.     lists to reset the point to point to after the word from which the
  1485.     list is grabbed *if* that would cause point to point farther than
  1486.     it currently is.
  1487.  
  1488. Thu Jul  6 14:28:11 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1489.  
  1490.     * valprint.c (val_print, value_print): Add parameter to control
  1491.     prettyprinting.
  1492.     valprint.h: New file containing constants used for passing
  1493.     prettyprinting parameter to val{,ue}_print.
  1494.     expprint.c, infcmd.c, printcmd.c, valprint.c, values.c:
  1495.     Change all calls to val{,ue}_print to use new parameter.
  1496.     
  1497. Mon Jul  3 22:38:11 1989  Randy Smith  (randy at apple-gunkies.ai.mit.edu)
  1498.  
  1499.     * dbxread.c (,process_one_symbol): Moved extern declaration for
  1500.     index out of function to beginning of file.
  1501.  
  1502. Mon Jul  3 18:40:14 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  1503.  
  1504.     * gdb.texinfo (Registers): Add "ps" to list of standard registers.
  1505.  
  1506. Sun Jul  2 23:13:03 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1507.  
  1508.     * printcmd.c (enable_display): Change d->next to d = d->next so
  1509.     that "enable display" without args works.
  1510.  
  1511. Fri Jun 30 23:42:04 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1512.  
  1513.     * source.c (list_command):  Made error message given when no
  1514.     symtab is loaded clearer.
  1515.  
  1516.     * valops.c (value_assign): Make it so that when assigning to an
  1517.     internal variable, the type of the assignment exp is the type of
  1518.     the value being assigned.
  1519.  
  1520. Fri Jun 30 12:12:43 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1521.  
  1522.     * main.c (verbose_info): Created.
  1523.     (initialize_main): Put "info verbose" into command list.
  1524.  
  1525.     * utils.c (screensize_info): Created.
  1526.     (_initialize_utils): Defined "info screensize" as a normal command.
  1527.  
  1528.     * valprint.c (format_info): Added information about maximum number
  1529.     of array elements to function.
  1530.  
  1531.     * blockframe.c (find_pc_partial_function): Again.
  1532.  
  1533.     * blockframe.c (find_pc_partial_function): Replaced a "shouldn't
  1534.     happen" (which does) with a zero return.
  1535.  
  1536.     * main.c (dont_repeat): Moved ahead of first use.
  1537.  
  1538. Thu Jun 29 19:15:08 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1539.  
  1540.     * vax-opcode.h: Made minor modifications (moved an instruction and
  1541.     removed a typo) to bring this into accord with gas' table; also
  1542.     changed copyright to reflect it being part of both gdb and gas.
  1543.  
  1544.     * m68k-opcode.h: Added whole scads and bunches of new stuff for
  1545.     the m68851 and changed the coptyrightto recognize that the file
  1546.     was shared between gdb and gas.
  1547.  
  1548.     * main.c (stop_sig): Use "dont_repeat ()" instead of *line = 0;
  1549.  
  1550.     * core.c (read_memory): Don't do anything if length is 0.
  1551.  
  1552.     * Makefile: Added readline.c to the list of files screwed by
  1553.     having the ansi ioctl.h compilation with gcc.
  1554.  
  1555.     * config.gdb: Added sun4os3 & sun4-os3 as availible options.
  1556.  
  1557. Wed Jun 28 02:01:26 1989  Jim Kingdon  (kingdon at apple-gunkies.ai.mit.edu)
  1558.  
  1559.     * command.c (lookup_cmd): Add ignore_help_classes argument.
  1560.     (lookup_cmd_1): Add ignore_help_classes argument.
  1561.     command.c, main.c: Change callers of lookup_cmd{,_1} to supply
  1562.         value for ignore_help_classes.
  1563.  
  1564. Tue Jun 27 18:01:31 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1565.  
  1566.     * utils.c (print_spaces_filtered): Made more efficient.
  1567.     * defs.h: Declaration.
  1568.     * valprint.c (val_print): Used in a couple of new places.
  1569.  
  1570. Mon Jun 26 18:27:28 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  1571.  
  1572.     * m68k-pinsn.c (print_insn_arg ['#', '^']): Combined them into one
  1573.     case which always gets the argument from the word immediately
  1574.     following the instruction.
  1575.     (print_insn_arg ["[lL]w"]): Make sure to always get the register
  1576.     mask from the word immediately following the instruction.
  1577.  
  1578. Sun Jun 25 19:14:56 1989  Randall Smith  (randy at galapas.ai.mit.edu)
  1579.  
  1580.     * Makefile: Added hp-include back in as something to distribute.
  1581.  
  1582.     * stack.c (print_block_frame_locals): Return value changed from
  1583.     void to int; return 1 if values printed.  Use _filtered.
  1584.     (print_frame_local_vars): Use return value from
  1585.     print_block_frame_locals to mention if nothing printed; mention
  1586.     lack of symbol table, use _filtered.
  1587.     (print_frame_arg_vars): Tell the user if no symbol table
  1588.     or no values printed.  Use fprintf_filtered instead of fprintf.
  1589.     * blockframe.c (get_prev_frame_info): Check for no inferior or
  1590.     core file before crashing.
  1591.  
  1592.     * inflow.c (inferior_died): Set current frame to zero to keep from
  1593.     looking like we're in start.
  1594.  
  1595. Sat Jun 24 15:50:53 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  1596.  
  1597.     * stack.c (frame_command): Added a check to make sure that there
  1598.     was an inferior or a core file.
  1599.  
  1600.     * expread.y (yylex): Allow floating point numbers of the form ".5"
  1601.     to be parsed.
  1602.  
  1603.         Changes by David Taylor at TMC:
  1604.     * ns32k-pinsn.c: Added define for ?floating point coprocessor? and
  1605.     tables for register names to be used for each of the possibilities.
  1606.     (list_search): Created; searches a list of options for a specific
  1607.     value.
  1608.     (print_insn_arg): Added 'Q', 'b', 'M', 'P', 'g', and 'G' options
  1609.     to the value location switch.
  1610.     * ns32k-opcode.h: Added several new location flags.
  1611.     [addr, enter, exit, ext[bwd], exts[bwd], lmr, lpr[bwd], restore,
  1612.     rett, spr[bwd], smr]: Improved insn format output.
  1613.  
  1614.     * symtab.c (list_symbols): Rearrange printing to produce readable
  1615.     output for "info types".
  1616.  
  1617.     * eval.c (evaluate_subexp_for_address): Fixed typo.
  1618.  
  1619.     * dbxread.c (read_type): Don't output an error message when
  1620.     there isn't a ',' after a cross-reference.
  1621.  
  1622.     * dbxread.c (read_dbx_symtab): #if'd out N_FN case in
  1623.     read_dbx_symtab if it has the EXT bit set (otherwise multiple
  1624.     cases with the same value).
  1625.  
  1626. Fri Jun 23 13:12:08 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  1627.  
  1628.     * symmisc.c: Changed decl of print_spaces from static to extern
  1629.     (since it's defined in utils.c).
  1630.  
  1631.     * remote.c (remote_open): Close remote_desc if it's already been
  1632.     opened. 
  1633.  
  1634.     * Remote_Makefile, remote_gutils.c, remote_inflow.c,
  1635.     remote_server.c, remote_utils.c: Combined into remote-multi.shar.
  1636.     * remote-multi.shar: Created (Vikram Koka's remote stub).
  1637.     * remote-sa.m68k.shar: Created (Glenn Engel's remcom.c).
  1638.     * README: Updated to reflect new organization of remote stubs.
  1639.  
  1640.     * dbxread.c (read_dbx_symtab): Put an N_FN in with N_FN | N_EXT to
  1641.     account for those machines which don't use the external bit here.
  1642.     Sigh. 
  1643.  
  1644.     * m-symmetry.h: Defined NO_SIGINTERRUPT.
  1645.  
  1646. Thu Jun 22 12:51:37 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1647.  
  1648.     * printcmd.c (decode_format): Make sure characters are printed
  1649.     using a byte size.
  1650.  
  1651.     * utils.c (error): Added a terminal_ours here.
  1652.  
  1653.     * stack.c (locals_info): Added check for selected frame.
  1654.  
  1655.     * dbxread.c (read_type): Checked to make sure that a "," was
  1656.     actually found in the symbol to end a cross reference.
  1657.  
  1658. Wed Jun 21 10:30:01 1989  Randy Smith  (randy at tartarus.uchicago.edu)
  1659.  
  1660.     * expread.y (parse_number, [exp]): Allowed for the return of a
  1661.     number marked as unsigned; this will allow inclusion of unsigned
  1662.     constants. 
  1663.  
  1664.     * symtab.h: Put in default definitions for BUILTIN_TYPE_LONGEST
  1665.     and BUILTIN_TYPE_UNSIGNED_LONGEST.
  1666.  
  1667.     * expread.y (parse_number): Will now accept integers suffixed with
  1668.     a 'u' (though does nothing special with it).
  1669.  
  1670.     * valarith.c (value_binop): Added cases to deal with unsigned
  1671.     arithmetic correctly.
  1672.  
  1673. Tue Jun 20 14:25:54 1989  Randy Smith  (randy at tartarus.uchicago.edu)
  1674.  
  1675.     * dbxread.c (psymtab_to_symtab_1): Changed reading in info message
  1676.     to go through printf_filtered.
  1677.  
  1678.     * symtab.c (list_symbols): Placed header message after all calls
  1679.     to psymtab_to_symtab. 
  1680.  
  1681.     * symtab.c (smash_to_{function, reference, pointer}_type): Carried
  1682.     attribute of permanence for the type being smashed over the bzero
  1683.     and allowed any type to point at this one if it is permanent.
  1684.  
  1685.     * symtab.c (smash_to_{function, reference, pointer}_type): Fix
  1686.     typo: check flags of to_type instead of type.
  1687.  
  1688.     * m-hp9k320.h: Changed check on __GNU__ predefine to __GNUC__.
  1689.  
  1690.     * Makefile: Made MUNCH_DEFINE seperate and based on SYSV_DEFINE;
  1691.     they aren't the same on hp's.
  1692.  
  1693. Mon Jun 19 17:10:16 1989  Randy Smith  (randy at tartarus.uchicago.edu)
  1694.  
  1695.     * Makefile: Fixed typo.
  1696.  
  1697.     * valops.c (call_function): Error if the inferior has not been
  1698.     started. 
  1699.  
  1700.     * ns32k-opcode.h [check[wc], cmpm[bwd], movm[bwd], skpsb]: Fixed
  1701.     typos. 
  1702.  
  1703. Fri Jun  9 16:23:04 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1704.  
  1705.     * m-news.h [NO_SIGINTERRUPT]: Defined.
  1706.  
  1707.     * dbxread.c (read_type): Start copy of undefined structure name
  1708.     past [sue] defining type of cross ref.
  1709.  
  1710.     * dbxread.c (process_one_symbol): Changed strchr to index.
  1711.  
  1712.     * ns32k-opcode.h, ns32k-pinsn.c: More changes to number of
  1713.     operands, addition of all of the set condition opcodes, addition
  1714.     of several flag letters, all patterned after the gas code.
  1715.  
  1716.     * ns32k-opcode.h [mov{su,us}[bwd], or[bwd]]: Changed number of
  1717.     operands from 1 to 2.
  1718.  
  1719. Wed Jun  7 15:04:24 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1720.  
  1721.     * symseg.h [TYPE_FLAG_STUB]: Created.
  1722.     * dbxread.c (read_type): Set flag bit if type is stub.
  1723.     (cleanup_undefined_types): Don't mark it as a stub if it's been
  1724.     defined since we first learned about it.
  1725.     * valprint.c (val_print): Print out a message to that effect if
  1726.     this type is encountered.
  1727.  
  1728.     * symseg.h, symtab.h: Moved the definition of TYPE_FLAG_PERM over
  1729.     to symseg.h so that all such definitions would be in the same place.
  1730.  
  1731.     * valprint.c (val_print): Print out <No data fields> for a
  1732.     structure if there aren't any.
  1733.  
  1734.     * dbxread.c (read_type): Set type name of a cross reference type
  1735.     to "struct whatever" or something.
  1736.  
  1737. Tue Jun  6 19:40:52 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1738.  
  1739.     * breakpoint.c (breakpoint_1): Print out symbolic location of
  1740.     breakpoints for which there are no debugging symbols.
  1741.  
  1742. Mon Jun  5 15:14:51 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1743.  
  1744.     * command.c (help_cmd_list): Made line_size static.
  1745.  
  1746. Sat Jun  3 17:33:45 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1747.  
  1748.     * Makefile: Don't include the binutils hp-include directory in the
  1749.     distribution anymore; refer the users to the binutils distribution.
  1750.  
  1751. Thu Jun  1 16:33:07 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1752.  
  1753.     * printcmd.c (disable_display_command): Fixed loop iteration for
  1754.     no arg case.
  1755.  
  1756.     * printcmd.c (disable_display_command): Added from_tty parameter
  1757.     to function.
  1758.  
  1759.     * valops.c (value_of_variable): Call read_var_value with 0 cast to
  1760.     FRAME instead of CORE_ADDR.
  1761.  
  1762.     * eval.c (evaluate_subexp): Corrected number of args passed to
  1763.     value_subscript (to 2).
  1764.  
  1765.     * infrun.c (wait_for_inferior), symtab.c (decode_line_1),
  1766.     m-convex.h: Changed name of FIRSTLINE_DEBUG_BROKEN to
  1767.     PROLOGUE_FIRSTLINE_OVERLAP. 
  1768.  
  1769.     * m-merlin.h: Fixed typo.
  1770.     * ns32k-opcode.h: Added ns32381 opcodes and "cinv" insn, and fixed
  1771.     errors in movm[wd], rett, and sfsr.
  1772.  
  1773.     * eval.c (evaluate_subexp, evaluate_subexp_for_address), valops.c
  1774.     (value_zero): Change value_zero over to taking two arguments
  1775.     instead of three.
  1776.  
  1777.     * eval.c (evaluate_subexp)
  1778.       [OP_VAR_VALUE]: Get correct lval type for AVOID_SIDE_EFFECTS for
  1779.       all types of symbols.
  1780.       [BINOP_DIV]: Don't divide if avoiding side effects; just return
  1781.       an object of the correct type.
  1782.       [BINOP_REPEAT]: Don't call value_repeat, just allocate a
  1783.       repeated value.
  1784.     (evaluete_subexp_for_address) [OP_VAR_VALUE]: Just return a thing
  1785.     of the right type (after checking to make sure that we are allowed
  1786.     to take the address of whatever variable has been passed).
  1787.  
  1788. Mon May 29 11:01:02 1989  Randall Smith  (randy at galapas.ai.mit.edu)
  1789.  
  1790.     * breakpoint.c (until_break_command): Set the breakpoint with a
  1791.     frame specification so that it won't trip in inferior calls to the
  1792.     function.  Also set things up so that it works based on selected
  1793.     frame, not current one.
  1794.  
  1795. Sun May 28 15:05:33 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1796.  
  1797.     * eval.c (evalue_subexp): Change subscript case to use value_zero
  1798.     in EVAL_AVOID_SIDE_EFFECTS case.
  1799.  
  1800. Fri May 26 12:03:56 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1801.  
  1802.     * dbxread.c (read_addl_syms, psymtab_to_symtab): Removed
  1803.     cleanup_undefined_types; this needs to be done on a symtab basis.
  1804.     (end_symtab): Called cleanup_undefined_types from here.
  1805.     (cleanup_undefined_types): No longer uses lookup_symbol (brain
  1806.     dead idea; oh, well), now it searches through file_symbols.
  1807.  
  1808. Wed May 24 15:52:43 1989  Randall Smith  (randy at galapas)
  1809.  
  1810.     * source.c (select_source_symtab): Only run through
  1811.     partial_symtab_list if it exists.
  1812.  
  1813.     * coffread.c (read_coff_symtab): Don't unrecord a misc function
  1814.     when a function symbol is seen for it.
  1815.  
  1816.     * expread.y [variable]: Make sure to write a type for memvals if
  1817.     you don't get a mft you recognize.
  1818.  
  1819. Tue May 23 12:15:57 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  1820.  
  1821.     * dbxread.c (read_ofile_symtab, psymtab_to_symtab): Moved cleanup
  1822.     of undefined types to psymtab_to_symtab.  That way it will be
  1823.     called once for all readins (which will, among other things,
  1824.     help reduce infinite loops).
  1825.  
  1826.     * symtab.h [misc_function_type]: Forced mf_unknown to 0.
  1827.     * dbxread.c (record_misc_function): Cast enum to unsigned char (to
  1828.     fit).
  1829.     * expread.y [variable]: Cast unsigned char back to enum to test.
  1830.  
  1831. Mon May 22 13:08:25 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  1832.  
  1833.         Patches by John Gilmore for dealing well with floating point:
  1834.     * findvar.c (value_from_register, locate_var_value): Used
  1835.     BYTES_BIG_ENDIAN instead of an inline test.
  1836.     * m-sparc.h [IEEE_FLOAT]: Created to indicate that the sparc is
  1837.     IEEE compatible.
  1838.     * printcmd.c (print_scalar_formatted): Use BYTES_BIG_ENDIAN and
  1839.     the stream argument for printing; also modify default type for
  1840.     'f'.  Change handling of invalid floats; changed call syntax for
  1841.     is_nan.
  1842.     (print_command): Don't print out anything indicating that
  1843.     something was recorded on the history list if it wasn't.
  1844.     * valprint.c (val_print): Fixed to deal properley with new format
  1845.     of is_nan and unpacking doubles without errors occuring.
  1846.     (is_nan): Changed argument list and how it figures big endianness
  1847.     (uses macros).
  1848.     * values.c (record_latest_value): Return -1 and don't record if
  1849.     it's an invalid float.
  1850.     (value_as_double): Changed to use new unpack_double calling
  1851.     convention.
  1852.     (unpack_double): Changed not to call error if the float was
  1853.     invalid; simply to set invp and return.  Changed calling syntax.
  1854.     (unpack_field_as_long, modify_field): Changed to use
  1855.     BITS_BIG_ENDIAN to determine correct action.
  1856.  
  1857.     * m-hp9k320.h [HP_OS_BUG]: Created; deals with problem where a
  1858.     trap happens after a continue.
  1859.     * infrun.c (wait_for_inferior): Used.
  1860.  
  1861.     * m-convex.h [FIRSTLINE_DEBUG_BROKEN]: Defined a flag to indicate
  1862.     that the debugging symbols output by the compiler for the first
  1863.     line of a function were broken.
  1864.     * infrun.c (wait_for_inferior), symtab.c (decode_line_1): Used.
  1865.     
  1866.     * gdb.texinfo [Data, Memory]: Minor cleanups of phrasing.
  1867.  
  1868. Fri May 19 00:16:59 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1869.  
  1870.     * dbxread.c (add_undefined_type, cleanup_undefined_types): Created
  1871.     to keep a list of cross references to as yet undefined types.
  1872.     (read_type): Call add_undefined_type when we run into such a case.
  1873.     (read_addl_syms, read_ofile_symtab): Call cleanup_undefined_types
  1874.     when we're done.
  1875.  
  1876.     * dbxread.c (psymtab_to_symtab, psymtab_to_symtab_1): Broke
  1877.     psymtab_to_symtab out into two routines; made sure the string
  1878.     table was only readin once and the globals were only scanned once,
  1879.     for any number of dependencies.
  1880.  
  1881. Thu May 18 19:59:18 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1882.  
  1883.     * m-*.h: Defined (or not, as appropriate per machine)
  1884.     BITS_BIG_ENDIAN, BYTES_BIG_ENDIAN, and WORDS_BIG_ENDIAN.
  1885.  
  1886. Wed May 17 13:37:45 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1887.  
  1888.     * main.c (symbol_completion_function): Always complete on result
  1889.     command list, even if exact match found.  If it's really an exact
  1890.     match, it'll find it again; if there's something longer than it,
  1891.     it'll get the right result.
  1892.  
  1893.     * symtab.c (make_symbol_completion_function): Fixed typo; strcmp
  1894.     ==> strncmp.
  1895.  
  1896.     * dbxread.c (read_dbx_symtab): Change 'G' case to mark symbols as
  1897.     LOC_EXTERNAL. 
  1898.  
  1899.     * expread.y [variables]: Changed default type of text symbols to
  1900.     function returning int so that one can use, eg. strcmp.
  1901.  
  1902.     * infrun.c (wait_for_inferior): Include a special flag indicating
  1903.     that one shouldn't insert the breakpoints on the next step for
  1904.     returning from a sigtramp and forcing at least one move forward. 
  1905.  
  1906.     * infrun.c (wait_for_inferior): Change test for nexting into a
  1907.     function to check for current stack pointer inner than previous
  1908.     stack pointer.
  1909.  
  1910.     * infrun.c (wait_for_inferior): Check for step resume break
  1911.     address before dealing with normal breakpoints.
  1912.  
  1913.     * infrun.c (wait_for_inferior): Added a case to deal with taking
  1914.     and passing along a signal when single stepping past breakpoints
  1915.     before inserting breakpoints.
  1916.  
  1917.     * infrun.c (wait_for_inferior): Inserted special case to keep
  1918.     going after taking a signal we are supposed to be taking.  
  1919.  
  1920. Tue May 16 12:49:55 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  1921.  
  1922.     * inflow.c (terminal_ours_1): Cast result of signal to (int
  1923.     (*)()). 
  1924.  
  1925.     * gdb.texinfo: Made sure that references to the program were in
  1926.     upper case.  Modify description of the "set prompt" command.
  1927.     [Running]: Cleaned up introduction.
  1928.     [Attach]: Cleaned up.
  1929.     [Stepping]: Change "Proceed" to "Continue running" or "Execute".
  1930.     Minor cleanup.
  1931.     [Source Path]: Cleaned up intro.  Cleared up distinction between
  1932.     the executable search path and the source path.  Restated effect
  1933.     of the "directory" command with no arguments.
  1934.     [Data]: Fixed typos and trivial details.
  1935.     [Stepping]: Fixed up explanation of "until".
  1936.  
  1937.     * source.c (print_source_lines): Print through filter.
  1938.  
  1939.     * printcmd.c (x_command): If the format with which to print is
  1940.     "i", use the address of anything that isn't a pointer instead of
  1941.     the value.  This is for, eg. "x/10i main".
  1942.  
  1943.     * gdb.texinfo: Updated last modification date on manual.
  1944.  
  1945. Mon May 15 12:11:33 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1946.  
  1947.     * symtab.c (lookup_symtab): Fixed typo (name ==> copy) in call to
  1948.     lookup_symtab_1. 
  1949.  
  1950.     * gdb.texinfo: Added documentation for "break [+-]n" and for new
  1951.     actions of "directory" command (taking multiple directory names at
  1952.     the same time).
  1953.  
  1954.     * m68k-opcode.h: Replaced the version in gdb with an up-to-date
  1955.     version from the assembler directory.
  1956.     * m68k-pinsn.c (print_insn_arg): Added cases 'l' & 'L' to switch
  1957.     to print register lists for movem instructions.
  1958.  
  1959.     * dbxread.c, m-convex.h: Moved convex dependent include files over
  1960.     from dbxread.c to m-convex.h.
  1961.  
  1962.     * printcmd.c (disable_display, disable_display_command): Changed
  1963.     name of first to second, and created first which takes an int as
  1964.     arg rather than a char pointer.  Changed second to use first.
  1965.     (_initialize_printcmd): Changed to use second as command to call.
  1966.     (delete_current_display, disable_current_display): Changed name of
  1967.     first to second, and changed functionality to match.
  1968.     * infrun.c (normal_stop), main.c (return_to_top_level): Changed to 
  1969.     call disable_current_display.
  1970.  
  1971.     * dbxread.c (process_one_symbol, read_dbx_symtab): Changed N_FN to
  1972.     be N_FN | N_EXT to deal with new Berkeley define; this works with
  1973.     either the old or the new.
  1974.  
  1975.     * Remote_Makefile, remote_gutils.c, remote_inflow.c,
  1976.     remote_server.c, remote_utils.c: Created.
  1977.     * Makefile: Included in tag and tar files.
  1978.     * README: Included a note about them.
  1979.  
  1980.     * printcmd.c (print_address): Use find_pc_partial_function to
  1981.     remove need to readin symtabs for symbolic addresses.  
  1982.  
  1983.     * source.c (directory_command): Replaced function with new one
  1984.     that can accept lists of directories seperated by spaces or :'s.
  1985.  
  1986.     * inflow.c (new_tty): Replaced calls to dup2 with calls to dup.
  1987.  
  1988. Sun May 14 12:33:16 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1989.  
  1990.     * stack.c (args_info): Make sure that you have an inferior or core
  1991.     file before taking action.
  1992.  
  1993.     * ns32k-opcode.h [deiw, deid]: Fixed machine code values for these
  1994.     opcodes.
  1995.  
  1996.     * dbxread.c (scan_file_globals): Modified to use misc function
  1997.     vector instead of file itself.  Killed all arguments to the
  1998.     funciton; no longer needed.
  1999.     (psymtab_to_symtab): Changed call for above to reflect new (void)
  2000.     argument list.
  2001.  
  2002.     * dbxread.c (read_dbx_symtab, ): Moved HASH_OFFSET define out of
  2003.     read_dbx_symtab. 
  2004.  
  2005.     * expread.y [variable]: Changed default type of misc function in
  2006.     text space to be (void ()).
  2007.  
  2008.     * Makefile: Modified for proper number of s/r conflicts (order is
  2009.     confusing; the mod that necessitated this change was on May 12th,
  2010.     not today). 
  2011.  
  2012.     * expread.y (yylex): Added SIGNED, LONG, SHORT, and INT keywords.
  2013.     [typename]: Created.
  2014.     [typebase]: Added rules for LONG, LONG INT, SHORT, SHORT INT,
  2015.     SIGNED name, and UNSIGNED name (a good approximation of ansi
  2016.     standard).     
  2017.  
  2018.     * Makefile: Included .c.o rule to avoid sun's make from throwing
  2019.     any curves at us.
  2020.  
  2021.     * blockframe.c: Included <obstack.h>
  2022.  
  2023.     * command.c (lookup_cmd): Clear out trailing whitespace.
  2024.  
  2025.     * command.c (lookup_cmd_1): Changed malloc to alloca.  
  2026.     
  2027. Fri May 12 12:13:12 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2028.  
  2029.     * printcmd.c (print_frame_args): Only print nameless args when you
  2030.     know how many args there are supposed to be and when you've
  2031.     printed fewer than them.  Don't print nameless args between
  2032.     printed args.
  2033.  
  2034.     * symtab.c (make_symbol_completion_function): Fixed typo (= ==>
  2035.     ==). 
  2036.  
  2037.     * remote.c (remote_open): ifdef'd out siginterrupt call by #ifndef
  2038.     NO_SIGINTERRUPT.
  2039.     * m-umax.h: Defined NO_SIGINTERRUPT.
  2040.  
  2041.     * expread.y [ptype, array_mod, func_mod, direct_abs_decl,
  2042.     abs_decl]:  Added rules for parsing and creating arbitrarily
  2043.     strange types for casts and sizeofs.
  2044.  
  2045.     * symtab.c, symtab.h (create_array_type): Created.  Some minor
  2046.     misfeatures; see comments for details (main one being that you
  2047.     might end up creating two arrays when you only needed one).
  2048.  
  2049. Thu May 11 13:11:49 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2050.  
  2051.     * valops.c (value_zero): Add an argument for type of lval.
  2052.     * eval.c (evaluate_subexp_for_address): Take address properly in
  2053.     the avoid side affects case (ie. keep track of whether we have an
  2054.     lval in memory and we can take the address).
  2055.     (evaluate_subexp): Set the lval type of expressions created with
  2056.     value_zero properley.
  2057.  
  2058.     * valops.c, value.h (value_zero): Created--will return a value of
  2059.     any type with contents filled with zero.
  2060.     * symtab.c, symtab.h (lookup_struct_elt_type): Created.
  2061.     * eval.c (evaluate_subexp): Modified to not read memory when
  2062.     called with EVAL_AVOID_SIDE_EFFECTS.
  2063.  
  2064.     * Makefile: Moved dbxread.c ahead of coffread.c in the list of
  2065.     source files. 
  2066.  
  2067. Wed May 10 11:29:19 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2068.  
  2069.     * munch: Make sure that sysv version substitutes for the whole
  2070.     line. 
  2071.  
  2072.     * symtab.h: Created an enum misc_function_type to hold the type of
  2073.     the misc function being recorded.
  2074.     * dbxread.c (record_misc_function): Branched on dbx symbols to
  2075.     decide which type to assign to a misc function.
  2076.     * coffread.c (record_misc_function): Always assign type unknown.
  2077.     * expread.y [variable]: Now tests based on new values.
  2078.  
  2079. Tue May  9 13:03:54 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2080.  
  2081.     * symtab.c: Changed inclusion of <strings.h> (doesn't work on
  2082.     SYSV) to declaration of index.
  2083.  
  2084.     * Makefile: Changed last couple of READLINE_FLAGS SYSV_DEFINE
  2085.  
  2086.     * source.c ({forward, reverse}_search_command): Made a default
  2087.     search file similar to for the list command.
  2088.  
  2089. Mon May  8 18:07:51 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2090.  
  2091.     * printcmd.c (print_frame_args): If we don't know how many
  2092.     arguments there are to this function, don't print the nameless
  2093.     arguments.  We don't know enough to find them.
  2094.  
  2095.     * printcmd.c (print_frame_args): Call print_frame_nameless_args
  2096.     with proper arguments (start & end as offsets from addr).
  2097.  
  2098.     * dbxread.c (read_addl_syms): Removed cases to deal with global
  2099.     symbols; this should all be done in scan_global_symbols.
  2100.  
  2101. Sun May  7 11:36:23 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2102.  
  2103.     * Makefile: Added copying.awk to ${OTHERS}.
  2104.  
  2105. Fri May  5 16:49:01 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2106.  
  2107.     * valprint.c (type_print_varspec_prefix): Don't pass
  2108.     passed_a_pointer onto children.
  2109.  
  2110.     * valprint.c (type_print_varspec_suffix): Print "array of" with
  2111.     whatever the "of" is after tha array brackets.
  2112.  
  2113.     * valprint.c (type_print_varspec_{prefix,suffix}): Arrange to
  2114.     parenthesisze pointers to arrays as well as pointers to other
  2115.     objects. 
  2116.  
  2117.     * valprint.c (type_print_varspec_suffix): Make sure to print
  2118.     subscripts of multi-dimensional arrays in the right order.
  2119.  
  2120.     * infcmd.c (run_command): Fixed improper usages of variables
  2121.     within remote debugging branch.
  2122.  
  2123.     * Makefile: Added Convex.notes to the list of extra files to carry
  2124.     around. 
  2125.  
  2126.     * dbxread.c (symbol_file_command): Made use of alloca or malloc
  2127.     dependent on macro define.
  2128.  
  2129. Thu May  4 15:47:04 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2130.  
  2131.     * Makefile: Changed READLINE_FLAGS to SYSV_DEFINE and called munch
  2132.     with it also.
  2133.     * munch: Check first argument for -DSYSV and be looser about
  2134.     picking up init routines if you find it.
  2135.  
  2136.     * coffread.c: Made fclose be of type int.
  2137.  
  2138.     * breakpoint.c (_initialize_breakpoint): Put "unset" into class
  2139.     alias. 
  2140.  
  2141. Wed May  3 14:09:12 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2142.  
  2143.     * m-sparc.h [STACK_END_ADDR]: Parameterized off of
  2144.     machine/vmparam.h (as per John Gilmore's suggestion).
  2145.  
  2146.     * blockframe.c (get_prev_frame_info): Changed this function back
  2147.     to checking frameless invocation first before checking frame
  2148.     chain.  This means that a backtrace up from start will produce the
  2149.     wrong value, but that a backtrace from a frameless function called
  2150.     in main will show up correctly.
  2151.  
  2152.     * breakpoint.c (_initialize_breakpoint): Added entry in help for
  2153.     delete that indicates that unset is an alias for it.
  2154.  
  2155.     * main.c (symbol_completion_function): Modified recognition of
  2156.     being within a single command.
  2157.  
  2158. Tue May  2 15:13:45 1989  Randy Smith  (randy at gnu)
  2159.  
  2160.     * expread.y [variable]: Add some parens to get checking of the
  2161.     misc function vector right.
  2162.  
  2163. Mon May  1 13:07:03 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2164.  
  2165.     * default-dep.c (core_file_command): Made reg_offset unsigned.
  2166.  
  2167.     * default-dep.c (core_file_command): Improved error messages for
  2168.     reading in registers.
  2169.  
  2170.     * expread.y: Allowed a BLOCKNAME to be ok for a variable name (as
  2171.     per C syntax). 
  2172.  
  2173.     * dbxread.c (psymtab_to_symtab): Flushed stdout after printing
  2174.     starting message about reading in symbols.
  2175.  
  2176.     * printcmd.c (print_frame_args): Switched starting place for
  2177.     printing of frameless args to be sizeof int above last real arg
  2178.     printed. 
  2179.  
  2180.     * printcmd.c (print_frame_args): Modified final call to
  2181.     print_nameless_args to not use frame slots used array if none had
  2182.     been used. 
  2183.  
  2184.     * infrun.c (wait_for_inferior):  Take FUNCTION_START_OFFSET into
  2185.     account when dealing with comparison of pc values to function
  2186.     addresses. 
  2187.  
  2188.     * Makefile: Added note about compiling gdb on a Vax running 4.3.
  2189.  
  2190. Sun Apr 30 12:59:46 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2191.  
  2192.     * command.c (lookup_cmd): Got correct error message on bad
  2193.     command.  
  2194.  
  2195.     * m-sun3.h [ABOUT_TO_RETURN]: Modified to allow any of the return
  2196.     instructions, including trapv and return from interupt.
  2197.  
  2198.     * command.c (lookup_cmd): If a command is found, use it's values
  2199.     for error reporting and determination of needed subcommands.
  2200.  
  2201.     * command.c (lookup_cmd): Use null string for error if cmdtype is
  2202.     null; pass *line to error instead of **.
  2203.  
  2204.     * command.c (lookup_cmd_1): End of command marked by anything but
  2205.     alpha numeric or '-'.  Included ctype.h.
  2206.  
  2207. Fri Apr 28 18:30:49 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2208.  
  2209.     * source.c (select_source_symtab): Kept line number from ever
  2210.     being less than 1 in main decode.
  2211.  
  2212. Wed Apr 26 13:03:20 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2213.  
  2214.     * default-dep.c (core_file_command): Fixed typo.
  2215.  
  2216.     * utils.c (fprintf_filtered): Don't use return value from
  2217.     numchars. 
  2218.  
  2219.     * main.c, command.c (complete_on_cmdlist): Moved function to
  2220.     command.c. 
  2221.  
  2222.     * command.c (lookup_cmd): Modified to use my new routine.  Old
  2223.     version is still there, ifdef'd out.
  2224.  
  2225.     * command.c, command.h (lookup_cmd_1): Added a routine to do all
  2226.     of the work of lookup_cmd with no error reporting and full return
  2227.     of information garnered in search.
  2228.  
  2229. Tue Apr 25 12:37:54 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2230.  
  2231.     * breakpoint.c (_initialize_breakpoint): Change "delete
  2232.     breakpionts" to be in class alias and not have the abbrev flag
  2233.     set. 
  2234.  
  2235.     * main.c (symbol_completion_function): Fix to correctly complete
  2236.     things that correspond to multiword aliases.
  2237.  
  2238.     * main.c (complete_on_cmdlist): Don't complete on something if it
  2239.     isn't a command or prefix (ie. if it's just a help topic).
  2240.  
  2241.     * main.c (symbol_completion_function): Set list index to be 0 if
  2242.     creating a list with just one element.
  2243.  
  2244.     * main.c (complete_on_cmdlist): Don't allow things with
  2245.     abbrev_flag set to be completion values.
  2246.     (symbol_completion_function): Don't accept an exact match if the
  2247.     abbrev flag is set.
  2248.  
  2249.     * dbxread.c (read_type): Fixed typo in comparision to check if
  2250.     type number existed.
  2251.  
  2252.     * dbxread.c (read_type): Made sure to only call dbx_lookup_type on
  2253.     typenums if typenums were not -1.
  2254.  
  2255. Mon Apr 24 17:52:12 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2256.  
  2257.     * symtab.c: Added strings.h as an include file.
  2258.  
  2259. Fri Apr 21 15:28:38 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2260.  
  2261.     * symtab.c (lookup_partial_symtab): Changed to only return a match
  2262.     if the name match is exact (which is what I want in all cases in
  2263.     which this is currently used.
  2264.  
  2265. Thu Apr 20 11:12:34 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2266.  
  2267.     * m-isi.h [REGISTER_U_ADDR]: Installed new version from net.
  2268.     * default-dep.c: Deleted inclusion of fcntl.h; apparently not
  2269.     necessary.
  2270.     * Makefile: Added comment about compiling on isi under 4.3.
  2271.  
  2272.     * breakpoint.c (break_command_1): Only give decode_line_1 the
  2273.     default_breakpoint_defaults if there's nothing better (ie. make
  2274.     the default be off of the current_source notes if at all
  2275.     possible). 
  2276.  
  2277.     * blockframe.c (get_prev_frame_info): Clean up comments and
  2278.     delete code ifdefed out around FRAMELESS_FUNCTION_INVOCATION test. 
  2279.  
  2280.     * remote.c: Added a "?" message to protocol.
  2281.     (remote_open): Used at startup.
  2282.     (putpkt): Read whatever garbage comes over the line until we see a
  2283.     '+' (ie. don't treat garbage as a timeout).
  2284.  
  2285.     * valops.c (call_function): Eliminated no longer appropriate
  2286.     comment.
  2287.  
  2288.     * infrun.c (wait_for_inferior): Changed several convex conditional
  2289.     compilations to be conditional on CANNOT_EXECUTE_STACK.
  2290.  
  2291. Wed Apr 19 10:18:17 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2292.  
  2293.     * printcmd.c (print_frame_args): Added code to attempt to deal
  2294.     with arguments that are bigger than an int.
  2295.  
  2296.     Continuation of Convex/Fortran changes:
  2297.     * printcmd.c (print_scalar_formatted): Added leading zeros to
  2298.     printing of large integers.
  2299.     (address_info, print_frame_args): Added code to deal with
  2300.     LOC_REF_ARG.
  2301.     (print_nameless_args): Allow param file to specify a routine with
  2302.     which to print typeless integers.
  2303.     (printf_command): Deal with long long values well.
  2304.     * stack.c (print_frame_arg_vars): Change to deal with LOC_REF_ARG.
  2305.     * symmisc.c (print_symbol): Change to deal with LOC_REF_ARG.
  2306.     * symseg.h: Added LOC_REF_ARG to enum address_class.
  2307.     * symtab.c (lookup_block_symbol): Changed to deal with
  2308.     LOC_REF_ARG.
  2309.     * valarith.c (value_subscripted_rvalue): Created.
  2310.     (value_subscript): Used above when app.
  2311.     (value_less, value_equal): Change to cast to (char *) before doing
  2312.     comparison, for machines where that casting does something.
  2313.     * valops.c (call_function): Setup to deal with machines where you
  2314.     cannot execute code on the stack segment.
  2315.     * valprint.c (val_print): Make sure that array element size isn't
  2316.     zero before printing.  Set address of default array to address of
  2317.     first element.  Put in a couple of int cast.  Removed some convex
  2318.     specific code. Added check for endianness of machine in case of a
  2319.     packed structure.  Added code for printing typeless integers and
  2320.     for LONG LONG's.
  2321.     (set_maximum_command): Change to use parse_and_eval_address to get
  2322.     argument (so can use expressions there).
  2323.     * values.c (value_of_internalvar, set_internalvar_component,
  2324.     set_internalvar, convenience_info): Add in hooks for trapped
  2325.     internal vars.
  2326.     (unpack_long): Deal with LONG_LONG.
  2327.     (value_field): Remove LONGEST cast.
  2328.     (using_struct_return): Fixed typo ENUM ==> UNION.
  2329.     * xgdb.c (_initialize_xgdb): Make sure that specify_exec_file_hook
  2330.     is not called unless we are setting up a windowing environ.
  2331.  
  2332. Tue Apr 18 13:43:37 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2333.  
  2334.     Various changes involved in 1) getting gdb to work on the convex,
  2335.     and 2) Getting gdb to work with fortran (due to convex!csmith):
  2336.     * convex-dep.c, convex-opcode.h, m-convex.h, convex-pinsn.c:
  2337.     Created (or replaced with new files).
  2338.     * Makefile: Add convex dependent files.  Changed default flags to
  2339.     gnu malloc to be CFLAGS.
  2340.     * config.gdb: Added convex to list of machines.
  2341.     * core.c (files_info): Added a FILES_INFO_HOOK to be used if
  2342.     defined.
  2343.     (xfer_core_file): Conditionalized compilation of xfer_core_file on
  2344.     the macro XFER_CORE_FILE.
  2345.     * coffread.c (record_misc_function): Made sure it zerod type field
  2346.     (which is now being used; see next).
  2347.     * dbxread.c: Included some convex dependent include files.
  2348.     (copy_pending, fix_common_blocks): Created.
  2349.     [STAB_REG_REGNUM, BELIEVE_PCC_PROMOTION]: Created default values;
  2350.     may be overridden in m-*.h.
  2351.     Included data structures for keeping track of common blocks.
  2352.     (dbx_alloc_type): Modified; if called with negative 1's will
  2353.     create a type without putting it into the type vector.
  2354.     (read_dbx_symtab, read_addl_syms): Modified calls to
  2355.     record_misc_function to include the new information.
  2356.     (symbol_file_command, psymtab_to_symtab, add_file_command):
  2357.     Modified reading in of string table to adapt to machines which
  2358.     *don't* store the size of the string table in the first four bytes
  2359.     of the string table.
  2360.     (read_dbx_symtab, scan_file_globals, read_ofile_symtab,
  2361.     read_addl_syms): Modified assignment of namestring to accept null
  2362.     index into symtab as ok.
  2363.     (read_addl_syms): Modified readin of a new object file to fiddle
  2364.     with common blocks correctly.
  2365.     (process_one_symbol): Fixed incorrect comment about convex.  Get
  2366.     symbols local to a lexical context from correct spot on a per
  2367.     machine basis.  Catch a bug in pcc which occaisionally puts an SO
  2368.     where there should be an SOL.  Seperate sections for N_BCOMM &
  2369.     N_ECOMM.
  2370.     (define_symbol): Ignore symbols with no ":".  Use
  2371.     STAB_REG_TO_REGNUM.  Added support for function args calling by
  2372.     reference.
  2373.     (read_type): Only read type number if one is there.  Remove old
  2374.     (#if 0'd out) array code.
  2375.     (read_array_type): Added code for dealing with adjustable (by
  2376.     parameter) arrays half-heartedly.
  2377.     (read_enum_type): Allow a ',' to end a list of values.
  2378.     (read_range_type): Added code to check for long long.
  2379.     * expread.y: Modified to use LONGEST instead of long where
  2380.     necessary.  Modified to use a default type of int for objects that
  2381.     weren't in text space.
  2382.     * findvar.c (locate_var_value, read_var_value): Modified to deal
  2383.     with args passed by reference.
  2384.     * inflow.c (create_inferior): Used CREATE_INFERIOR_HOOK if it
  2385.     exists.
  2386.     * infrun.c (attach_program): Run terminal inferior when attaching.
  2387.     (wait_for_inferior): Removed several convex dependencies.
  2388.     * main.c (float_handler): Created.
  2389.     Made whatever signal indicates a stop configurable (via macro
  2390.     STOP_SIGNAL).
  2391.     (main): Setup use of above as a signal handler.  Added check for
  2392.     "-nw" in args already processed.
  2393.     (command_line_input): SIGTSTP ==>STOP_SIGNAL.
  2394.  
  2395.     * expread.y: Added token BLOCKNAME to remove reduce/reduce
  2396.     conflict.
  2397.     * Makefile: Change message to reflect new grammar.
  2398.  
  2399. Mon Apr 17 13:24:59 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2400.  
  2401.     * printcmd.c (compare_ints): Created.
  2402.     (print_frame_args): Modified to always print arguments in the
  2403.     order in which they were found in the symbol table.  Figure out
  2404.     what apots are missing on the fly.
  2405.  
  2406.     * stack.c (up_command): Error if no inferior or core file.
  2407.  
  2408.     * m-i386.h, m-symmetry.h [FRAMELESS_FUNCTION_INVOCATION]: Created;
  2409.     same as m68k.
  2410.  
  2411.     * dbxread.c (define_symbol): Changed "desc==0" test to
  2412.     "processing_gcc_compilation", which is the correct way to do it.
  2413.  
  2414. Sat Apr 15 17:18:38 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2415.  
  2416.     * expread.y: Added precedence rules for arglists, ?:, and sizeof
  2417.     to eliminate some shift-reduce conflicts.
  2418.     * Makefile: Modified "Expect" message to conform to new results.
  2419.  
  2420. Thu Apr 13 12:29:26 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  2421.  
  2422.     * inflow.c (terminal_init_inferior): Fixed typo in recent diff
  2423.     installation; TIOGETC ==> TIOCGETC.
  2424.  
  2425.     * m-vax.h, m-sun2.h, m-sun3.h, m-sparc.h, m-hp*.h, m-isi.h,
  2426.     m-news.h [FRAMELESS_FUNCTION_INVOCATION]: Created macro with
  2427.     appropriate definition.
  2428.  
  2429. Wed Apr 12 15:30:29 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  2430.  
  2431.     * blockframe.c (get_prev_frame_info): Added in a macro to specify
  2432.     when a "frame" is called without a frame pointer being setup.
  2433.  
  2434.     * Makefile [clean]: Made sure to delete gnu malloc if it was being
  2435.     used. 
  2436.  
  2437. Mon Apr 10 12:43:49 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2438.  
  2439.     * dbxread.c (process_one_symbol): Reset within_function to 0 after
  2440.     last RBRAC of a function.
  2441.  
  2442.     * dbxread.c (read_struct_type): Changed check for filling in of
  2443.     TYPE_MAIN_VARIANT of type.
  2444.  
  2445.     * inflow.c (create_inferior): Conditionalized fork so that it
  2446.     would be used if USG was defined and HAVE_VFORK was not defined.
  2447.  
  2448.     * defs.h: Added comment about enum command_class element
  2449.     class_alias. 
  2450.  
  2451.     * dbxread.c (process_one_symbol): Fixed a typo with interesting
  2452.     implications for associative processing in the brain (':' ==> 'c').
  2453.  
  2454.     * sparc-dep.c (isabranch): Changed name to isannulled, modified to
  2455.     deal with coprocessor branches, and improved comment.
  2456.     (single_step): Changed to trap at npc + 4 instead of pc +8 on
  2457.     annulled branches.  Changed name in call to isabranch as above.
  2458.  
  2459.     * m-sun4os4.h (STACK_END_ADDRESS): Changed it to 0xf8000000 under
  2460.     os 4.0.
  2461.  
  2462. Sat Apr  8 17:04:07 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2463.  
  2464.     * dbxread.c (process_one_symbol): In the case N_FUN or N_FNAME the
  2465.     value being refered to is sometimes just a text segment variable.
  2466.     Catch this case.
  2467.  
  2468.     * infrun.c (wait_for_inferior), breakpoint.c
  2469.     (breakpoint_stop_status): Move the selection of the frame to
  2470.     inside breakpoint_stop_status so that the frame only gets selected
  2471.     (and the symbols potentially read in) if the symbols are needed.
  2472.  
  2473.     * symtab.c (find_pc_psymbol): Fixed minor misthough (pc >=
  2474.     fucntion start, not >).
  2475.  
  2476.     * breakpoint.c (_initialize_breakpoint): Change "delete" internal
  2477.     help entry to simply refer to it being a prefix command (since the
  2478.     list of subcommands is right there on a "help delete").
  2479.  
  2480. Fri Apr  7 15:22:18 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2481.  
  2482.     * blockframe.c (find_pc_partial_function): Created; figures out
  2483.     what function pc is in (name and address) without reading in any
  2484.     new symbols.
  2485.     * symtab.h: Added decl for above.
  2486.     * infrun.c (wait_for_inferior): Used instead of
  2487.     find_pc_function_start.
  2488.     * stack.c (print_frame_info): Used instead of hand coding for same
  2489.     thing. 
  2490.  
  2491.     * dbxread.c (psymtab_to_symtab): No longer patch readin pst's out
  2492.     of the partial_symtab_list; need them there for some checks.
  2493.     * blockframe.c (block_for_pc), source.c (select_source_symtab),
  2494.     symtab.c (lookup_symbol, find_pc_symtab, list_symbols): Made extra
  2495.     sure not to call psymtab_to_symtab with ->readin == 1, since these
  2496.     psymtab now stay on the list.
  2497.     * symtab.c (sources_info): Now distinguishes between psymtabs with
  2498.     readin set and those with it not set.
  2499.  
  2500.     * symtab.c (lookup_symtab): Added check through partial symtabs
  2501.     for name with .c appended.
  2502.  
  2503.     * source.c (select_source_symtab): Changed semantics a little so
  2504.     that the argument means something.
  2505.     * source.c (list_command), symtab.c (decode_line_1): Changed call
  2506.     to select_source_symtab to match new conventions.
  2507.  
  2508.     * dbxread.c (add_file_command): This command no longer selects a
  2509.     symbol table to list from.
  2510.  
  2511.     * infrun.c (wait_for_inferior): Only call find_pc_function (to
  2512.     find out if we have debugging symbols for a function and hence if
  2513.     we should step over or into it) if we are doing a "step".
  2514.  
  2515. Thu Apr  6 12:42:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2516.  
  2517.     * main.c (command_line_input): Added a local buffer and only
  2518.     copied information into the global main.c buffer when it is
  2519.     appropriate for it to be saved (and repeated).
  2520.     (dont_repeat): Only nail line when we are reading from stdin
  2521.     (otherwise null lines won't repeat and what's in line needs to be
  2522.     saved).
  2523.     (read_command_lines): Fixed typo; you don't what to repeat when
  2524.     reading command lines from the input stream unless it's standard
  2525.     input. 
  2526.  
  2527.         John Gilmore's (gnu@toad.com) mods for USG gdb:
  2528.     * inflow.c: Removed inclusion of sys/user.h; no longer necessary.
  2529.     (, terminal_init_inferior, terminal_inferior, terminal_ours_1,
  2530.     term_status_command, _initialize_inflow) Seperated out declaration
  2531.     and usage of terminal mode structures based on the existence of
  2532.     the individual ioctls.
  2533.     * utils.c (request_quit): Restore signal handler under USG.  If
  2534.     running under USG initialize sys_siglist at run time (too much
  2535.     variation between systems).
  2536.  
  2537. Wed Apr  5 13:47:24 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2538.  
  2539.         John Gilmore's (gnu@toad.com) mods for USG gdb:
  2540.     * default-dep.c: Moved include of sys/user.h to after include of
  2541.     a.out.h.
  2542.     (store_inferior_registers): Fixed error message.
  2543.     (core_file_command): Improved error messages from reading in of
  2544.     u area in core file.  Changed calculation of offset of registers
  2545.     to account for some machines putting it in as an offset rather
  2546.     than an absolute address.  Changed error messages for reading of
  2547.     registers from core file.
  2548.  
  2549.     * coffread.c (read_file_hdr): Added final check for BADMAG macro
  2550.     to use if couldn't recognize magic number.
  2551.     * Makefile: Added explicit directions for alloca addition.
  2552.     Included alloca.c in list of possible library files. Cleaned up
  2553.     possible library usage.  Included additional information on gcc
  2554.     and include files.  
  2555.  
  2556.     * source.c, remote.c, inflow.c, dbxread.c, core.c, coffread.c:
  2557.     Changed include of sys/fcntl.h to an include of fcntl.h (as per
  2558.     posix; presumably this will break fewer machines.  I hopw).
  2559.     * README: Added a pointer to comments at top of Makefile.
  2560.     * Makefile: Added a comment about machines which need fcntl.h in
  2561.     sys. 
  2562.  
  2563. Tue Apr  4 11:29:04 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2564.  
  2565.     * valprint.c (set_prettyprint_command, set_unionprint_command,
  2566.     format_info): Created.
  2567.     (_initialize_valprint): Added to lists of commands.
  2568.  
  2569.     * gdb.texinfo [Backtrace]: Added a section describing the format
  2570.     if symbols have not yet been read in.
  2571.  
  2572.     * valprint.c (val_print): Added code to prettyprint structures if
  2573.     "prettyprint" is set and only to print unions below the top level
  2574.     if "unionprint" is set.
  2575.  
  2576.     * infcmd.c (registers_info), valprint.c (value_print, val_print):
  2577.     Added argument to call to val_print indicating deptch of recursion.
  2578.  
  2579.     * symtab.[ch] (find_pc_psymbol): Created; finds static function
  2580.     psymbol with value nearest to but under value passed.
  2581.     * stack.c (print_frame_info): Used above to make sure I have best
  2582.     fit to pc value.
  2583.  
  2584.     * symseg.h (struct partial_symbol): Added value field.
  2585.     * dbxread.c (read_dbx_symtab): Set value field for partial symbols
  2586.     saved (so that we can lookup static symbols).
  2587.  
  2588.     * symtab.[ch] (find_pc_symtab): Changed to external.
  2589.     * stack.c (select_frame): Call above to make sure that symbols for
  2590.     a selected frame is readin.
  2591.  
  2592. Mon Apr  3 12:48:16 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  2593.  
  2594.     * stack.c (print_frame_info): Modified to only print out full
  2595.     stack frame info on symbols whose tables have been read in.
  2596.     * symtab.c, symtab.h (find_pc_psymtab): Made function external;
  2597.     above needed it.
  2598.  
  2599.     * main.c (,set_verbose_command, initialize_main): Created a
  2600.     variable "info_verbose" which says to talk it up in various and
  2601.     sundry places.  Added command to set this variable.
  2602.     * gdb.texinfo (GDB Output): Added documentation on "set verbose"
  2603.     and changed the name of the "Screen Output" section to "GDB
  2604.     Output".
  2605.     * dbxread.c (psymtab_to_symtab): Added information message about
  2606.     symbol readin.  Conditionalized on above.
  2607.  
  2608.     * dbxread.c (define_symbol): Made an "i" constant be of class
  2609.     LOC_CONST and an "r" constant be of class LOC_CONST_BYTES.
  2610.  
  2611.     * README: Made a note about modifications which may be necessary
  2612.     to the manual for this version of gdb.
  2613.  
  2614.     * blockframe.c (get_prev_frame_info): Now we get saved address and
  2615.     check for validity before we check for leafism.  This means that
  2616.     we will catch the fact that we are in start, but we will miss any
  2617.     fns that start calls without an fp.  This should be fine.
  2618.  
  2619.     * m-*.h (FRAME_CHAIN): Modified to return 0 if we are in start.
  2620.     This is usually a test for within the first object file.
  2621.     * m-sparc.h (FRAME_CHAIN): The test here is simply if the fp saved
  2622.     off the the start sp is 0.
  2623.  
  2624.     * blockframe.c (get_prev_frame_info): Removed check to see if we
  2625.     were in start.  Screws up sparc.  
  2626.  
  2627.     * m-sparc.h (FRAME_FIND_SAVED_REGISTERS): Changed test for dummy
  2628.     frame to not need frame to be innermost.
  2629.  
  2630.     * gdb.texinfo: Added section on frameless invocations of functions
  2631.     and when gdb can and can't deal with this.
  2632.  
  2633.     * stack.c (frame_info): Disallowed call if no inferior or core
  2634.     file; fails gracefully if truely bad stack specfication has been
  2635.     given (ie. parse_frame_specification returns 0).
  2636.  
  2637. Fri Mar 31 13:59:33 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2638.  
  2639.     * infrun.c (normal_stop): Changed references to "unset-env" to
  2640.     "delete env".
  2641.  
  2642.     * infcmd.c (_initialize_infcmd): Change reference to set-args in
  2643.     help run to "set args".
  2644.  
  2645.     * remote.c (getpkt): Allow immediate quit when reading from
  2646.     device; it could be hung.
  2647.  
  2648.     * coffread.c (process_coff_symbol): Modify handling of REG
  2649.     parameter symbols.
  2650.  
  2651. Thu Mar 30 15:27:23 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2652.  
  2653.     * dbxread.c (symbol_file_command): Use malloc to allocate the
  2654.     space for the string table in symbol_file_command (and setup a
  2655.     cleanup for this).  This allows a more graceful error failure if
  2656.     there isn't any memory availible (and probably allows more memory
  2657.     to be avail, depending on the machine).
  2658.  
  2659.     Additional mods for handling GNU C++ (from Tiemann):
  2660.     * dbxread.c (read_type): Added case for '#' type (method type, I
  2661.     believe).
  2662.     (read_struct_type): If type code is undefined, make the main
  2663.     variant for the type be itself.  Allow recognition of bad format
  2664.     in reading of structure fields.
  2665.     * eval.c (evaluate_subexp): Modify evaluation of a member of a
  2666.     structure and pointer to same to make sure that the syntax is
  2667.     being used correctly and that the member is being accessed correctly.
  2668.     * symseg.h: Added TYPE_CODE_METHOD to enum type_code.  Add a
  2669.     pointer to an array of argument types to the type structure.
  2670.     * symtab.c (lookout_method_type, smash_to_method_type): Created.
  2671.     * symtab.h (TYPE_ARG_TYPES): Created.
  2672.     * valops.c (call_function): Modified handling of methods to be the
  2673.     same as handling of functions; no longer check for members.
  2674.     * valprint.c (val_print, type_print_varspec_{prefix,suffix},
  2675.     type_print_base): Added code to print method args correctly.
  2676.     * values.c (value_virtual_fn_field): Modify access to virtual
  2677.     function table.
  2678.  
  2679. Wed Mar 29 13:19:34 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2680.  
  2681.     * findvar.c: Special cases for REGISTER_WINDOWS: 1) Return 0 if we
  2682.     are the innermost frame, and 2) return the next frame in's value
  2683.     if the SP is being looked for.
  2684.  
  2685.     * blockframe.c (get_next_frame): Created; returns the next (inner)
  2686.     frame of the called frame.
  2687.     * frame.h: Extern delcaration for above.
  2688.  
  2689.     * main.c (command_line_input): Stick null at end before doing
  2690.     history expansion.
  2691.  
  2692. Tue Mar 28 17:35:50 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2693.  
  2694.     * dbxread.c (read_dbx_symtab): Added namestring assignment to
  2695.     N_DATA/BSS/ABS case.  Sigh.
  2696.  
  2697. Sat Mar 25 17:49:07 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2698.  
  2699.     * expread.y: Defined YYDEBUG.
  2700.  
  2701. Fri Mar 24 20:46:55 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2702.  
  2703.     * symtab.c (make_symbol_completion_list): Completely rewrote to
  2704.     never call psymtab_to_symtab, to do a correct search (no
  2705.     duplicates) through the visible symbols, and to include structure
  2706.     and union fields in the things that it can match.
  2707.  
  2708. Thu Mar 23 15:27:44 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2709.  
  2710.     * dbxread.c (dbx_create_type): Created; allocates and inits space
  2711.     for a type without putting it on the type vector lists.
  2712.     (dbx_alloc_type): Uses above.
  2713.  
  2714.     * Makefile: xgdb.o now produced by default rules for .o.c.
  2715.  
  2716. Fri Mar 17 14:27:50 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2717.  
  2718.     * infrun.c: Fixed up inclusion of aouthdr.h on UMAX_PTRACE.
  2719.  
  2720.     * Makefile, config.gdb: Added hp300bsd to potential
  2721.     configurations.
  2722.     * hp300bsd-dep.c, m-hp300bsd.h: Created.
  2723.  
  2724.     * infrun.c (wait_for_inferior): Rewrote to do no access to
  2725.     inferior until we make sure it's still there.
  2726.  
  2727.     * inflow.c (inferior_died): Added a select to force the selected
  2728.     frame to null when inferior dies.
  2729.  
  2730.     * dbxread.c (symbol_file_command): free and zero symfile when
  2731.     discarding symbols.
  2732.  
  2733.     * core.c (xfer_core_file): Extended and cleaned up logic in
  2734.     interpeting memory address.
  2735.  
  2736.     * core.c (xfer_core_file): Extended opening comment.
  2737.  
  2738. Thu Mar 16 15:39:42 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2739.  
  2740.     * coffread.c (symbol_file_command): Free symfile name when freeing
  2741.     contents.
  2742.  
  2743.     * blockframe.c (get_prev_frame_info): Added to fatal error message
  2744.     to indicate that it should never happen.
  2745.  
  2746.     * stack.c (frame_info): Printed out value of "saved" sp seperately
  2747.     to call attention to the fact that it isn't stored in memory
  2748.     anywhere; the actual previous frames address is printed.
  2749.  
  2750.     * m-sparc.h (FRAME_FIND_SAVED_REGS): Set address of sp saved in
  2751.     frame to value of fp (rather than value of sp in current frame).
  2752.  
  2753.     * expread.y: Allow "unsigned" as a type itself, as well as a type
  2754.     modifier. 
  2755.  
  2756.     * coffread.c: Added declaration for fclose
  2757.  
  2758. Fri Mar 10 17:22:31 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2759.  
  2760.     * main.c (command_line_input): Checked for -1 return from
  2761.     readline; indicates EOF.
  2762.  
  2763. Fri Mar  3 00:31:27 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2764.  
  2765.     * remote.c (remote_open): Cast return from signal to (void (*)) to
  2766.     avoid problems on machines where the return type of signal is (int
  2767.     (*)). 
  2768.  
  2769.     * Makefile: Removed deletion of version control from it (users
  2770.     will need it for their changes).
  2771.  
  2772. Thu Mar  2 15:32:21 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2773.  
  2774.     * symmetry-dep.c (print_1167_regs): Print out effective doubles on
  2775.     even number regs.
  2776.     (fetch_inferior_registers): Get the floating point regs also.
  2777.  
  2778.     * xgdb.c (do_command): Copied command before calling execute
  2779.     command (so that execute_command wouldn't write into text space).
  2780.  
  2781.     * copying.awk: Created (will produce copying.c as output when
  2782.     given COPYING as input).
  2783.     * Makefile: Used above to create copying.c.
  2784.     * main.c: Took out info_warranty and info_copying.
  2785.  
  2786.     * *.*: Changed copyright notice to use new GNU General Public
  2787.     License (includes necessary changes to manual).
  2788.  
  2789.     * xgdb.c (create_text_widget): Created text_widget before I create
  2790.     the source and sink.
  2791.     (print_prompt): Added fflush (stdout).
  2792.  
  2793.     * Makefile: Added -lXmu to the compilation line for xgdb.  Left
  2794.     the old one there incase people still had R2.
  2795.  
  2796.     * README: Added note about -gg format.
  2797.  
  2798.     * remote.c (getpkt): Fixed typo; && ==> &.
  2799.  
  2800.     * Makefile: Added new variable READLINE_FLAGS so that I could
  2801.     force compilation of readline.c and history.c with -DSYSV on
  2802.     system V machines.  Mentioned in Makefile comments at top.
  2803.  
  2804. Wed Mar  1 17:01:01 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2805.  
  2806.     * hp9k320-dep.c (store_inferior_registers): Fixed typo.
  2807.  
  2808. Fri Feb 24 14:58:45 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2809.  
  2810.     * hp9k320-dep.c (store_inferior_registers,
  2811.     fetch_inferior_registers): Added support for remote debugging. 
  2812.  
  2813.     * remote.c (remote_timer): Created.
  2814.     (remote_open, readchar): Setup to timeout reads if they take
  2815.     longer than "timeout".  This allows one to debug how long such
  2816.     things take.
  2817.     (putpkt): Modified to print a debugging message (if such things
  2818.     are enabled) each time it resends a packet.
  2819.     (getpkt): Modified to make the variable CSUM unsigned and read it
  2820.     CSUM with an & 0xff (presumably to deal with poor sign extension
  2821.     on some machines).  Also made c1 and c2 unsigned.
  2822.     (remote_wait): Changed buffer to unsigned status.
  2823.     (remote_store_registers, remote_write_bytes): Puts a null byte at
  2824.     the end of the control string.
  2825.  
  2826.     * infcmd.c (attach_command, detach_command, _initialize_infcmd):
  2827.     Made attach_command and detach_command always availible, but
  2828.     modified them to only allow device file attaches if ATTACH_DETACH
  2829.     is not defined.
  2830.  
  2831.     * gdb.texinfo: Added cross reference from attach command to remote
  2832.     debugging. 
  2833.  
  2834. Thu Feb 23 12:37:59 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2835.  
  2836.     * remote.c (remote_close): Created to close the remote connection
  2837.     and set the remote_debugging flag to 0.
  2838.     * infcmd.c (detach_command): Now calls the above when appropriate. 
  2839.  
  2840.     * gdb.texinfo: Removed references to the ``Distribution'' section
  2841.     in the copyright.
  2842.  
  2843.     * main.c, utils.c (ISATTY): Created default defintions of this
  2844.     macro which use isatty and fileno.
  2845.     * utils.c (fprintf_filtered, print_spaces_filtered), main.c
  2846.     (command_loop, command_line_input): Used this macro.
  2847.     * m-news.h: Created a definition to override this one.
  2848.  
  2849.     * utils.c (fprintf_filtered): Made line_size static (clueless).
  2850.  
  2851.     * utils.c (fprintf_filtered): Changed max length of line printed
  2852.     to be 255 chars or twice the format length.
  2853.  
  2854.     * symmetry-dep.c, m-symmetry: Fixed typo (^L ==>  ).
  2855.  
  2856.     * printcmd.c (do_examine): Fixed typo (\n ==> \t).
  2857.  
  2858. Wed Feb 22 16:00:33 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2859.  
  2860.         Contributed by Jay Vosburgh (jay@mentor.cc.purdue.edu)
  2861.     * m-symmetry.h, symmetry-dep.c: Created.
  2862.     * Makefile: Added above in appropriate lists.
  2863.     * config.gdb: Added "symmetry" target.
  2864.  
  2865.     * utils.c (prompt_for_continue): Zero'd chars_printed also.
  2866.  
  2867.     * utils.c (fprintf_filtered): Call prompt for continue instead of
  2868.     doing it yourself.
  2869.  
  2870.     * dbxread.c (read_dbx_symtab): Added code to conditionalize what
  2871.     symbol type holds to "x.o" or "-lx" symbol that indicates the
  2872.     beginning of a new file.
  2873.  
  2874. Tue Feb 21 16:22:13 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2875.  
  2876.     * gdb.texinfo: Deleted @ignore block at end of file.
  2877.  
  2878.     * findvar.c, stack.c: Changed comments that refered to "frame
  2879.     address" to "frame id".
  2880.  
  2881.     * findvar.c (locate_var_value): Modified so that taking the
  2882.     address of an array generates an object whose type is a pointer to
  2883.     the elements of the array.
  2884.  
  2885. Sat Feb 18 16:35:14 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2886.  
  2887.     * gdb.texinfo: Removed reference to "!" as a shell escape
  2888.     character.  Added a section on controling screen output
  2889.     (pagination); changing "Input" section to "User Interface"
  2890.     section.  Changed many inappropriate subsubsection nodes into
  2891.     subsections nodes (in the readline and history expansion
  2892.     sections). 
  2893.  
  2894. Fri Feb 17 11:10:54 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  2895.  
  2896.     * utils.c (set_screensize_command): Created.
  2897.     (_initialize_utils): Added above to setlist.
  2898.  
  2899.     * main.c (main): Added check to see if ~/.gdbinit and .gdbinit
  2900.     were the same file; only one gets read if so.  Had to include
  2901.     sys/stat.h for this.
  2902.  
  2903.     * valprint.c (type_print_base): Changed calls to print_spaces to
  2904.     print_spaces_filtered. 
  2905.  
  2906.     * main.c (command_line_input): Chaned test for command line
  2907.     editing to check for stdin and isatty.
  2908.  
  2909.     * main.c (command_loop): Call reinitialize_more_filter before each
  2910.     command (if reading from stdin and it's a tty).
  2911.     utils.c (initialize_more_filter): Changed name to
  2912.     reinitialize_more_filter; killed arguments.
  2913.     utils.c (_initialize_utils): Created; initialized lines_per_page
  2914.     and chars_per_line here.
  2915.  
  2916.     * utils.c (fprintf_filtered): Removed printing of "\\\n" after
  2917.     printing linesize - 1 chars; assume that the screen display will
  2918.     take care of that.  Still watching that overflow.
  2919.  
  2920.     * main.c: Created the global variables linesize and pagesize to
  2921.     describe the number of chars per line and lines per page.
  2922.  
  2923. Thu Feb 16 17:27:43 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2924.  
  2925.     * printcmd.c (do_examine, print_scalar_formatted, print_address,
  2926.     whatis_command, do_one_display, ptype_command), valprint.c
  2927.     (value_print, val_print, type_print_method_args, type_print_1,
  2928.     type_print_derivation_info, type_print_varspec_suffix,
  2929.     type_print_base), breakpoint.c (breakpoints_info, breakpoint_1),
  2930.     values.c (history_info), main.c (editing_info, warranty_info,
  2931.     copying_info), infcmd.c (registers_info), inflow.c
  2932.     (term_status_command), infrun.c (signals_info), stack.c
  2933.     (backtrace_command, print_frame_info), symtab.c (list_symbols,
  2934.     output_source_filename), command.c (help_cmd, help_list,
  2935.     help_command_list): Replaced calls to printf, fprintf, and putc
  2936.     with calls to [f]printf_filtered to handle more processing.
  2937.     Killed local more emulations where I noticed them.
  2938.  
  2939. Wed Feb 15 15:27:36 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2940.  
  2941.     * defs.h, utils.c (initialize_more_filter, fprintf_filtered,
  2942.     printf_filtered): Created a printf that will also act as a more
  2943.     filter, prompting the user for a <return> whenever the page length
  2944.     is overflowed.
  2945.  
  2946.     * symtab.c (list_symbols): Elminated some code inside of an #if 0. 
  2947.  
  2948. Tue Feb 14 11:11:24 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2949.  
  2950.     * Makefile: Turned off backup versions for this file; it changes
  2951.     too often.
  2952.  
  2953.     * command.c (lookup_cmd, _initialize_command): Changed '!' so that
  2954.     it was no longer a shell escape.  "sh" must be used.
  2955.  
  2956.     * main.c (command_line_input, set_history_expansion,
  2957.     initialize_main): Turned history expansion on, made it the
  2958.     default, and only execute it if the first character in the line is
  2959.     a '!'.
  2960.  
  2961.     * version.c, gdb.texinfo: Moved version to 3.2 (as usual, jumping
  2962.     the gun some time before release).
  2963.  
  2964.     * gdb.texinfo: Added sections (adapted from Brian's notes) on
  2965.     command line editing and history expansion.
  2966.  
  2967.     * main.c (set_command_editing, initialize_main): Modified name to
  2968.     set_editing and modified command to "set editing".
  2969.  
  2970.     * Makefile: Put in dependencies for READLINEOBJS.
  2971.  
  2972.     * main.c (history_info, command_info): Combined into new command
  2973.     info; deleted history_info.
  2974.     (initialize_main): Deleted "info history" command; it was
  2975.     interfering with the value history.
  2976.  
  2977.     * coffread.c (enter_linenos): Modified to do bit copy instead of
  2978.     pointer dereference, since the clipper machine can't handle having
  2979.     longs on short boundaries.
  2980.     (read_file_hdr): Added code to get number of syms for clipper.
  2981.  
  2982.     * stack.c (return_command): Fixed method for checking when all of
  2983.     the necessary frames had been popped.
  2984.  
  2985.     * dbxread.c (read_dbx_symtab (ADD_PSYMBOL_TO_LIST)): Fixed typo in
  2986.     allocation length.
  2987.  
  2988. Mon Feb 13 10:03:27 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  2989.  
  2990.     * dbxread.c (read_dbx_symtab): Split assignment to namestring into
  2991.     several different assignments (so that it wouldn't be done except
  2992.     when it had to be).  Shortened switches and duplicated code to
  2993.     produce the lowest possible execution time.  Commented (at top of
  2994.     switch) which code I duplicated.
  2995.  
  2996.     * dbxread.c (read_dbx_symtab): Modified which variables were
  2997.     register and deleted several variables which weren't used.  Also
  2998.     eliminated 'F' choice from subswitch, broke out strcmp's, reversed
  2999.     compare on line 1986, and elminated test for !namestring[0]; it is
  3000.     caught by following test for null index of ':'.
  3001.  
  3002. Sun Feb 12 12:57:56 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  3003.  
  3004.     * main.c (gdb_completer_word_break_characters): Turned \~ into ~.
  3005.  
  3006. Sat Feb 11 15:39:06 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  3007.  
  3008.     * symtab.c (find_pc_psymtab): Created; checks all psymtab's till
  3009.     it finds pc.
  3010.     (find_pc_symtab): Used; fatal error if psymtab found is readin
  3011.     (should have been caught in symtab loop).
  3012.     (lookup_symbol): Added check before scan through partial symtab
  3013.     list for symbol name to be on the misc function vector (only if in
  3014.     VAR_NAMESPACE).  Also made sure that psymtab's weren't fooled with
  3015.     if they had already been read in.
  3016.     (list_symbols): Checked through misc_function_vector for matching
  3017.     names if we were looking for functions.
  3018.     (make_symbol_completion_list): Checked through
  3019.     misc_function_vector for matching names.
  3020.     * dbxread.c (read_dbx_symtab): Don't bother to do processing on
  3021.     global function types; this will be taken care of by the
  3022.     misc_function hack.
  3023.  
  3024.     * symtab.h: Modified comment on misc_function structure.
  3025.  
  3026. Fri Feb 10 18:09:33 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  3027.  
  3028.     * symseg.h, dbxread.c (read_dbx_symtab, init_psymbol_list,
  3029.     start_psymtab, end_psymtab), coffread.c (_initialize_coff),
  3030.     symtab.c (lookup_partial_symbol, list_symbols,
  3031.     make_symbol_completion_list): Changed separate variables for
  3032.     description of partial symbol allocation into a specific kind of
  3033.     structure.
  3034.  
  3035.     (read_dbx_symtab, process_symbol_for_psymtab): Moved most of
  3036.     process_symbol_for_psymtab up into read_dbx_symtab, moved a couple
  3037.     of symbol types down to the ingore section, streamlined (I hope)
  3038.     code some, modularized access to psymbol lists.
  3039.  
  3040. Thu Feb  9 13:21:19 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3041.  
  3042.     * main.c (command_line_input): Made sure that it could recognize
  3043.     newlines as indications to repeat the last line.
  3044.  
  3045.     * symtab.c (_initialize_symtab): Changed size of builtin_type_void
  3046.     to be 1 for compatibility with gcc.
  3047.  
  3048.     * main.c (initialize_main): Made history_expansion the default
  3049.     when gdb is compiled with HISTORY_EXPANSION.
  3050.  
  3051.     * readline.c, readline.h, history.c, history.h, general.h,
  3052.     emacs_keymap.c, vi_keymap.c, keymaps.c, funmap.c: Made all of
  3053.     these links to /gp/gnu/bash/* to keep them updated.
  3054.     * main.c (initialize_main): Made default be command editing on. 
  3055.  
  3056. Wed Feb  8 13:32:04 1989  & Smith  (randy at hobbes)
  3057.  
  3058.     * dbxread.c (read_dbx_symtab): Ignore N_BSLINE on first
  3059.     readthrough. 
  3060.  
  3061.     * Makefile: Removed convex-dep.c from list of distribution files.
  3062.  
  3063. Tue Feb  7 14:06:25 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3064.  
  3065.     * main.c: Added command lists sethistlist and unsethistlist to
  3066.     accesible command lists.
  3067.     (parse_binary_operation): Created to parse a on/1/yes vs. off/0/no
  3068.     spec.
  3069.     (set_command_edit, set_history, set_history_expansion,
  3070.     set_history_write, set_history_size, set_history_filename,
  3071.     command_info, history_info): Created to allow users to control
  3072.     various aspects of command line editing.
  3073.  
  3074.     * main.c (symbol_creation_function): Created.
  3075.     (command_line_input, initialize_main): Added rest of stuff
  3076.     necessary for calling bfox' command editing routines under
  3077.     run-time control.
  3078.     * Makefile: Included readline and history source files for command
  3079.     editing; also made arrangements to make sure that the termcap
  3080.     library was available.
  3081.     * symtab.c (make_symbol_completion_list): Created.
  3082.  
  3083. Mon Feb  6 16:25:25 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3084.  
  3085.     * main.c: Invented variables to control command editing.
  3086.     command_editing_p, history_expansion_p, history_size,
  3087.     write_history_p, history_filename.  Initialized them to default
  3088.     values in initialize_main.
  3089.  
  3090.     * infcmd.c (registers_info), infrun.c (signals_info), 
  3091.     * main.c (gdb_read_line): Changed name to command_line_input.
  3092.     (readline): Changed name to gdb_readline; added second argument
  3093.     indicating that the read value shouldn't be saved (via malloc).
  3094.     * infcmd.c (registers_info), infrun.c (signals_info), main.c
  3095.     (copying_info), symtab.c (output_source_filename, MORE,
  3096.     list_symbols): Converted to use gdb_readline in place of
  3097.     gdb_read_line. 
  3098.  
  3099.  
  3100. Sun Feb  5 17:34:38 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3101.  
  3102.     * blockframe.c (get_frame_saved_regs): Removed macro expansion
  3103.     that had accidentally been left in the code.
  3104.  
  3105. Sat Feb  4 17:54:14 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3106.  
  3107.     * main.c (gdb_read_line, readline): Added function readline and
  3108.     converted gdb_read_line to use it.  This was a conversion to the
  3109.     line at a time style of input, in preparation for full command
  3110.     editing. 
  3111.  
  3112. Fri Feb  3 12:39:03 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3113.  
  3114.     * dbxread.c (read_dbx_symtab): Call end_psymtab at the end of
  3115.     read_dbx_symtab if any psymtab still needs to be completed.
  3116.  
  3117.     * config.gdb, sun3-dep.c: Brought these into accord with the
  3118.     actual sun2 status (no floating point period; sun3-dep.c unless
  3119.     has os > 3.0).
  3120.     * m-sun2os2.h: Deleted; not needed.
  3121.  
  3122.     * config.gdb: Added a couple of aliases for machines in the
  3123.     script. 
  3124.  
  3125.     * infrun.c: Added inclusion of aouthdr.h inside of #ifdef UMAX
  3126.     because ptrace needs to know about the a.out header.
  3127.  
  3128.     * Makefile: Made dep.o depend on dep.c and config.status only.
  3129.  
  3130.     * expread.y: Added declarations of all of the new write_exp_elt
  3131.     functions at the include section in the top.
  3132.  
  3133.     * Makefile: Added a YACC definition so that people can use bison
  3134.     if they wish.
  3135.  
  3136.     * Makefile: Added rms' XGDB-README to the distribution.
  3137.  
  3138.     * Makefile: Added removal of init.o on a "make clean".
  3139.  
  3140. Thu Feb  2 16:27:06 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3141.  
  3142.     * *-dep.c: Deleted definition of COFF_FORMAT if AOUTHDR was
  3143.     defined since 1) We *may* (recent mail message) want to define
  3144.     AOUTHDR under a basically BSD system, and 2) AOUTHDR is sometimes
  3145.     a typedef in coff encapsulation setups.  Also removed #define's of
  3146.     AOUTHDR if AOUTHDR is already defined (inside of coff format).  
  3147.     * core.c, dbxread.c: Removed #define's of AOUTHDR if AOUTHDR is
  3148.     already defined (inside of coff format).
  3149.  
  3150. Tue Jan 31 12:56:01 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3151.  
  3152.     * GDB 3.1 released.
  3153.  
  3154.     * values.c (modify_field): Changed test for endianness to assign
  3155.     to integer and reference character (so that all bits would be
  3156.     defined). 
  3157.  
  3158. Mon Jan 30 11:41:21 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3159.  
  3160.     * news-dep.c: Deleted inclusion of fcntl.h; just duplicates stuff
  3161.     found in sys/file.h.
  3162.  
  3163.     * i386-dep.c: Included default definition of N_SET_MAGIC for
  3164.     COFF_FORMAT.
  3165.  
  3166.     * config.gdb: Added checks for several different operating
  3167.     systems. 
  3168.  
  3169.     * coffread.c (read_struct_type): Put in a flag variable so that
  3170.     one could tell when you got to the end of a structure.
  3171.  
  3172.     * sun3-dep.c (core_file_command): Changed #ifdef based on SUNOS4
  3173.     to ifdef based on FPU.
  3174.  
  3175.     * infrun.c (restore_inferior_status): Changed error message to
  3176.     "unable to restore previously selected frame".
  3177.  
  3178.     * dbxread.c (read_dbx_symtab): Used intermediate variable in error
  3179.     message reporting a bad symbol type.  (scan_file_globals,
  3180.     read_ofile_symtab, read_addl_syms): Data type of "type" changed to
  3181.     unsigned char (which is what it is).
  3182.     * i386-dep.c: Removed define of COFF_FORMAT if AOUTHDR is defined.
  3183.     Removed define of a_magic to magic (taken care of by N_MAGIC).
  3184.     (core_file_command): Zero'd core_aouthdr instead of setting magic
  3185.     to zero.
  3186.     * i386-pinsn.c: Changed jcxz == jCcxz in jump table.
  3187.     (putop): Added a case for 'C'.
  3188.     (OP_J): Added code to handle possible masking of PC value on
  3189.     certain kinds of data.
  3190.     m-i386gas.h: Moved COFF_ENCAPSULATE to before inclusion of
  3191.     m-i386.h and defined NAMES_HAVE_UNDERSCORE.
  3192.  
  3193.     * coffread.c (unrecrod_misc_function, read_coff_symtab): Added
  3194.     symbol number on which error occured to error output.
  3195.  
  3196. Fri Jan 27 11:55:04 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3197.  
  3198.     * Makefile: Removed init.c in make clean.  Removed it without -f
  3199.     and with leading - in make ?gdb.
  3200.  
  3201. Thu Jan 26 15:08:03 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  3202.  
  3203.     Changes to get it to work on gould NP1.
  3204.     * dbxread.c (read_dbx_symtab): Included cases for N_NBDATA and
  3205.     N_NBBSS.
  3206.     (psymtab_to_symtab): Changed declaration of hdr to
  3207.     DECLARE_FILE_HEADERS.  Changed access to use STRING_TABLE_SIZE and
  3208.     SYMBOL_TABLE_SIZE.
  3209.     * gld-pinsn.c (findframe): Added declaration of framechain() as
  3210.     FRAME_ADDR. 
  3211.  
  3212.     * coffread.c (read_coff_symtab): Avoided treating typedefs as
  3213.     external symbol definitions.
  3214.  
  3215. Wed Jan 25 14:45:43 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3216.  
  3217.     * Makefile: Removed reference to alloca.c.  If they need it, they
  3218.     can pull alloca.o from the gnu-emacs directory.
  3219.  
  3220.     * version.c, gdb.texinfo: Updated version to 3.1 (jumping the gun
  3221.     a bit so that I won't forget when I release).
  3222.  
  3223.     * m-sun2.h, m-sun2os2.h, m-sun3os4.h, config.gdb: Modified code so
  3224.     that default includes new sun core, ptrace, and attach-detach.
  3225.     Added defaults for sun 2 os 2.
  3226.  
  3227.     Modifications to reset stack limit back to what it used to be just
  3228.     before exec.  All mods inside of #ifdef SET_STACK_LIMIT_HUGE.
  3229.     * main.c: Added global variable original_stack_limit.
  3230.     (main): Set original_stack_limit to original stack limit.
  3231.     * inflow.c: Added inclusion of necessary files and external
  3232.     reference to original_stack_limit.
  3233.     (create_inferior): Reset stack limit to original_stack_limit.
  3234.  
  3235.     * dbxread.c (read_dbx_symtab): Killed PROFILE_SYMBOLS ifdef.
  3236.  
  3237.     * sparc-dep.c (isabranch): Multiplied offset by 4 before adding it
  3238.     to addr to get target.
  3239.  
  3240.     * Makefile: Added definition of SHELL to Makefile.
  3241.  
  3242.     * m-sun2os4.h: Added code to define NEW_SUN_PTRACE, NEW_SUN_CORE,
  3243.     and ATTACH_DETACH.
  3244.     * sun3-dep.c: Added code to avoid fp regs if we are on a sun2.
  3245.  
  3246. Tue Jan 24 17:59:14 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3247.  
  3248.     * dbxread.c (read_array_type): Added function.
  3249.     (read_type): Added call to above instead of inline code.
  3250.  
  3251.     * Makefile: Added ${GNU_MALLOC} to the list of dependencies for
  3252.     the executables.
  3253.  
  3254. Mon Jan 23 15:08:51 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  3255.  
  3256.     * gdb.texinfo: Added paragraph to summary describing languages
  3257.     with which gdb can be run.  Also added descriptions of the
  3258.     "info-methods" and "add-file" commands.
  3259.  
  3260.     * symseg.h: Commented a range type as having TYPE_TARGET_TYPE
  3261.     pointing at the containing type for the range (often int).
  3262.     * dbxread.c (read_range_type): Added code to do actual range types
  3263.     if they are defined.  Assumed that the length of a range type is
  3264.     the length of the target type; this is a lie, but will do until
  3265.     somebody gets back to me as to what these silly dbx symbols mean.
  3266.     
  3267.     * dbxread.c (read_range_type): Added code to be more picky about
  3268.     recognizing builtins as range types, to treat types defined as
  3269.     subranges of themselves to be subranges of int, and to recognize
  3270.     the char type idiom from dbx as a special case.
  3271.  
  3272. Sun Jan 22 01:00:13 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3273.  
  3274.     * m-vax.h: Removed definition of FUNCTION_HAS_FRAME_POINTER.
  3275.     * blockframe.c (get_prev_frame_info): Removed default definition
  3276.     and use of above.  Instead conditionalized checking for leaf nodes
  3277.     on FUNCTION_START_OFFSET (see comment in code).
  3278.  
  3279. Sat Jan 21 16:59:19 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3280.  
  3281.     * dbxread.c (read_range_type): Fixed assumption that integer was
  3282.     always type 1.
  3283.  
  3284.     * gdb.texinfo: Fixed spelling mistake and added a note in the
  3285.     running section making it clear that users may invoke subroutines
  3286.     directly from gdb.
  3287.  
  3288.     * blockframe.c: Setup a default definition for the macro
  3289.     FUNCTION_HAS_FRAME_POINTER.
  3290.     (get_prev_frame_info): Used this macro instead of checking
  3291.     SKIP_PROLOGUE directly.
  3292.     * m-vax.h: Overroad definition; all functions on the vax have
  3293.     frame pointers.
  3294.  
  3295. Fri Jan 20 12:25:35 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3296.  
  3297.     * core.c: Added default definition of N_MAGIC for COFF_FORMAT.
  3298.  
  3299.     * xgdb.c: Installed a fix to keep the thing from dying when there
  3300.     isn't any frame selected.
  3301.  
  3302.     * core.c: Made a change for the UMAX system; needs a different
  3303.     file included if using that core format. 
  3304.  
  3305.     * Makefile: Deleted duplicate obstack.h in dbxread.c dependency.
  3306.  
  3307.     * munch: Modified (much simpler) to cover (I hope) all cases.
  3308.  
  3309.     * utils.c (save_cleanups, restore_cleanups): Added functions to
  3310.     allow you to push and pop the chain of cleanups to be done.
  3311.     * defs.h: Declared the new functions.
  3312.     * main.c (catch_errors): Made sure that the only cleanups which
  3313.     would be done were the ones put on the chain *after* the current
  3314.     location. 
  3315.  
  3316.     * m-*.h (FRAME_CHAIN_VALID): Removed check on pc in the current
  3317.     frame being valid.
  3318.     * blockframe.c (get_prev_frame_info): Made the assumption that if
  3319.     a frame's pc value was within the first object file (presumed to
  3320.     be /lib/crt0.o), that we shouldn't go any higher.
  3321.  
  3322.     * infrun.c (wait_for_inferior): Do *not* execute check for stop pc
  3323.     at step_resume_break if we are proceeding over a breakpoint (ie.
  3324.     if trap_expected != 0).
  3325.  
  3326.     * Makefile: Added -g to LDFLAGS.
  3327.  
  3328.     * m-news.h (POP_FRAME) Fixed typo.
  3329.  
  3330.     * printcmd.c (print_frame_args): Modified to print out register
  3331.     params in order by .stabs entry, not by register number.
  3332.  
  3333.     * sparc-opcode.h: Changed declaration of (struct
  3334.     arith_imm_fmt).simm to be signed (as per architecture manual).
  3335.     * sparc-pinsn.c (fprint_addr1, print_insn): Forced a cast to an
  3336.     int, so that we really would get signed behaivior (default for sun
  3337.     cc is unsigned).
  3338.  
  3339.     * i386-dep.c (i386_get_frame_setup): Replace function with new
  3340.     function provided by pace to fix bug in recognizing prologue.
  3341.  
  3342. Thu Jan 19 11:01:22 1989  Randall Smith  (randy at plantaris.ai.mit.edu)
  3343.  
  3344.     * infcmd.c (run_command): Changed error message to "Program not
  3345.     restarted." 
  3346.  
  3347.     * value.h: Changed "frame" field in value structure to be a
  3348.     FRAME_ADDR (actually CORE_ADDR) so that it could survive across
  3349.     calls. 
  3350.  
  3351.     * m-sun.h (FRAME_FIND_SAVED_REGS): Fixed a typo.
  3352.  
  3353.     * value.h: Added lval: "lval_reg_frame_relative" to indicate a
  3354.     register that must be interpeted relative to a frame.  Added
  3355.     single entry to value structure: "frame", used to indicate which
  3356.     frame a relative regnum is relative to.
  3357.     * findvar.c (value_from_register): Modified to correctly setup
  3358.     these fields when needed.  Deleted section to fiddle with last
  3359.     register copied on little endian machine; multi register
  3360.     structures will always occupy an integral number of registers.
  3361.     (find_saved_register): Made extern.
  3362.     * values.c (allocate_value, allocate_repeat_value): Zero frame
  3363.     field on creation.
  3364.     * valops.c (value_assign): Added case for lval_reg_frame_relative;
  3365.     copy value out, modify it, and copy it back.  Desclared
  3366.     find_saved_register as being external.
  3367.     * value.h: Removed addition of kludgy structure; thoroughly
  3368.     commented file.
  3369.     * values.c (free_value, free_all_values, clear_value_history,
  3370.     set_internalvar, clear_internavars): Killed free_value.
  3371.  
  3372. Wed Jan 18 20:09:39 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3373.  
  3374.     * value.h: Deleted struct partial_storage; left over from
  3375.     yesterday. 
  3376.  
  3377.     * findvar.c (value_from_register): Added code to create a value of
  3378.     type lval_reg_partsaved if a value is in seperate registers and
  3379.     saved in different places.
  3380.  
  3381. Tue Jan 17 13:50:18 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3382.  
  3383.     * value.h: Added lval_reg_partsaved to enum lval_type and
  3384.     commented enum lval_type.  Commented value structure.
  3385.     Added "struct partial_register_saved" to value struct; added
  3386.     macros to deal with structure to value.h.
  3387.     * values.c (free_value): Created; special cases lval_reg_partsaved
  3388.     (which has a pointer to an array which also needs to be free).
  3389.     (free_all_values, clear_value_history, set_internalvar,
  3390.     clear_internalvars): Modified to use free_values.
  3391.  
  3392.     * m-sunos4.h: Changed name to sun3os4.h.
  3393.     * m-sun2os4.h, m-sun4os4.h: Created.
  3394.     * config.gdb: Added configuration entries for each of the above.
  3395.     * Makefile: Added into correct lists.
  3396.  
  3397.     * Makefile: Added dependencies on a.out.encap.h.  Made
  3398.     a.out.encap.h dependent on a.out.gnu.h and dbxread.c dependent on
  3399.     stab.gnu.h. 
  3400.  
  3401.     * infrun.c, remote.c: Removed inclusion of any a.out.h files in
  3402.     these files; they aren't needed.
  3403.  
  3404.     * README: Added comment about bug reporting and comment about
  3405.     xgdb. 
  3406.  
  3407.     * Makefile: Added note to HPUX dependent section warning about
  3408.     problems if compiled with gcc and mentioning the need to add
  3409.     -Ihp-include to CFLAGS if you compile on those systems.  Added a
  3410.     note about needing the GNU nm with compilers *of gdb* that use the
  3411.     coff encapsulate feature also.  * hp-include: Made symbolic link
  3412.     over to /gp/gnu/binutils.
  3413.  
  3414.     * Makefile: Added TSOBS NTSOBS OBSTACK and REGEX to list of things
  3415.     to delete in "make clean".  Also changed "squeakyclean" target as
  3416.     "realclean". 
  3417.  
  3418.     * findvar.c (value_from_register): Added assignment of VALUE_LVAL
  3419.     to be lval_memory when that is appropriate (original code didn't
  3420.     bother because it assumed that it was working with a pre lval
  3421.     memoried value).
  3422.  
  3423.     * expread.y (yylex): Changed to only return type THIS if the
  3424.     symbol "$this" is defined in some block superior or equal to the
  3425.     current expression context block.
  3426.  
  3427. Mon Jan 16 13:56:44 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3428.  
  3429.     * m-*.h (FRAME_CHAIN_VALID): On machines which check the relation
  3430.     of FRAME_SAVED_PC (thisframe) to first_object_file_end (all except
  3431.     gould), make sure that the pc of the current frame also passes (in
  3432.     case someone stops in _start).
  3433.  
  3434.     * findvar.c (value_of_register): Changed error message in case of
  3435.     no inferior or core file.
  3436.  
  3437.     * infcmd.c (registers_info): Added a check for inferior or core
  3438.     file; error message if not.
  3439.  
  3440.     * main.c (gdb_read_line): Modified to take prompt as argument and
  3441.     output it to stdout.
  3442.     * infcmd.c (registers_info, signals_info), main.c (command_loop,
  3443.     read_command_lines, copying_info), symtab.c (decode_line_2,
  3444.     output_source_filename, MORE, list_symbols): Changed calling
  3445.     convention used to call gdb_read_line.
  3446.  
  3447.     * infcmd.c, infrun.c, main.c, symtab.c: Changed the name of the
  3448.     function "read_line" to "gdb_read_line".
  3449.     * breakpoint.c: Deleted external referenced to function
  3450.     "read_line" (not needed by code).
  3451.  
  3452. Fri Jan 13 12:22:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3453.  
  3454.     * i386-dep.c: Include a.out.encap.h if COFF_ENCAPSULATE.
  3455.     (N_SET_MAGIC): Defined if not defined by include file.
  3456.     (core_file_command): Used N_SET_MAGIC instead of assignment to
  3457.     a_magic.
  3458.     (exec_file_command): Stuck in a HEADER_SEEK_FD.
  3459.  
  3460.     * config.gdb: Added i386-dep.c as depfile for i386gas choice.
  3461.  
  3462.     * munch: Added -I. to cc to pick up things included by the param
  3463.     file. 
  3464.  
  3465.     * stab.gnu.def: Changed name to stab.def (stab.gnu.h needs this name).
  3466.     * Makefile: Changed name here also.
  3467.     * dbxread.c: Changed name of gnu-stab.h to stab.gnu.h.
  3468.  
  3469.     * gnu-stab.h: Changed name to stab.gnu.h.
  3470.     * stab.gnu.def: Added as link to binutils.
  3471.     * Makefile: Put both in in the distribution.
  3472.  
  3473. Thu Jan 12 11:33:49 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3474.  
  3475.     * dbxread.c: Made which stab.h is included dependent on
  3476.     COFF_ENCAPSULATE; either <stab.h> or "gnu-stab.h".
  3477.     * Makefile: Included gnu-stab.h in the list of files to include in
  3478.     the distribution.
  3479.     * gnu-stab.h: Made a link to /gp/gnu/binutils/stab.h
  3480.  
  3481.     * Makefile: Included a.out.gnu.h and m-i386gas.h in list of
  3482.     distribution files.
  3483.     * m-i386gas.h: Changed to include m-i386.h and fiddle with it
  3484.     instead of being a whole new file.
  3485.     * a.out.gnu.h: Made a link to /gp/gnu/binutils/a.out.gnu.h.
  3486.  
  3487.     Chris Hanson's changes to gdb for hp Unix.
  3488.     * Makefile: Modified comments on hpux.
  3489.     * hp9k320-dep.c: #define'd WOPR & moved inclusion of signal.h
  3490.     * inflow.c: Moved around declaratiosn of <sys/fcntl.h> and
  3491.     <sys/ioctl.h> inside of USG depends and deleted all SYSV ifdef's
  3492.     (use USG instead).
  3493.     * munch: Modified to accept any number of spaces between the T and
  3494.     the symbol name.
  3495.  
  3496.     Pace's changes to gdb to work with COFF_ENCAPSULATE (robotussin):
  3497.     * config.gdb: Added i386gas to targets.
  3498.     * default-dep.c: Include a.out.encap.h if COFF_ENCAPSULATE.
  3499.     (N_SET_MAGIC): Defined if not defined by include file.
  3500.     (core_file_command): Used N_SET_MAGIC instead of assignment to a_magic.
  3501.     (exec_file_command): Stuck in a HEADER_SEEK_FD.
  3502.     * infrun.c, remote.c: Added an include of a.out.encap.h if
  3503.     COFF_ENCAPSULATE defined.  This is commented out in these two
  3504.     files, I presume because the definitions aren't used.
  3505.     * m-i386gas.h: Created.
  3506.     * dbxread.c: Included defintions for USG.
  3507.     (READ_FILE_HEADERS): Now uses HEADER_SEEK_FD if it exists.
  3508.     (symbol_file_command): Deleted use of HEADER_SEEK_FD.
  3509.     * core.c: Deleted extra definition of COFF_FORMAT.
  3510.     (N_MAGIC): Defined to be a_magic if not already defined.
  3511.     (validate_files): USed N_MAGIC instead of reading a_magic.
  3512.  
  3513. Wed Jan 11 12:51:00 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3514.  
  3515.     * remote.c: Upped PBUFSIZ.
  3516.     (getpkt): Added zeroing of c inside loop in case of error retry.
  3517.  
  3518.     * dbxread.c (read_dbx_symtab, process_symbol_for_psymtab): Removed
  3519.     code to not put stuff with debugging symbols in the misc function
  3520.     list.  Had been ifdef'd out.
  3521.  
  3522.     * gdb.texinfo: Added the fact that the return value for a function
  3523.     is printed if you use return.
  3524.  
  3525.     * infrun.c (wait_for_inferior): Removed test in "Have we hit
  3526.     step_resume_breakpoint" for sp values in proper orientation.  Was
  3527.     in there for recursive calls in functions without frame pointers
  3528.     and it was screwing up calls to alloca.  
  3529.  
  3530.     * dbxread.c: Added #ifdef COFF_ENCAPSULATE to include
  3531.     a.out.encap.h.
  3532.     (symbol_file_command): Do HEADER_SEEK_FD when defined.
  3533.     * dbxread.c, core.c: Deleted #ifdef ROBOTUSSIN stuff.
  3534.     * robotussin.h: Deleted local copy (was symlink).
  3535.     * a.out.encap.h: Created symlink to
  3536.     /gp/gnu/binutils/a.out.encap.h.
  3537.     * Makefile: Removed robotussin.h and included a.out.encap.h in
  3538.     list of files.
  3539.  
  3540.     * valprint.c (val_print, print_scalar_formatted): Changed default
  3541.     precision of printing float value; now 6 for a float and 16 for a
  3542.     double.
  3543.  
  3544.     * findvar.c (value_from_register): Added code to deal with the
  3545.     case where a value is spread over several registers.  Still don't
  3546.     deal with the case when some registers are saved in memory and
  3547.     some aren't.
  3548.  
  3549. Tue Jan 10 17:04:04 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3550.  
  3551.     * xgdb.c (xgdb_create_window): Removed third arg (XtDepth) to
  3552.     frameArgs.  
  3553.  
  3554.     * infrun.c (handle_command): Error if signal number is less or
  3555.     equal to 0 or greater or equal to NSIG or a signal number is not
  3556.     provided.
  3557.  
  3558.     * command.c (lookup_cmd): Modified to not convert command section
  3559.     of command line to lower case in place (in case it isn't a
  3560.     subcommand, but an argument to a command).
  3561.  
  3562. Fri Jan  6 17:57:34 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3563.  
  3564.     * dbxread.c: Changed "text area" to "data area" in comments on
  3565.     N_SETV. 
  3566.  
  3567. Wed Jan  4 12:29:54 1989  Randall Smith  (randy at gluteus.ai.mit.edu)
  3568.  
  3569.     * dbxread.c: Added definitions of gnu symbol types after inclusion
  3570.     of a.out.h and stab.h.
  3571.  
  3572. Mon Jan  2 20:38:31 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3573.  
  3574.     * eval.c (evaluate_subexp): Binary logical operations needed to
  3575.     know type to determine whether second value should be evaluated.
  3576.     Modified to discover type before binup_user_defined_p branch.
  3577.     Also commented "enum noside".
  3578.  
  3579.     * Makefile: Changed invocations of munch to be "./munch".
  3580.  
  3581.     * gdb.texinfo: Updated to refer to current version of gdb with
  3582.     January 1989 last update.
  3583.  
  3584.     * coffread.c (end_symtab): Zero context stack when finishing
  3585.     lexical contexts.
  3586.     (read_coff_symtab): error if context stack 0 in ".ef" else case.
  3587.  
  3588.     * m-*.h (FRAME_SAVED_PC): Changed name of argument from "frame" to
  3589.     "FRAME" to avoid problems with replacement of "->frame" part of
  3590.     macro. 
  3591.  
  3592.     * i386-dep.c (i386_get_frame_setup): Added codestream_get() to
  3593.     move codestream pointer up to the correct location in "subl $X,
  3594.     %esp" case.
  3595.  
  3596. Sun Jan  1 14:24:35 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3597.  
  3598.     * valprint.c (val_print): Rewrote routine to print string pointed
  3599.     to by char pointer; was producing incorrect results when print_max
  3600.     was 0.
  3601.  
  3602. Fri Dec 30 12:13:35 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3603.  
  3604.     * dbxread.c (read_dbx_symtab, process_symbol_for_psymtab): Put
  3605.     everything on the misc function list.
  3606.  
  3607.     * Checkpointed distribution.
  3608.  
  3609.     * Makefile: Added expread.tab.c to the list of things slated for
  3610.     distribution. 
  3611.  
  3612. Thu Dec 29 10:06:41 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3613.  
  3614.     * stack.c (set_backtrace_limit_command, backtrace_limit_info,
  3615.     bactrace_command, _initialize_stack): Removed modifications for
  3616.     limit on backtrace.  Piping the backtrace through an interuptable
  3617.     "more" emulation is a better way to do it.
  3618.  
  3619. Wed Dec 28 11:43:09 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3620.  
  3621.     * stack.c
  3622.     (set_backtrace_limit_command): Added command to set a limit to the
  3623.     number of frames for a backtrace to print by default.
  3624.     (backtrace_limit_info): To print the current limit.
  3625.     (backtrace_command): To use the limit.
  3626.     (_initialize_stack): To initialize the limit to its default value
  3627.     (30), and add the set and info commands onto the appropriate
  3628.     command lists.
  3629.  
  3630.         * gdb.texinfo: Documented changes to "backtrace" and "commands"
  3631.     commands.
  3632.  
  3633.     * stack.c (backtrace_command): Altered so that a negative argument
  3634.     would show the last few frames on the stack instead of the first
  3635.     few.
  3636.     (_initialize_stack): Modified help documentation.
  3637.  
  3638.     * breakpoint.c (commands_command): Altered so that "commands" with
  3639.     no argument would refer to the last breakpoint set.
  3640.     (_initialize_breakpoint): Modified help documentation.
  3641.  
  3642.     * infrun.c (wait_for_inferior): Removed ifdef on Sun4; now you can
  3643.     single step through compiler generated sub calls and will die if
  3644.     you next off of the end of a function.
  3645.  
  3646.     * sparc-dep.c (single_step): Fixed typo; "break_insn" ==> "sizeof
  3647.     break_insn". 
  3648.  
  3649.     * m-sparc.h (INIT_EXTRA_FRAME_INFO): Set the bottom of a stack
  3650.     frame to be the bottom of the stack frame inner from this, if that
  3651.     inner one is a leaf node.
  3652.  
  3653.     * dbxread.c (read_dbx_symtab): Check to make sure we don't add a
  3654.     psymtab to it's own dependency list.
  3655.  
  3656.     * dbxread.c (read_dbx_symtab): Modified check for duplicate
  3657.     dependencies to catch them correctly.
  3658.  
  3659. Tue Dec 27 17:02:09 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3660.  
  3661.     * m-*.h (FRAME_SAVED_PC): Modified macro to take frame info
  3662.     pointer as argument.
  3663.     * stack.c (frame_info), blockframe.c (get_prev_frame_info),
  3664.     gld-pinsn.c (findframe), m-*.h (SAVED_PC_AFTER_CALL,
  3665.     FRAME_CHAIN_VALID, FRAME_NUM_ARGS): Changed usage of macros to
  3666.     conform to above.
  3667.     * m-sparc.h (FRAME_SAVED_PC), sparc-dep.c (frame_saved_pc):
  3668.     Changed frame_saved_pc to have a frame info pointer as an
  3669.     argument. 
  3670.  
  3671.     * m-vax.h, m-umax.h, m-npl.h, infrun.c (wait_for_inferior),
  3672.     blockframe.c (get_prev_frame_info): Modified SAVED_PC_AFTER_CALL
  3673.     to take a frame info pointer as an argument.
  3674.  
  3675.     * blockframe.c (get_prev_frame_info): Altered the use of the
  3676.     macros FRAME_CHAIN, FRAME_CHAIN_VALID, and FRAME_CHAIN_COMBINE to
  3677.     use frame info pointers as arguments instead of frame addresses.
  3678.     * m-vax.h, m-umax.h, m-sun3.h, m-sun3.h, m-sparc.h, m-pn.h,
  3679.     m-npl.h, m-news.h, m-merlin.h, m-isi.h, m-hp9k320.h, m-i386.h:
  3680.     Modified definitions of the above macros to suit.
  3681.     * m-pn.h, m-npl.h, gould-dep.c (findframe): Modified findframe to
  3682.     use a frame info argument; also fixed internals (wouldn't work
  3683.     before).
  3684.  
  3685.     * m-sparc.h: Cosmetic changes; reordered some macros and made sure
  3686.     that nothing went over 80 lines.
  3687.  
  3688. Thu Dec 22 11:49:15 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3689.  
  3690.     * Version 3.0 released.
  3691.  
  3692.     * README: Deleted note about changing -lobstack to obstack.o.
  3693.  
  3694. Wed Dec 21 11:12:47 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3695.  
  3696.     * m-vax.h (SKIP_PROLOGUE): Now recognizes gcc prologue also.
  3697.  
  3698.     * blockframe.c (get_prev_frame_info): Added FUNCTION_START_OFFSET
  3699.     to result of get_pc_function_start.
  3700.     * infrun.c (wait_for_inferior): Same.
  3701.  
  3702.     * gdb.texinfo: Documented new "step" and "next" behavior in
  3703.     functions without line number information.
  3704.  
  3705. Tue Dec 20 18:00:45 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3706.  
  3707.     * infcmd.c (step_1): Changed behavior of "step" or "next" in a
  3708.     function witout line number information.  It now sets the step
  3709.     range around the function (to single step out of it) using the
  3710.     misc function vector, warns the user, and continues.
  3711.  
  3712.     * symtab.c (find_pc_line): Zero "end" subsection of returned
  3713.     symtab_and_line if no symtab found.
  3714.  
  3715. Mon Dec 19 17:44:35 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3716.  
  3717.     * i386-pinsn.c (OP_REG): Added code from pace to streamline
  3718.     disassembly and corrected types.
  3719.     * i386-dep.c
  3720.     (i386_follow_jump): Code added to follow byte and word offset
  3721.     branches.
  3722.     (i386_get_frame_setup): Expanded to deal with more wide ranging
  3723.     function prologue.
  3724.     (i386_frame_find_saved_regs, i386_skip_prologue): Changed to use
  3725.     i386_get_frame_setup. 
  3726.     
  3727.  
  3728. Sun Dec 18 11:15:03 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3729.  
  3730.     * m-sparc.h: Deleted definition of SUN4_COMPILER_BUG; was designed
  3731.     to avoid something that I consider a bug in our code, not theirs,
  3732.     and which I fixed earlier.  Also deleted definition of
  3733.     CANNOT_USE_ARBITRARY_FRAME; no longer used anywhere.
  3734.     FRAME_SPECIFICATION_DYADIC used instead.
  3735.  
  3736.     * infrun.c (wait_for_inferior): On the sun 4, if a function
  3737.     doesn't have a prologue, a next over it single steps into it.
  3738.     This gets around the problem of a "call .stret4" at the end of
  3739.     functions returning structures.
  3740.     * m-sparc.h: Defined SUN4_COMPILER_FEATURE.
  3741.  
  3742.     * main.c (copying_info): Seperated the last printf into two
  3743.     printfs.  The 386 compiler will now handle it.
  3744.  
  3745.     * i386-pinsn.c, i386-dep.c: Moved print_387_control_word,
  3746.     print_387_status_word, print_387_status, and i386_float_info to
  3747.     dep.c  Also included reg.h in dep.c.
  3748.  
  3749. Sat Dec 17 15:31:38 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  3750.  
  3751.     * main.c (source_command): Don't close instream if it's null
  3752.     (indicating execution of a user-defined command).
  3753.          (execute_command): Set instream to null before executing
  3754.          commands and setup clean stuff to put it back on error.
  3755.  
  3756.     * inflow.c (terminal_inferior): Went back to not checking the
  3757.     ioctl returns; there are some systems when this will simply fail.
  3758.     It seems that, on most of these systems, nothing bad will happen
  3759.     by that failure.
  3760.  
  3761.     * values.c (value_static_field): Fixed dereferencing of null
  3762.     pointer. 
  3763.  
  3764.     * i386-dep.c (i386_follow_jump): Modified to deal with
  3765.     unconditional byte offsets also.
  3766.  
  3767.     * dbxread.c (read_type): Fixed typo in function type case of switch.
  3768.  
  3769.     * infcmd.c (run_command): Does not prompt to restart if command is
  3770.     not from a tty.
  3771.  
  3772. Fri Dec 16 15:21:58 1988  Randy Smith  (randy at calvin)
  3773.  
  3774.     * gdb.texinfo: Added a third option under the "Cannot Insert
  3775.     Breakpoints" workarounds.
  3776.  
  3777.     * printcmd.c (display_command): Don't do the display unless there
  3778.     is an active inferior; only set it.
  3779.  
  3780.     * findvar.c (value_of_register): Added an error check for calling
  3781.     this when the inferior isn't active and a core file isn't being
  3782.     read. 
  3783.  
  3784.     * config.gdb: Added reminder about modifying REGEX in the
  3785.     makefile for the 386.
  3786.  
  3787.     * i386-pinsn.c, i386-dep.c: Moved m-i386.h helper functions over
  3788.     to i386-dep.c.b
  3789.  
  3790. Thu Dec 15 14:04:25 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3791.  
  3792.     * README: Added a couple of notes about compiling gdb with itself.
  3793.  
  3794.     * breakpoint.c (set_momentary_breakpoint): Only takes FRAME_FP of
  3795.     frame if frame is non-zero.
  3796.  
  3797.     * printcmd.c (print_scalar_formatted): Implemented /g size for
  3798.     hexadecimal format on machines without an 8 byte integer type.  It
  3799.     seems to be non-trivial to implement /g for other formats.
  3800.     (decode_format): Allowed hexadecimal format to make it through /g
  3801.     fileter. 
  3802.  
  3803. Wed Dec 14 13:27:04 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  3804.  
  3805.     * expread.y: Converted all calls to write_exp_elt from the parser
  3806.     to calls to one of write_exp_elt_{opcode, sym, longcst, dblcst,
  3807.     char, type, intern}.  Created all of these routines.  This gets
  3808.     around possible problems in passing one of these things in one ear
  3809.     and getting something different out the other.  Eliminated
  3810.     SUN4_COMPILER_BUG ifdef's; they are now superfluous.
  3811.  
  3812.     * symmisc.c (free_all_psymtabs): Reinited partial_symtab_list to 0.
  3813.             (_initialize_symmisc): Initialized both symtab_list and
  3814.             partial_symtab_list.
  3815.  
  3816.     * dbxread.c (start_psymtab): Didn't allocate anything on
  3817.     dependency list.
  3818.     (end_psymtab): Allocate dependency list on psymbol obstack from
  3819.     local list.
  3820.     (add_psymtab_dependency): Deleted.
  3821.     (read_dbx_symtab): Put dependency on local list if it isn't on it
  3822.     already.
  3823.  
  3824.     * symtab.c: Added definition of psymbol_obstack.
  3825.     * symtab.h: Added declaration of psymbol_obstack.
  3826.     * symmisc.c (free_all_psymtabs): Added freeing and
  3827.     reinitionaliztion of psymbol_obstack.
  3828.     * dbxread.c (free_all_psymbols): Deleted.
  3829.             (start_psymtab, end_psymtab,
  3830.             process_symbol_for_psymtab):  Changed most allocation
  3831.             of partial symbol stuff to be off of psymbol_obstack.
  3832.  
  3833.     * symmisc.c (free_psymtab, free_all_psymtabs): Deleted
  3834.     free_psymtab subroutine.
  3835.  
  3836.     * symtab.h: Removed num_includes and includes from partial_symtab
  3837.     structure; no longer needed now that all include files have their
  3838.     own psymtab.
  3839.     * dbxread.c (start_psymtab): Eliminated initialization of above.
  3840.             (end_psymtab): Eliminated finalization of above; get
  3841.             includes from seperate list.
  3842.             (read_dbx_symtab): Moved includes from psymtab list to
  3843.             their own list; included in call to end_psymtab.
  3844.     * symmisc.c (free_psymtab): Don't free includes.
  3845.  
  3846. Tue Dec 13 14:48:14 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3847.  
  3848.     * i386-pinsn.c: Reformatted entire file to correspond to gnu
  3849.     software indentation conventions.
  3850.  
  3851.     * sparc-dep.c (skip_prologue): Added capability of recognizign
  3852.     stores of input register parameters into stack slots. 
  3853.  
  3854.     * sparc-dep.c: Added an include of sparc-opcode.h.
  3855.     * sparc-pinsn.c, sparc-opcode.h: Moved insn_fmt structures and
  3856.     unions from pinsn.c to opcode.h.
  3857.     * sparc-pinsn.c, sparc-dep.c (isabranch, skip_prologue): Moved
  3858.     this function from pinsn.c to dep.c.
  3859.  
  3860.     * Makefile: Put in warnings about compiling with gcc (non-ansi
  3861.     include files) and compiling with shared libs on Sunos 4.0 (can't
  3862.     debug something that's been compiled that way).
  3863.  
  3864.     * sparc-pinsn.c: Put in a completely new file (provided by
  3865.     Tiemann) to handle floating point disassembly, load and store
  3866.     instructions, and etc. better.  Made the modifications this file
  3867.     (ChangeLog) list for sparc-pinsn.c again.
  3868.  
  3869.     * symtab.c (output_source_filename): Included "more" emulation hack.
  3870.  
  3871.     * symtab.c (output_source_filename): Initialized COLUMN to 0.
  3872.            (sources_info): Modified to not print out a line for
  3873.            all of the include files within a partial symtab (since
  3874.            they have pst's of their own now).  Also modified to
  3875.            make a distinction between those pst's read in and
  3876.            those not.
  3877.  
  3878.     * infrun.c: Included void declaration of single_step() if it's
  3879.     going to be used.
  3880.     * sparc-dep.c (single_step): Moved function previous to use of it.
  3881.  
  3882.     * Makefile: Took removal of expread.tab.c out of make clean entry
  3883.     and put it into a new "squeakyclean" entry.
  3884.  
  3885. Mon Dec 12 13:21:02 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  3886.  
  3887.     * sparc-pinsn.c (skip_prologue): Changed a struct insn_fmt to a
  3888.     union insn_fmt.
  3889.  
  3890.     * inflow.c (terminal_inferior): Checked *all* return codes from
  3891.     ioctl's and fcntl's in routine.
  3892.  
  3893.     * inflow.c (terminal_inferior): Added check for sucess of
  3894.     TIOCSPGRP ioctl call.  Just notifies if bad.
  3895.  
  3896.     * dbxread.c (symbol_file_command): Close was getting called twice;
  3897.     once directly and once through cleanup.  Killed the direct call.  
  3898.  
  3899. Sun Dec 11 19:40:40 1988  & Smith  (randy at hobbes.ai.mit.edu)
  3900.  
  3901.     * valprint.c (val_print): Deleted spurious printing of "=" from
  3902.     TYPE_CODE_REF case.
  3903.  
  3904. Sat Dec 10 16:41:07 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  3905.  
  3906.     * dbxread.c: Changed allocation of psymbols from using malloc and
  3907.     realloc to using obstacks.  This means they aren't realloc'd out
  3908.     from under the pointers to them.
  3909.  
  3910. Fri Dec  9 10:33:24 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3911.  
  3912.     * sparc-dep.c inflow.c core.c expread.y command.c infrun.c
  3913.     infcmd.c dbxread.c symmisc.c symtab.c printcmd.c valprint.c
  3914.     values.c source.c stack.c findvar.c breakpoint.c blockframe.c
  3915.     main.c: Various cleanups inspired by "gcc -Wall" (without checking
  3916.     for implicit declarations).
  3917.  
  3918.     * Makefile: Cleaned up some more.
  3919.  
  3920.     * valops.c, m-*.h (FIX_CALL_DUMMY): Modified to take 5 arguments
  3921.     as per what sparc needs (programming for a superset of needed
  3922.     args).
  3923.  
  3924.     * dbxread.c (process_symbol_for_psymtab): Modified to be slightly
  3925.     more picky about what it puts on the list of things *not* to be
  3926.     put on the misc function list.  When/if I shift everything over to
  3927.     being placed on the misc_function_list, this will go away.
  3928.  
  3929.     * inferior.h, infrun.c: Added fields to save in inferior_status
  3930.     structure. 
  3931.  
  3932.     * maketarfile: Deleted; functionality is in Makefile now.
  3933.  
  3934.     * infrun.c (wait_for_inferior): Modified algorithm for determining
  3935.     whether or not a single-step was through a subroutine call.  See
  3936.     comments at top of file.
  3937.  
  3938.     * dbxread.c (read_dbx_symtab): Made sure that the IGNORE_SYMBOL
  3939.     macro would be checked during initial readin.
  3940.  
  3941.     * dbxread.c (read_ofile_symtab): Added macro GCC_COMPILED_FLAG_SYMBOL
  3942.     into dbxread.c to indicate what string in a local text symbol will
  3943.     indicate a file compiled with gcc.  Defaults to "gcc_compiled.".
  3944.  
  3945. Thu Dec  8 11:46:22 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3946.  
  3947.     * m-sparc.h (FRAME_FIND_SAVED_REGS): Cleaned up a little to take
  3948.     advantage of the new frame cache system.
  3949.  
  3950.     * inferior.h, infrun.c, valops.c, valops.c, infcmd.c:  Changed
  3951.     mechanism to save inferior status over calls to inferior (eg.
  3952.     call_function); implemented save_inferior_info and
  3953.     restore_inferior_info.
  3954.  
  3955.     * blockframe.c (get_prev_frame): Simplified this by a direct call
  3956.     to get_prev_frame_info.
  3957.  
  3958.     * frame.h, stack.c, printcmd.c, m-sparc.h, sparc-dep.c: Removed
  3959.     all uses of frame_id_from_addr.  There are short routines like it
  3960.     still in frame_saved_pc (m-sparc.h) and parse_frame_spec
  3961.     (stack.c).  Eventually the one in frame_saved_pc will go away.
  3962.  
  3963.     * infcmd.c, sparc-dep.c: Implemented a new mechanism for
  3964.     re-selecting the selected frame on return from a call.
  3965.  
  3966.     * blockframe.c, stack.c, findvar.c, printcmd.c, m-*.h:  Changed
  3967.     all routines and macros that took a "struct frame_info" as an
  3968.     argument to take a "struct frame_info *".  Routines: findarg,
  3969.     framechain, print_frame_args, FRAME_ARGS_ADDRESS,
  3970.     FRAME_STRUCT_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
  3971.     FRAME_FIND_SAVED_REGS.
  3972.  
  3973.     * frame.h, stack.c, printcmd.c, infcmd.c, findvar.c, breakpoint.c,
  3974.     blockframe.c, xgdb.c, i386-pinsn.c, gld-pinsn.c, m-umax.h,
  3975.     m-sun2.h, m-sun3.h, m-sparc.h, m-pn.h, m-npl.h, m-news.h,
  3976.     m-merlin.h, m-isi.h, m-i386.h, m-hp9k320.h:  Changed routines to
  3977.     use "struct frame_info *" internally.
  3978.  
  3979. Wed Dec  7 12:07:54 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  3980.  
  3981.     * frame.h, blockframe.c, m-sparc.h, sparc-dep.c: Changed all calls
  3982.     to get_[prev_]frame_cache_item to get_[prev_]frame_info.
  3983.  
  3984.     * blockframe.c: Elminated get_frame_cache_item and
  3985.     get_prev_frame_cache_item; functionality now taken care of by
  3986.     get_frame_info and get_prev_frame_info.
  3987.  
  3988.     * blockframe.c: Put allocation on an obstack and eliminated fancy
  3989.     reallocation routines, several variables, and various nasty
  3990.     things. 
  3991.  
  3992.     * frame.h, stack.c, infrun.c, blockframe.c, sparc-dep.c: Changed
  3993.     type FRAME to be a typedef to "struct frame_info *".  Had to also
  3994.     change routines that returned frame id's to return the pointer
  3995.     instead of the cache index.
  3996.  
  3997.     * infcmd.c (finish_command): Used proper method of getting from
  3998.     function symbol to start of function.  Was treating a symbol as a
  3999.     value. 
  4000.  
  4001.     * blockframe.c, breakpoint.c, findvar.c, infcmd.c, stack.c,
  4002.     xgdb.c, i386-pinsn.c, frame.h, m-hp9k320.h, m-i386.h, m-isi.h,
  4003.     m-merlin.h, m-news.h, m-npl.h, m-pn.h, m-sparc.h, m-sun2.h,
  4004.     m-sun3.h, m-umax.h: Changed get_frame_info and get_prev_frame_info
  4005.     to return pointers instead of structures.
  4006.  
  4007.     * blockframe.c (get_pc_function_start): Modified to go to misc
  4008.     function table instead of bombing if pc was in a block without a
  4009.     containing function.
  4010.  
  4011.     * coffread.c: Dup'd descriptor passed to read_coff_symtab and
  4012.     fdopen'd it so that there wouldn't be multiple closes on the same
  4013.     fd.  Also put (fclose, stream) on the cleanup list.
  4014.  
  4015.     * printcmd.c, stack.c: Changed print_frame_args to take a
  4016.     frame_info struct as argument instead of the address of the args
  4017.     to the frame.
  4018.  
  4019.     * m-i386.h (STORE_STRUCT_RETURN): Decremented sp by sizeof object
  4020.     to store (an address) rather than 1.
  4021.  
  4022.     * dbxread.c (read_dbx_symtab): Set first_object_file_end in
  4023.     read_dbx_symtab (oops).
  4024.  
  4025.     * coffread.c (fill_in_vptr_fieldno): Rewrote TYPE_BASECLASS as
  4026.     necessary. 
  4027.  
  4028. Tue Dec  6 13:03:43 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4029.  
  4030.     * coffread.c: Added fake support for partial_symtabs to allow
  4031.     compilation and execution without there use.
  4032.     * inflow.c: Added a couple of minor USG mods.
  4033.     * munch: Put in appropriate conditionals so that it would work on
  4034.     USG systems.
  4035.     * Makefile: Made regex.* handled same as obstack.*; made sure tar
  4036.     file included everything I wanted it to include (including
  4037.     malloc.c).
  4038.  
  4039.     * dbxread.c (end_psymtab): Create an entry in the
  4040.     partial_symtab_list for each subfile of the .o file just read in.
  4041.     This allows a "list expread.y:10" to work when we haven't read in
  4042.     expread.o's symbol stuff yet.
  4043.  
  4044.     * symtab.h, dbxread.c (psymtab_to_symtab): Recognize pst->ldsymlen
  4045.     == 0 as indicating a dummy psymtab, only in existence to cause the
  4046.     dependency list to be read in.
  4047.  
  4048.     * dbxread.c (sort_symtab_syms): Elminated reversal of symbols to
  4049.     make sure that register debug symbol decls always come before
  4050.     parameter symbols.  After mod below, this is not needed.
  4051.  
  4052.     * symtab.c (lookup_block_symbol): Take parameter type symbols
  4053.     (LOC_ARG or LOC_REGPARM) after any other symbols which match.
  4054.  
  4055.     * dbxread.c (read_type): When defining a type in terms of some
  4056.     other type and the other type is supposed to have a pointer back
  4057.     to this specific kind of type (pointer, reference, or function),
  4058.     check to see if *that* type has been created yet.  If it has, use
  4059.     it and fill in the appropriate slot with a pointer to it.
  4060.  
  4061. Mon Dec  5 11:25:04 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4062.  
  4063.     * symmisc.c: Eliminated existence of free_inclink_symtabs and
  4064.     init_free_inclink_symtabs; they aren't called from anywhere, and
  4065.     if they were they could disrupt gdb's data structure badly
  4066.     (elimination of struct type's which values that stick around past
  4067.     elimination of inclink symtabs).
  4068.  
  4069.     * dbxread.c (symbol_file_command): Fixed a return pathway out of
  4070.     the routine to do_cleanups before it left.
  4071.  
  4072.     * infcmd.c (set_environment_command), gdb.texinfo: Added
  4073.     capability to set environmental variable values to null.
  4074.  
  4075.     * gdb.texinfo: Modified doc on "break" without args slightly.
  4076.  
  4077. Sun Dec  4 17:03:16 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4078.  
  4079.     * dbxread.c (symbol_file_command): Added check; if there weren't
  4080.     any debugging symbols in the file just read, the user is warned.
  4081.  
  4082.     * infcmd.c: Commented set_environment_command (a little).
  4083.  
  4084.     * createtags: Cleaned up and commented.
  4085.  
  4086.     * Makefile: Updated depen_memory and write_inferior_memory in that errno is
  4087.     checked after each ptrace and returned to the caller.  Used in
  4088.     value_at to detect references to addresses which are out of
  4089.     bounds.  Also core.c (xfer_core_file): return 1 if invalid
  4090.     address, 0 otherwise.
  4091.  
  4092.     * inflow.c, <machine>-infdep.c: removed all calls to ptrace from
  4093.     inflo, m-sun3.h:  Cleaned up dealings with
  4094.     functions returning structu0 19:19:36 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4095.  
  4096.     * symmisc.c: (read_symsegs) Accept only format number 2.  Since
  4097.     the size of the type structure changed when C++ support was added,
  4098.     format 1 can no longer be used.
  4099.  
  4100.     * core.c, m-sunos4.h: (core_file_command) support for SunOS 4.0.
  4101.     Slight change in the core structure.  #ifdef SUNOS4.  New file
  4102.     m-sunos4.h.  May want to change config.gdb also.
  4103.  
  4104. Fri Jul  8 19:59:49 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4105.  
  4106.     * breakpoint.c: (break_command_1) Allow `break if condition'
  4107.     rather than parsing `if' as a function name and returning an
  4108.     error.
  4109.  
  4110. Thu Jul  7 22:22:47 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4111.  
  4112.     * C++: valops.c, valprint.c, value.h, values.c: merged code to deal
  4113.     with C++ expressions.
  4114.  
  4115. Wed Jul  6 03:28:18 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4116.  
  4117.         * C++: dbxread.c: (read_dbx_symtab, condense_misc_bunches,
  4118.     add_file_command)  Merged code to read symbol information from
  4119.     an incrementally linked file.  symmisc.c:
  4120.     (init_free_inclink_symtabs, free_inclink_symtabs) Cleanup
  4121.     routines.
  4122.  
  4123. Tue Jul  5 02:50:41 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4124.  
  4125.     * C++: symtab.c, breakpoint.c, source.c:  Merged code to deal with
  4126.     ambiguous line specifications.  In C++ one can have overloaded
  4127.     function names, so that `list classname::overloadedfuncname'
  4128.     refers to several different lines, possibly  sure currently configured machine
  4129.     dependent files come first in e at corn-chex.ai.mit.edu)
  4130.  
  4131.     * C++: symtab.c: replaced lookup_symtab_1 and lookup_symtab_2 with
  4132.     a modified lookup_symbol which checks for fields of the current
  4133.     implied argument `this'.  printcmd.c, source.c, symtab.c,
  4134.     valops.c: Need to change callers once callers are
  4135.     installed. 
  4136.  
  4137. Wed Jun 29 01:26:56 1988  Peter TerMaat  (pete at frosted-flakes.ai.mit.edu)
  4138.  
  4139.     * C++: eval.c, expprint.c, expread.y, expression.h, valarith.c, 
  4140.     Merged code to deal with evaluation of user-defined operators,
  4141.     member functions, and virtual functions.
  4142.     binop_must_be_user_defined tests for user-defined binops, 
  4143.     value_x_binop calls the appropriate operator function. 
  4144.  
  4145. Tue Jun 28 02:56:42 1988  Peter TerMaat  (pete at frosted-flakes.ai.mit.edu)
  4146.  
  4147.     * C++: Makefile: changed the echo: expect 101 shift/reduce conflicts 
  4148.     and 1 reduce/reduce conflict.
  4149.  
  4150.  
  4151. Local Variables:
  4152. mode: indented-text
  4153. eval: (auto-fill-mode 1)
  4154. left-margin: 8
  4155. fill-column: 74
  4156. version-control: never
  4157. End:
  4158. ng destructors and
  4159.         constructors, and flags being defined via public and via
  4160.         virtual paths.  Added fields NEXT_VARIANT, N_BASECLASSES,
  4161.         and BASECLASSES to this type (tr: Changed types from
  4162.         having to be derived from a single baseclass to a multiple
  4163.         base class).
  4164.     * symtab.h: Added macros to access new fields defined in symseg.h.
  4165.         Added decl for lookup_basetype_type.
  4166.     * dbxread.c 
  4167.     (condense_addl_misc_bunches): Function added to condense the misc
  4168.         function bunches added by reading in a new .o file.
  4169.     (read_addl_syms): Function added to read in symbols
  4170.         from a new .o file (incremental linking).
  4171.     (add_file_command): Command interface function to indicate
  4172.         incrmental linking of a new .o file; this now calls
  4173.         read_addl_syms and condense_addl_misc_bunches.
  4174.     (define_symbol): Modified code to handle types defined from base
  4175.         types which were not known when the derived class was
  4176.         output.
  4177.     (read_struct_type): Modified to better handle description of
  4178.         struct types as derived types.  Possibly derived from
  4179.         several different base classes.  Also added new code to
  4180.         mark definitions via virtual paths or via public paths.
  4181.         Killed seperate code to handle classes with destructors
  4182.         but without constructors and improved marking of classes
  4183.         as having destructors and constructors.
  4184.     * infcmd.c: Modified call to val_print (one more argument).
  4185.     * symtab.c (lookup_member_type): Modified to deal with new
  4186.         structure in symseg.h.
  4187.     (lookup_basetype_type): Function added to find or construct a type
  4188.         ?derived? from the given type.
  4189.     (decode_line_1): Modified to deal with new type data structures.
  4190.         Modified to deal with new number of args for
  4191.         decode_line_2.
  4192.     (decode_line_2): Changed number of args (?why?).
  4193.     (init_type): Added inits for new C++ fields from
  4194.         symseg.h.
  4195.     *valarith.c
  4196.     (value_x_binop, value_binop): Added cases for BINOP_MIN &
  4197.         BINOP_MAX.
  4198.     * valops.c
  4199.     (value_struct_elt, check_field,    value_struct_elt_for_address):
  4200.         Changed to deal with multiple possible baseclasses.
  4201.     (value_of_this): Made SELECTED_FRAME an extern variable.
  4202.     * valprint.c
  4203.     (val_print): Added an argument DEREF_REF to dereference references
  4204.         automatically, instead of printing them like pointers.
  4205.         Changed number of arguments in recursive calls to itself.
  4206.         Changed to deal with varibale numbers of base classes.
  4207.     (value_print): Changed number of arguments to val_print.  Print
  4208.         type of value also if value is a reference.
  4209.     (type_print_derivation_info): Added function to print out
  4210.         derivation info a a type.
  4211.     (type_print_base): Modified to use type_print_derivation_info and
  4212.         to handle multiple baseclasses.
  4213.     
  4214. Mon Nov 21 10:32:07 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4215.  
  4216.     * inflow.c (term_status_command): Add trailing newline to output. 
  4217.  
  4218.     * sparc-dep.c (do_save_insn, do_restore_insn): Saved
  4219.     "stop_registers" over the call for the sake of normal_stop and
  4220.     run_stack_dummy.
  4221.  
  4222.     * m-sparc.h (EXTRACT_RETURN_VALUE): Put in parenthesis to force
  4223.     addition of 8 to the int pointer, not the char pointer.
  4224.  
  4225.     * sparc-pinsn.c (print_addr1): Believe that I have gotten the
  4226.     syntax right for loads and stores as adb does it.
  4227.  
  4228.     * symtab.c (list_symbols): Turned search for match on rexegp into
  4229.     a single loop.
  4230.  
  4231.     * dbxread.c (psymtab_to_symtab): Don't read it in if it's already
  4232.     been read in.
  4233.  
  4234.     * dbxread.c (psymtab_to_symtab): Changed error to fatal in
  4235.     psymtab_to_symtab. 
  4236.  
  4237.     * expread.y (parse_number): Fixed bug which treated 'l' at end of
  4238.     number as '0'.
  4239.  
  4240. Fri Nov 18 13:57:33 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4241.  
  4242.     * dbxread.c (read_dbx_symtab, process_symbol_for_psymtab): Was
  4243.     being foolish and using pointers into an array I could realloc.
  4244.     Converted these pointers into integers.
  4245.  
  4246. Wed Nov 16 11:43:10 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4247.  
  4248.     * m-sparc.h (POP_FRAME): Made the new frame be PC_ADJUST of the
  4249.     old frame.
  4250.  
  4251.     * i386-pinsn.c, m-hp9k320.h, m-isi.h, m-merlin.h, m-news.h,
  4252.     m-npl.h, m-pn.h, m-sparc.h, m-sun2.h, m-sun3.h, m-umax.h, m-vax.h:
  4253.     Modified POP_FRAME to use the current frame instead of
  4254.     read_register (FP_REGNUM) and to flush_cached_frames before
  4255.     setting the current frame.  Also added a call to set the current
  4256.     frame in those POP_FRAMEs that didn't have it.
  4257.  
  4258.     * infrun.c (wait_for_inferior): Moved call to set_current_frame up
  4259.     to guarrantee that the current frame will always be set when a
  4260.     POP_FRAME is done.  
  4261.  
  4262.     * infrun.c (normal_stop): Added something to reset the pc of the
  4263.     current frame (was incorrect because of DECR_PC_AFTER_BREAK).
  4264.  
  4265.     * valprint.c (val_print): Changed to check to see if a string was
  4266.     out of bounds when being printed and to indicate this if so.
  4267.  
  4268.     * convex-dep.c (read_inferior_memory): Changed to return the value
  4269.     of errno if the call failed (which will be 0 if the call
  4270.     suceeded). 
  4271.  
  4272. Tue Nov 15 10:17:15 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4273.  
  4274.     * infrun.c (wait_for_inferior): Two changes: 1) Added code to
  4275.     not trigger the step breakpoint on recursive calls to functions
  4276.     without frame info, and 2) Added calls to distinguish recursive
  4277.     calls within a function without a frame (which next/nexti might
  4278.     wish to step over) from jumps to the beginning of a function
  4279.     (which it generally doesn't).
  4280.  
  4281.     * m-sparc.h (INIT_EXTRA_FRAME_INFO): Bottom set correctly for leaf
  4282.     parents. 
  4283.  
  4284.     * blockframe.c (get_prev_frame_cache_item): Put in mod to check
  4285.     for a leaf node (by presence or lack of function prologue).  If
  4286.     there is a leaf node, it is assumed that SAVED_PC_AFTER_CALL is
  4287.     valid.  Otherwise, FRAME_SAVED_PC or read_pc is used.
  4288.  
  4289.     * blockframe.c, frame.h: Did final deletion of unused routines and
  4290.     commented problems with getting a pointer into the frame cache in
  4291.     the frame_info structure comment.
  4292.  
  4293.     * blockframe.c, frame.h, stack.c: Killed use of
  4294.     frame_id_from_frame_info; used frame_id_from_addr instead.
  4295.  
  4296.     * blockframe.c, frame.h, stack.c, others (oops): Combined stack
  4297.     cache and frame info structures.
  4298.  
  4299.     * blockframe.c, sparc-dep.c, stack.c: Created the function
  4300.     create_new_frame and used it in place of bad calls to
  4301.     frame_id_from_addr. 
  4302.  
  4303.     * blockframe.c, inflow.c, infrun.c, i386-pinsn.c, m-hp9k320.h,
  4304.     m-npl.h, m-pn.h, m-sparc.h, m-sun3.h, m-vax.h, default-dep.c,
  4305.     convex-dep.c, gould-dep.c, hp9k320-dep.c, news-dep.c, sparc-dep.c,
  4306.     sun3-dep.c, umax-dep.c: Killed use of
  4307.     set_current_Frame_by_address.  Used set_current_frame
  4308.     (create_new_frame...) instead.
  4309.  
  4310.     * frame.h: Killed use of FRAME_FP_ID.
  4311.  
  4312.     * infrun.c, blockframe.c: Killed select_frame_by_address.  Used
  4313.     select_frame (get_current_frame (), 0) (which was correct in all
  4314.     cases that we need to worry about.
  4315.  
  4316. Mon Nov 14 14:19:32 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4317.  
  4318.     * frame.h, blockframe.c, stack.c, m-sparc.h, sparc-dep.c: Added
  4319.     mechanisms to deal with possible specification of frames
  4320.     dyadically. 
  4321.  
  4322. Sun Nov 13 16:03:32 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  4323.  
  4324.     * ns32k-opcode.h: Add insns acbw, acbd.
  4325.  
  4326. Sun Nov 13 15:09:58 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4327.  
  4328.     * breakpoint.c: Changed breakpoint structure to use the address of
  4329.     a given frame (constant across inferior runs) as the criteria for
  4330.     stopping instead of the frame ident (which varies across inferior
  4331.     calls). 
  4332.  
  4333. Fri Nov 11 13:00:22 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4334.  
  4335.     * gld-pinsn.c (findframe): Modified to work with the new frame
  4336.     id's.  Actually, it looks as if this routine should be called with
  4337.     an address anyway.
  4338.  
  4339.     * findvar.c (find_saved_register): Altered bactrace loop to work
  4340.     off of frames and not frame infos.
  4341.  
  4342.     * frame.h, blockframe.c, stack.c, sparc-dep.c, m-sparc.h: Changed
  4343.     FRAME from being the address of the frame to being a simple ident
  4344.     which is an index into the frame_cache_item list.
  4345.     * convex-dep.c, default-dep.c, gould-dep.c, hp9k320-dep.c,
  4346.     i386-pinsn.c, inflow.c, infrun.c, news-dep.c, sparc-dep.c,
  4347.     sun3-dep.c, umax-dep.c, m-hp9k320.h, m-npl.h, m-pn.h, m-sparc.h,
  4348.     m-sun3.h, m-vax.h: Changed calls of the form set_current_frame
  4349.     (read_register (FP_REGNUM)) to set_current_frame_by_address (...). 
  4350.  
  4351. Thu Nov 10 16:57:57 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4352.  
  4353.     * frame.h, blockframe.c, gld-pinsn.c, sparc-dep.c, stack.c,
  4354.     infrun.c, findvar.c, m-sparc.h: Changed the FRAME type to be
  4355.     purely an identifier, using FRAME_FP and FRAME_FP_ID to convert
  4356.     back and forth between the two.  The identifier is *currently*
  4357.     still the frame pointer value for that frame.
  4358.  
  4359. Wed Nov  9 17:28:14 1988  Chris Hanson  (cph at kleph)
  4360.  
  4361.     * m-hp9k320.h (FP_REGISTER_ADDR): Redefine this to return
  4362.     difference between address of given FP register, and beginning of
  4363.     `struct user' that it occurs in.
  4364.  
  4365.     * hp9k320-dep.c (core_file_command): Fix sign error in size
  4366.     argument to myread.  Change buffer argument to pointer; was
  4367.     copying entire structure.
  4368.     (fetch_inferior_registers, store_inferior_registers): Replace
  4369.     occurrences of `FP_REGISTER_ADDR_DIFF' with `FP_REGISTER_ADDR'.
  4370.     Flush former definition.
  4371.  
  4372. Wed Nov  9 12:11:37 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4373.  
  4374.     * xgdb.c: Killed include of initialize.h.
  4375.  
  4376.     * Pulled in xgdb.c from the net.
  4377.  
  4378.     * Checkpointed distribution (to provide to 3b2 guy).
  4379.  
  4380.     * coffread.c, dbxread.c, symmisc.c, symtab.c, symseg.h: Changed
  4381.     format of table of line number--pc mapping information.  Can
  4382.     handle negative pc's now.
  4383.  
  4384.     * command.c: Deleted local copy of savestring; code in utils.c is
  4385.     identical. 
  4386.  
  4387. Tue Nov  8 11:12:16 1988  Randall Smith  (randy at plantaris.ai.mit.edu)
  4388.  
  4389.     * gdb.texinfo: Added documentation for shell escape.
  4390.  
  4391. Mon Nov  7 12:27:16 1988  Randall Smith  (randy at sugar-bombs.ai.mit.edu)
  4392.  
  4393.     * command.c: Added commands for shell escape.
  4394.  
  4395.     * core.c, dbxread.c: Added ROBOTUSSIN mods.
  4396.  
  4397.     * Checkpointed distribution.
  4398.  
  4399.     * printcmd.c (x_command): Yanked error if there is no memory to
  4400.     examine (could be looking at executable straight).
  4401.  
  4402.     * sparc-pinsn.c (print_insn): Amount to leftshift sethi imm by is
  4403.     now 10 (matches adb in output).
  4404.  
  4405.     * printcmd.c (x_command): Don't attempt to set $_ & $__ if there
  4406.     is no last_examine_value (can happen if you did an x/0).
  4407.  
  4408. Fri Nov  4 13:44:49 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4409.  
  4410.     * printcmd.c (x_command): Error if there is no memory to examine.
  4411.  
  4412.     * gdb.texinfo: Added "cont" to the command index.
  4413.  
  4414.     * sparc-dep.c (do_save_insn): Fixed typo in shift amount.
  4415.  
  4416.     * m68k-opcode.h: Fixed opcodes for 68881.
  4417.  
  4418.     * breakpoint.c, infcmd.c, source.c: Changed defaults in several
  4419.     places for decode_line_1 to work off of the default_breakpoint_*
  4420.     values instead of current_source_* values (the current_source_*
  4421.     values are off by 5 or so because of listing defaults).
  4422.  
  4423.     * stack.c (frame_info): ifdef'd out FRAME_SPECIFCATION_DYADIC in
  4424.     the stack.c module.  If I can't do this right, I don't want to do
  4425.     it at all.  Read the comment there for more info.
  4426.  
  4427. Mon Oct 31 16:23:06 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4428.  
  4429.     * gdb.texinfo: Added documentation on the "until" command.
  4430.  
  4431. Sat Oct 29 17:47:10 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4432.  
  4433.     * breakpoint.c, infcmd.c: Added UNTIL_COMMAND and subroutines of
  4434.     it. 
  4435.  
  4436.     * breakpoint.c, infcmd.c, infrun.c: Added new field to breakpoint
  4437.     structure (silent, indicating a silent breakpoint), and modified
  4438.     breakpoint_stop_status and things that read it's return value to
  4439.     understand it.
  4440.  
  4441. Fri Oct 28 17:45:33 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4442.  
  4443.     * dbxread.c, symmisc.c: Assorted speedups for readin, including
  4444.     special casing most common symbols, and doing buffering instead of
  4445.     calling malloc.  
  4446.  
  4447. Thu Oct 27 11:11:15 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4448.  
  4449.     * stack.c, sparc-dep.c, m-sparc.h: Modified to allow "info frame"
  4450.     to take two arguments on the sparc and do the right thing with
  4451.     them. 
  4452.  
  4453.     * dbxread.c (read_dbx_symtab, process_symbol_for_psymtab): Put
  4454.     stuff to put only symbols that didn't have debugging info on the
  4455.     misc functions list back in.
  4456.  
  4457. Wed Oct 26 10:10:32 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4458.  
  4459.     * valprint.c (type_print_varspec_suffix): Added check for
  4460.     TYPE_LENGTH(TYPE_TARGET_TYPE(type)) > 0 to prevent divide by 0.
  4461.  
  4462.     * printcmd.c (print_formatted): Added check for VALUE_REPEATED;
  4463.     value_print needs to be called for that.
  4464.  
  4465.     * infrun.c (wait_for_inferior): Added break when you decide to
  4466.     stop on a null function prologue rather than continue stepping.
  4467.  
  4468.     * m-sun3.h: Added explanatory comment to REGISTER_RAW_SIZE.
  4469.  
  4470.     * expread.y (parse_c_1): Initialized paren_depth for each parse.
  4471.  
  4472. Tue Oct 25 14:19:38 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4473.  
  4474.     * valprint.c, coffread.c, dbxread.c: Enum constant values in enum
  4475.     type now accessed through TYPE_FIELD_BITPOS.
  4476.  
  4477.     * dbxread.c (process_symbol_for_psymtab): Added code to deal with
  4478.     possible lack of a ":" in a debugging symbol (do nothing).
  4479.  
  4480.     * symtab.c (decode_line_1): Added check in case of all numbers for
  4481.     complete lack of symbols.
  4482.  
  4483.     * source.c (select_source_symtab): Made sure that this wouldn't
  4484.     bomb on complete lack of symbols.
  4485.  
  4486. Mon Oct 24 12:28:29 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4487.  
  4488.     * m-sparc.h, findvar.c: Ditched REGISTER_SAVED_UNIQUELY and based
  4489.     code on REGISTER_IN_WINDOW_P and HAVE_REGISTER_WINDOWS.  This will
  4490.     break when we find a register window machine which saves the
  4491.     window registers within the context of an inferior frame.
  4492.  
  4493.     * sparc-dep.c (frame_saved_pc): Put PC_ADJUST return back in for
  4494.     frame_saved_pc.  Seems correct.
  4495.  
  4496.     * findvar.c, m-sparc.h: Created the macro REGISTER_SAVED_UNIQUELY
  4497.     to handle register window issues (ie. that find_saved_register
  4498.     wasn't checking the selected frame itself for shit). 
  4499.  
  4500.     * sparc-dep.c (core_file_command): Offset target of o & g register
  4501.     bcopy by 1 to hit correct registers.
  4502.  
  4503.     * m-sparc.h: Changed STACK_END_ADDR.
  4504.  
  4505. Sun Oct 23 19:41:51 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4506.  
  4507.     * sparc-dep.c (core_file_command): Added in code to get the i & l
  4508.     registers from the stack in the corefile, and blew away some wrong
  4509.     code to get i & l from inferior.
  4510.  
  4511. Fri Oct 21 15:09:19 1988  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  4512.  
  4513.     * m-sparc.h (PUSH_DUMMY_FRAME): Saved the value of the RP register
  4514.     in the location reserved for i7 (in the created frame); this way
  4515.     the rp value won't get lost.  The pc (what we put into the rp in
  4516.     this routine) gets saved seperately, so we loose no information.
  4517.  
  4518.     * sparc-dep.c (do_save_insn & do_restore_insn): Added a wrapper to
  4519.     preserve the proceed status state variables around each call to
  4520.     proceed (the current frame was getting munged because this wasn't
  4521.     being done).
  4522.  
  4523.     * m-sparc.h (FRAME_FIND_SAVED_REGS): Fix bug: saved registers
  4524.     addresses were being computed using absolute registers number,
  4525.     rather than numbers relative to each group of regs.
  4526.  
  4527.     * m-sparc.h (POP_FRAME): Fixed a bug (I hope) in the context
  4528.     within which saved reg numbers were being interpetted.  The
  4529.     values to be restored were being gotten in the inferior frame, and
  4530.     the restoring was done in the superior frame.  This means that i
  4531.     registers must be restored into o registers.
  4532.  
  4533.     * sparc-dep.c (do_restore_insn): Modified to take a pc as an
  4534.     argument, instead of a raw_buffer.  This matches (at least it
  4535.     appears to match) usage from POP_FRAME, which is the only place
  4536.     from which do_restore_insn is called.
  4537.  
  4538.     * sparc-dep.c (do_save_insn and do_restore_insn): Added comments.
  4539.  
  4540.     * m-sparc.h (FRAME_FIND_SAVED_REGS): Modified my code to find the
  4541.     save addresses of out registers to use the in regs off the stack
  4542.     pointer when the current frame is 1 from the innermost.
  4543.  
  4544. Thu Oct 20 13:56:15 1988  & Smith  (randy at hobbes.ai.mit.edu)
  4545.  
  4546.     * blockframe.c, m-sparc.h: Removed code associated with
  4547.     GET_PREV_FRAME_FROM_CACHE_ITEM.  This code was not needed for the
  4548.     sparc; you can always find the previous frames fp from the fp of
  4549.     the current frame (which is the sp of the previous).  It's getting
  4550.     the information associated with a given frame (ie. saved
  4551.     registers) that's a bitch, because that stuff is saved relative to
  4552.     the stack pointer rather than the frame pointer.
  4553.  
  4554.     * m-sparc.h (GET_PREV_FRAME_FROM_CACHE_ITEM): Modified to return
  4555.     the frame pointer of the previous frame instead of the stack
  4556.     pointer of same.
  4557.  
  4558.     * blockframe.c (flush_cached_frames): Modified call to
  4559.     obstack_free to free back to frame_cache instead of back to zero.
  4560.     This leaves the obstack control structure in finite state (and
  4561.     still frees the entry allocated at frame_cache).
  4562.  
  4563. Sat Oct 15 16:30:47 1988  & Smith  (randy at tartarus.uchicago.edu)
  4564.  
  4565.     * valops.c (call_function): Suicide material here.  Fixed a typo;
  4566.     CALL_DUMMY_STACK_ADJUST was spelled CAll_DUMMY_STACK_ADJUST on
  4567.     line 530 of the file.  This cost me three days.  I'm giving up
  4568.     typing for lent.
  4569.  
  4570. Fri Oct 14 15:10:43 1988  & Smith  (randy at tartarus.uchicago.edu)
  4571.  
  4572.     * m-sparc.h: Corrected a minor mistake in the dummy frame code
  4573.     that was getting the 5th argument and the first argument from the
  4574.     same place.
  4575.  
  4576. Tue Oct 11 11:49:33 1988  & Smith  (randy at tartarus.uchicago.edu)
  4577.  
  4578.     * infrun.c: Made stop_after_trap and stop_after_attach extern
  4579.     instead of static so that code which used proceed from machine
  4580.     dependent files could fiddle with them.
  4581.  
  4582.     * blockframe.c, frame.h, sparc-dep.c, m-sparc.h: Changed sense of
  4583.     ->prev and ->next in struct frame_cache_item to fit usage in rest
  4584.     of gdb (oops).
  4585.  
  4586. Mon Oct 10 15:32:42 1988  Randy Smith  (randy at gargoyle.uchicago.edu)
  4587.  
  4588.     * m-sparc.h, sparc-dep.c, blockframe.c, frame.h: Wrote
  4589.     get_frame_cache_item.  Modified FRAME_SAVED_PC and frame_saved_pc
  4590.     to take only one argument and do the correct thing with it.  Added
  4591.     the two macros I recently defined in blockframe.c to m-sparc.h.
  4592.     Have yet to compile this thing on a sparc, but I've now merged in
  4593.     everything that I received from tiemann, either exactly, or simply
  4594.     effectively. 
  4595.  
  4596.     * source.c: Added code to allocated space to sals.sals in the case
  4597.     where no line was specified.
  4598.  
  4599.     * blockframe.c, infrun.c: Modified to cache stack frames requested
  4600.     to minimize accesses to subprocess.
  4601.  
  4602. Tue Oct  4 15:10:39 1988  Randall Smith  (randy at cream-of-wheat.ai.mit.edu)
  4603.  
  4604.     * config.gdb: Added sparc.
  4605.  
  4606. Mon Oct  3 23:01:22 1988  Randall Smith  (randy at cream-of-wheat.ai.mit.edu)
  4607.  
  4608.     * Makefile, blockframe.c, command.c, core.c, dbxread.c, defs.h,
  4609.     expread.y, findvar.c, infcmd.c, inflow.c, infrun.c, sparc-pinsn.c,
  4610.     m-sparc.h, sparc-def.c, printcmd.c, stack.c, symmisc.c, symseg.h,
  4611.     valops.c, values.c: Did initial merge of sparc port.  This will
  4612.     not compile; have to do stack frame caching and finish port.
  4613.  
  4614.     * inflow.c, gdb.texinfo: `tty' now resets the controling terminal. 
  4615.  
  4616. Fri Sep 30 11:31:16 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4617.  
  4618.     * inferior.h, infcmd.c, infrun.c: Changed the variable
  4619.     stop_random_signal to stopped_by_random signal to fit in better
  4620.     with name conventions (variable is not a direction to the
  4621.     proceed/resume set; it is information from it).
  4622.  
  4623. Thu Sep 29 13:30:46 1988  Randall Smith  (randy at cream-of-wheat.ai.mit.edu)
  4624.  
  4625.     * infcmd.c (finish_command): Value type of return value is now
  4626.     whatever the function returns, not the type of the function (fixed
  4627.     a bug in printing said value).
  4628.  
  4629.     * dbxread.c (read_dbx_symtab, process_symbol_for_psymtab):
  4630.     Put *all* global symbols into misc_functions.  This is what was
  4631.     happening anyway, and we need it for find_pc_misc_function.
  4632.  
  4633.     ** This was eventually taken out, but I didn't mark it in the
  4634.     ChangeLog.  Oops.
  4635.  
  4636.     * dbxread.c (process_symbol_for_psymtab): Put every debugger
  4637.     symbol which survives the top case except for constants on the
  4638.     symchain.  This means that all of these *won't* show up in misc
  4639.     functions (this will be fixed once I make sure it's broken the way
  4640.     it's supposed to be).
  4641.  
  4642.     * dbxread.c: Modified placement of debugger globals onto the hash
  4643.     list; now we exclude the stuff after the colon and don't skip the
  4644.     first character (debugger symbols don't have underscores).
  4645.  
  4646.     * dbxread.c: Killed debuginfo stuff with ifdef's.
  4647.  
  4648. Wed Sep 28 14:31:51 1988  Randall Smith  (randy at cream-of-wheat.ai.mit.edu)
  4649.  
  4650.     * symtab.h, dbxread.c: Modified to deal with BINCL, EINCL, and
  4651.     EXCL symbols produced by the sun loader by adding a list of
  4652.     pre-requisite partial_symtabs that each partial symtab needs.
  4653.  
  4654.     * symtab.h, dbxread.c, symtab.c, symmisc.c: Modified to avoid
  4655.     doing a qsort on the local (static) psymbols for each file to
  4656.     speed startup.  This feature is not completely debugged, but it's
  4657.     inclusion has forced the inclusion of another feature (dealing
  4658.     with EINCL's, BINCL's and EXCL's) and so I'm going to go in and
  4659.     deal with them.
  4660.  
  4661.     * dbxread.c (process_symbol_for_psymtab): Made sure that the class
  4662.     of the symbol made it into the partial_symbol entry.
  4663.  
  4664. Tue Sep 27 15:10:26 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4665.  
  4666.     * dbxread.c: Fixed bug; init_psymbol_list was not being called
  4667.     with the right number of arguments (1).
  4668.  
  4669.     * dbxread.c: Put ifdef's around N_MAIN, N_M2C, and N_SCOPE to
  4670.     allow compilation on a microvax.
  4671.  
  4672.     * config.gdb: Modified so that "config.gdb vax" would work.
  4673.  
  4674.     * dbxread.c, symtab.h, symmisc.h, symtab.c, source.c: Put in many
  4675.     and varied hacks to speed up gdb startup including: A complete
  4676.     rewrite of read_dbx_symtab, a modification of the partial_symtab
  4677.     data type, deletion of select_source_symtab from
  4678.     symbol_file_command, and optimiztion of the call to strcmp in
  4679.     compare_psymbols. 
  4680.  
  4681. Thu Sep 22 11:08:54 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4682.  
  4683.     * dbxread.c (psymtab_to_symtab): Removed call to
  4684.     init_misc_functions. 
  4685.  
  4686.     * dbxread.c: Fixed enumeration type clash (used enum instead of
  4687.     integer constant).
  4688.  
  4689.     * breakpoint.c: Fixed typo; lack of \ at end of line in middle of
  4690.     string constant. 
  4691.  
  4692.     * symseg.h: Fixed typo; lack of semicolon after structure
  4693.     definition. 
  4694.  
  4695.     * command.c, breakpoint.c, printcmd.c: Added cmdlist editing
  4696.     functions to add commands with the abbrev flag set.  Changed
  4697.     help_cmd_list to recognize this flag and modified unset,
  4698.     undisplay, and enable, disable, and delete breakpoints to have
  4699.     this flag set.
  4700.  
  4701. Wed Sep 21 13:34:19 1988  Randall Smith  (randy at plantaris.ai.mit.edu)
  4702.  
  4703.     * breakpoint.c, infcmd.c, gdb.texinfo: Created "unset" as an alias
  4704.     for delete, and changed "unset-environment" to be the
  4705.     "environment" subcommand of "delete".
  4706.  
  4707.     * gdb.texinfo, valprint.c: Added documentation in the manual for
  4708.     breaking the set-* commands into subcommands of set.  Changed "set
  4709.     maximum" to "set array-max".
  4710.  
  4711.     * main.c, printcmd.c, breakpoint.c: Moved the declaration of
  4712.     command lists into main and setup a function in main initializing
  4713.     them to guarrantee that they would be initialized before calling
  4714.     any of the individual files initialize routines.
  4715.  
  4716.     * command.c (lookup_cmd): A null string subcommand is treated as
  4717.     an unknown subcommand rather than an ambiguous one (eg. "set $x =
  4718.     1" will now work).
  4719.  
  4720.     * infrun.c (wait_for_inferior): Put in ifdef for Sony News in
  4721.     check for trap by INNER_THAN macro.
  4722.  
  4723.     * eval.c (evaluate_subexp): Put in catch to keep the user from
  4724.     attempting to call a non function as a function.
  4725.  
  4726. Tue Sep 20 10:35:53 1988  Randall Smith  (randy at oatmeal.ai.mit.edu)
  4727.  
  4728.     * dbxread.c (read_dbx_symtab): Installed code to keep track of
  4729.     which global symbols did not have debugger symbols refering to
  4730.     them, and recording these via record_misc_function.
  4731.  
  4732.     * dbxread.c: Killed code to check for extra global symbols in the
  4733.     debugger symbol table.
  4734.  
  4735.     * printcmd.c, breakpoint.c: Modified help entries for several
  4736.     commands to make sure that abbreviations were clearly marked and
  4737.     that the right commands showed up in the help listings.
  4738.  
  4739.     * main.c, command.c, breakpoint.c, infcmd.c, printcmd.c,
  4740.     valprint.c, defs.h: Modified help system to allow help on a class
  4741.     name to show subcommands as well as commands and help on a command
  4742.     to show *all* subcommands of that command.
  4743.  
  4744. Fri Sep 16 16:51:19 1988  Randall Smith  (randy at gluteus.ai.mit.edu)
  4745.  
  4746.     * breakpoint.c (_initialize_breakpoint): Made "breakpoints"
  4747.     subcommands of enable, disable, and delete use class 0 (ie. they
  4748.     show up when you do a help xxx now).
  4749.  
  4750.     * infcmd.c,printcmd,c,main.c,valprint.c: Changed the set-*
  4751.     commands into subcommands of set.  Created "set variable" for use
  4752.     with variables whose names might conflict with other subcommands.
  4753.  
  4754.     * blockframe.c, dbxread.c, coffread.c, expread.y, source.c:
  4755.     Fixed mostly minor (and one major one in block_for_pc) bugs
  4756.     involving checking the partial_symtab_list when a scan through the
  4757.     symtab_list fails.
  4758.  
  4759. Wed Sep 14 12:02:05 1988  Randall Smith  (randy at sugar-smacks.ai.mit.edu)
  4760.  
  4761.     * breakpoint.c, gdb.texinfo: Added enable breakpoints, disable
  4762.     breakpoints and delete breakpoints as synonyms for enable,
  4763.     disable, and delete.  This seemed reasonable because of the
  4764.     immeninent arrival of watchpoints & etc.
  4765.  
  4766.     * gdb.texinfo: Added enable display, disable display, and delete
  4767.     display to manual.
  4768.  
  4769. Tue Sep 13 16:53:56 1988  Randall Smith  (randy at sugar-smacks.ai.mit.edu)
  4770.  
  4771.     * inferior.h, infrun.c, infcmd.c: Added variable
  4772.     stop_random_signal to indicate when a proceed had been stopped by
  4773.     an unexpected signal.  Used this to determine (in normal_stop)
  4774.     whether the current display point should be deleted.
  4775.  
  4776.     * valops.c: Fix to value_ind to check for reference before doing a
  4777.     COERCE_ARRAY.
  4778.  
  4779. Sun Jul 31 11:42:36 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  4780.  
  4781.     * breakpoint.c (_initialize_breakpoint): Clean up doc for commands
  4782.     that can now apply also to auto-displays.
  4783.  
  4784.     * coffread.c (record_line): Corrected a spazz in editing.
  4785.     Also removed the two lines that assume line-numbers appear
  4786.     only in increasing order.
  4787.  
  4788. Tue Jul 26 22:19:06 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4789.  
  4790.     * expression.h, eval.c, expprint.c, printcmd.c, valarith.c,
  4791.     valops.c, valprint.c, values.c, m-*.h: Changes for evaluating and
  4792.     displaying 64-bit `long long' integers.  Each machine must define
  4793.     a LONGEST type, and a BUILTIN_TYPE_LONGEST.
  4794.  
  4795.     * symmisc.c: (print_symtab) check the status of the fopen and call
  4796.     perror_with_name if needed.
  4797.  
  4798. Thu Jul 21 00:56:11 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4799.  
  4800.     * Convex: core.c: changes required by Convex's SOFF format were
  4801.     isolated in convex-dep.c.
  4802.  
  4803. Wed Jul 20 21:26:10 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4804.  
  4805.     * coffread.c, core.c, expread.y, i386-pinsn.c, infcmd.c, inflow.c,
  4806.     infrun.c, m-i386.h, main.c, remote.c, source.c, valops.c:
  4807.     Improvements for the handling of the i386 and other machines
  4808.     running USG.  (Several of these files just needed extra header files
  4809.     such as types.h.) utils.c: added bcopy, bcmp, bzero, getwd, list
  4810.     of signals, and queue routines for USG systems.  Added vfork macro
  4811.     to i386
  4812.  
  4813.     * printcmd.c, breakpoint.c: New commands to enable/disable
  4814.     auto-displays.  Also `delete display displaynumber' works like
  4815.     `undisplay displaynumber'.
  4816.  
  4817. Tue Jul 19 02:17:18 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4818.  
  4819.     * coffread.c: (coff_lookup_type)  Wrong portion of type_vector was
  4820.     being bzero'd after type_vector was reallocated.
  4821.  
  4822.     * printcmd.c: (delete_display) Check for a display chain before
  4823.     attempting to delete a display.
  4824.  
  4825.     * core.c, *-dep.c (*-infdep moved to *-dep): machine-dependent
  4826.     parts of core.c (core_file_command, exec_file_command) moved to
  4827.     *-dep.c. 
  4828.  
  4829. Mon Jul 18 19:45:51 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4830.  
  4831.     * dbxread.c: typo in read_struct_type (missing '=') was causing a
  4832.     C struct to be parsed as a C++ struct, resulting in a `invalid
  4833.     character' message.
  4834.  
  4835. Sun Jul 17 22:27:32 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4836.  
  4837.     * printcmd.c, symtab.c, valops.c, expread.y: When an expression is
  4838.     read, the innermost block required to evaluate the expression is
  4839.     saved in the global variable `innermost_block'.  This information
  4840.     is saved in the `block' field of an auto-display so that
  4841.     expressions with inactive variables can be skipped.  `info display'
  4842.     tells the user which displays are active and which are not.  New
  4843.     fn `contained_in' returns nonzero if one block is contained within
  4844.     another. 
  4845.  
  4846. Fri Jul 15 01:53:14 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4847.  
  4848.     * infrun.c, m-i386.h: Use macro TRAPS_EXPECTED to set number of
  4849.     traps to skip when sh execs the program.  Default is 2, m-i386.h
  4850.     overrides this and sets to 4.
  4851.  
  4852.     * coffread.c, infrun.c: minor changes for the i386.  May be able
  4853.     to eliminate them with more general code.
  4854.  
  4855.     * default-infdep.c: #ifdef SYSTEMV, include header file types.h.
  4856.     Also switched the order of signal.h and user.h, since System 5
  4857.     requires signal.h to come first.
  4858.  
  4859.     * core.c main.c, remote,c, source.c, inflow.c: #ifdef SYSTEMV,
  4860.     include various header files.  Usually types.h and fcntl.h.
  4861.  
  4862.     * utils.c: added queue routines needed by the i386 (and other sys
  4863.     5 machines).
  4864.  
  4865.     * sys5.c, regex.c, regex.h: new files for sys 5 systems.  (The
  4866.     regex files are simply links to /gp/gnu/lib.)
  4867.  
  4868. Thu Jul 14 01:47:14 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4869.  
  4870.     * config.gdb, README: Provide a list of known machines when user
  4871.     enters an invalid machine.  New second arg is operating system,
  4872.     currently only used with `sunos4' or `os4'. Entry for i386 added.
  4873.  
  4874.     * news-infdep.c: new file.
  4875.  
  4876.     * m-news.h: new version which deals with new bugs in news800's OS.
  4877.  
  4878. Tue Jul 12 19:52:16 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4879.  
  4880.     * Makefile, *.c, munch, config.gdb, README: New initialization
  4881.     scheme uses nm to find functions whose names begin with
  4882.     `_initialize_'.  Files `initialize.h', `firstfile.c',
  4883.     `lastfile.c', `m-*init.h' no longer needed. 
  4884.  
  4885.     * eval.c, symtab.c, valarith.c, valops.c, value.h, values.c: Bug
  4886.     fixes from gdb+ 2.5.4.  evaluate_subexp takes a new arg, type
  4887.     expected. New fn value_virtual_fn_field.
  4888.  
  4889. Mon Jul 11 00:48:49 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4890.  
  4891.     * core.c (read_memory): xfer_core_file was being called with an
  4892.     extra argument (0) by read_memory.
  4893.  
  4894.     * core.c (read_memory), *-infdep.c (read_inferior_memory),
  4895.     valops.c (value_at): read_memory and read_inferior_memory now work
  4896.     like write_memory and write_inferior_memory in that errno is
  4897.     checked after each ptrace and returned to the caller.  Used in
  4898.     value_at to detect references to addresses which are out of
  4899.     bounds.  Also core.c (xfer_core_file): return 1 if invalid
  4900.     address, 0 otherwise.
  4901.  
  4902.     * inflow.c, <machine>-infdep.c: removed all calls to ptrace from
  4903.     inflow.c and put them in machine-dependent files *-infdep.c.
  4904.  
  4905. Sun Jul 10 19:19:36 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4906.  
  4907.     * symmisc.c: (read_symsegs) Accept only format number 2.  Since
  4908.     the size of the type structure changed when C++ support was added,
  4909.     format 1 can no longer be used.
  4910.  
  4911.     * core.c, m-sunos4.h: (core_file_command) support for SunOS 4.0.
  4912.     Slight change in the core structure.  #ifdef SUNOS4.  New file
  4913.     m-sunos4.h.  May want to change config.gdb also.
  4914.  
  4915. Fri Jul  8 19:59:49 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4916.  
  4917.     * breakpoint.c: (break_command_1) Allow `break if condition'
  4918.     rather than parsing `if' as a function name and returning an
  4919.     error.
  4920.  
  4921. Thu Jul  7 22:22:47 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4922.  
  4923.     * C++: valops.c, valprint.c, value.h, values.c: merged code to deal
  4924.     with C++ expressions.
  4925.  
  4926. Wed Jul  6 03:28:18 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4927.  
  4928.         * C++: dbxread.c: (read_dbx_symtab, condense_misc_bunches,
  4929.     add_file_command)  Merged code to read symbol information from
  4930.     an incrementally linked file.  symmisc.c:
  4931.     (init_free_inclink_symtabs, free_inclink_symtabs) Cleanup
  4932.     routines.
  4933.  
  4934. Tue Jul  5 02:50:41 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4935.  
  4936.     * C++: symtab.c, breakpoint.c, source.c:  Merged code to deal with
  4937.     ambiguous line specifications.  In C++ one can have overloaded
  4938.     function names, so that `list classname::overloadedfuncname'
  4939.     refers to several different lines, possibly in different files.
  4940.  
  4941. Fri Jul  1 02:44:20 1988  Peter TerMaat  (pete at corn-chex.ai.mit.edu)
  4942.  
  4943.     * C++: symtab.c: replaced lookup_symtab_1 and lookup_symtab_2 with
  4944.     a modified lookup_symbol which checks for fields of the current
  4945.     implied argument `this'.  printcmd.c, source.c, symtab.c,
  4946.     valops.c: Need to change callers once callers are
  4947.     installed. 
  4948.  
  4949. Wed Jun 29 01:26:56 1988  Peter TerMaat  (pete at frosted-flakes.ai.mit.edu)
  4950.  
  4951.     * C++: eval.c, expprint.c, expread.y, expression.h, valarith.c, 
  4952.     Merged code to deal with evaluation of user-defined operators,
  4953.     member functions, and virtual functions.
  4954.     binop_must_be_user_defined tests for user-defined binops, 
  4955.     value_x_binop calls the appropriate operator function. 
  4956.  
  4957. Tue Jun 28 02:56:42 1988  Peter TerMaat  (pete at frosted-flakes.ai.mit.edu)
  4958.  
  4959.     * C++: Makefile: changed the echo: expect 101 shift/reduce conflicts 
  4960.     and 1 reduce/reduce conflict.
  4961.  
  4962. Local Variables:
  4963. mode: indented-text
  4964. left-margin: 8
  4965. fill-column: 74
  4966. version-control: never
  4967. End:
  4968.