More avoidance of writing documentation in the internals manual.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 66ab82f5f0d3df24a73729208803cecaca93f4a3..93dbffb9de2399794cf5d68de69f27f747c9cabc 100644 (file)
@@ -1,3 +1,430 @@
+Wed Sep  9 19:37:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * dbxread.c (IGNORE_SYMBOL): Remove definition, is never used.
+       * os9kread.c: Remove comment mentioning IGNORE_SYMBOL.
+
+Wed Sep  9 11:39:05 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * blockframe.c(find_pc_sect_partial_function): look for min syms in
+         the same section when trying to guess the end of a function.
+       * symfile.c(list_overlays_command): use print_address_numeric
+       * remote-sim.c: export simulator_command
+start-sanitize-r5900
+       * tm-r5900.h: add COP0 registers
+end-sanitize-r5900
+start-sanitize-sky
+       * txvu-tdep.c: printvector and printvector-order commands
+       * tm-txvu.h: add COP0 registers
+       * mips-tdep.c: use NUM_CORE_REGS
+end-sanitize-sky
+       
+1998-09-08  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * breakpoint.c (bpstat_stop_status):  Declare a bp match if the
+       current fp matches the bp->fp OR if the current fp is less than
+       the bp->fp if we're looking at a bp_step_resume breakpoint.
+
+Tue Sep  8 19:42:58 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * symtab.h (struct symtab): Remove EXTRA_SYMTAB_INFO hook,
+       not currently used.
+       * symfile.c (allocate_symtab): Deprecate use of
+       INIT_EXTRA_SYMTAB_INFO here.
+
+Fri Sep  4 15:33:25 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * README: Update remote debugging and testsuite info.
+
+Thu Sep  3 13:50:20 1998  Mark Alexander  <marka@cygnus.com>
+
+       * config/mn10300/tm-mn10300.h (FP_REGNUM): Redefine to be a
+       pseudo-register, not the same as a3.
+       (D2_REGNUM, D3_REGNUM, A2_REGNUM, A3_REGNUM): Define.
+       * mn10300-tdep.c (fix_frame_pointer): New function.
+       (set_movm_offsets): Use register number macros instead of
+       hard-coded constants.
+       (mn10300_analyze_prologue): Fix to handle redefinition of FP_REGNUM.
+       (mn10300_frame_chain):  Fix to handle redefinition of FP_REGNUM;
+       use register number macros instead of hard-coded constants;
+       add missing parameter to call of mn10300_analyze_prologue.
+       (mn10300_frame_saved_pc): Use register number macros instead of
+       hard-coded constants.
+
+Tue Sep  1 12:04:57 EDT 1998  Zdenek Radouch   (radouch@cygnus.com)
+
+       Changes to support/fix ARM/ELF port.  Use MAKE_MSYMBOL_SPECIAL for
+       both ELF and COFF;
+       * elfread.c (elf_symtab_read): use ELF specific macro
+       * coffread.c (coff_symtab_read): use COFF_MAKE_MSYMBOL_SPECIAL()
+       * arm-tdep.c: separate COFF and ELF thumb processing
+                       disable --mapcs-float processing
+       * dwarf2read.c: Disabled building of minimal symbols
+       * config/arm/tm-arm.h: new macros for distinguishing arm/thumb
+       * config/mips/tm-mips.h: use ELF specific macro
+
+Mon Aug 31 15:42:10 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * top.c (context_hook): Define.
+
+Tue Aug 25 13:21:58 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * ax-gdb.c (gen_var_ref): Allow for typedef types.
+       (gen_cast, gen_bitfield_ref, gen_expr, gen_deref): ditto.
+
+Mon Aug 24 18:29:03 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c (collect_symbol): Handle register doubles that
+       are stored in two registers.
+
+Mon Aug 24 14:39:08 1998  Mark Alexander  <marka@cygnus.com>
+
+       * sh-stub.c (undoSStep): Improve comment.
+       * sparc-tdep.c (sparc_extract_struct_value_address): Simplify to use
+       same method on both 32-bit and 64-bit machines.
+       * sparcl-tdep.c (sparclite_check_watch_resources): Simulator doesn't
+       support hardware breakpoints.
+       * config/sparc/tm-sparc.h (CALL_DUMMY): Improve comments.
+
+1998-08-20  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        * rdi-share/Makefile.am (INCLUDES): Fix typeo.
+        * rdi-share/Makefile.in: Regenerated.
+
+1998-08-19  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        * rdi-share/Makefile.am: Use just `INCLUDES' not `libname_INCLUDES'.
+        * rdi-share/Makefile.in: Regenerated.
+
+1998-08-19  Keith Seitz  <keiths@cygnus.com>
+
+       * v850ice.c (v850ice_stop): New function to stop the ICE.
+       (v850ice_load) Pass filename to ICE DLL.
+       (ice_stepi, ice_nexti, ice_cont): Do not directly call the gdb
+       commands -- let the GUI do it so that it can retain control
+       of the display.
+
+Wed Aug 19 15:53:52 1998  Anthony Green  <green@hoser.cygnus.com>
+
+       * i386v4-nat.c: Include sys/reg.h if present.
+
+Wed Aug 19 03:07:53 1998  Richard Henderson  <rth@cygnus.com>
+
+       * config/alpha/alpha-linux (XDEPFILES): Build ser-tcp.
+
+1998-08-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+        * symtab.c (decode_line_1): For minimal symbol, SKIP_PROLOG to
+        make sure we stop after the frame pointer is locaded and backtrace
+        prints an accurate stack.  Complements changes made on Mon Jul 27
+        10:45:56 1998
+        (decode_line_2): Replaced the whitespace after ">" in a prompt
+        which has been taken away by changes made on Sun Jul 19 02:11:45
+        1998
+
+1998-08-18  Keith Seitz  <keiths@cygnus.com>
+
+       * stack.c: Define new hook, selected_frame_level_changed_hook, which
+       will be called whenever the selected stack level changes.
+       (select_frame): Call the selected_frame_level_changed_hook.
+       
+Tue Aug 18 18:03:42 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-rdi.c (arm_rdi_open): Pass serial device name to
+       Adp_OpenDevice, and include it in error reports.
+
+1998-08-18  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Add more header files to AC_CHECK_HEADERS.
+       * configure: Regenerated.
+
+       * command.c: Include wait.h or sys/wait.h if present.
+       * inftarg.c: Ditto.
+       * core-aout.c: Include ptrace.h or sys/ptrace.h if present, based
+       on autoconf test.
+       * infptrace.c: Ditto.
+
+       * expprint.c: Include ctype.h for isprint prototype.
+       * i386aix-nat.c: Include sys/reg.h if autoconf says it is present.
+       * i386v-nat.c: Include ptrace.h, sys/ptrace.h, and sys/reg.h if 
+       present, based on autoconf test.  
+
+       * utils.c: Include curses.h and term.h if present.
+       (puts_debug): Change 'carriage_return' local variable to return_p
+       to avoid name clash.
+
+       * config/m68k/nm-apollo68b.h: Don't define PTRACE_IN_WRONG_PLACE,
+       determine it with autoconf.
+        * config/i386/nm-linux.h: Don't define NO_SYS_REG_H, determine it
+        with autoconf.
+       * config/i386/nm-i386sco.h: Don't define NO_PTRACE_H, determine it 
+       with autoconf.
+       * config/i386/nm-i386v.h: Ditto.
+       * config/i386/nm-symmetry.h: Ditto.
+       * config/m88k/xm-cxux.h: Ditto.
+       * config/m88k/xm-dgux.h: Ditto.
+
+       * config/m68k/delta68.mh (NAT_FILE): nm-delta68.h no longer necessary.
+       * config/m68k/nm-delta68.h: Removed.
+
+Fri Aug 14 11:14:03 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-tdep.c (set_movm_offsets): Change second argument to
+       be the actual args to movm itself.  All callers changed.  Only set
+       fi->fsr.regs[x] if reg X is saved by the movm instruction.
+
+Fri Aug 14 04:18:23 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * sol-thread.c (lwp_to_thread):  Fix error message for failing
+       td_ta_map_lwp2thr call.
+       (ps_lgetLDT):  Mask off upper bits in GS register when comparing
+       with selector.
+
+Wed Aug 12 16:30:01 1998  Frank Ch. Eigler  <fche@cygnus.com>
+       * remote-sim.c (simulator_command): Reset register cache after
+       simulator command.
+
+Wed Aug 12 09:00:26 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * expprint.c (dump_prefix/postfix_expression):  Don't try to print type
+       expressions.
+
+Tue Aug 11 11:33:25 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * c-typeprint.c (c_print_type):  Don't crash if varstring is null.
+       * expprint.c expression.h (dump_expression):  Rename to
+       dump_prefix_expression. 
+       * Print out the expression in normal form.  Call print_longest
+       instead of trying to do it ourselves.
+       * (dump_postfix_expression):  New function, prints out the expression
+       with indentation and better formatting and interpretation.
+       * parse.c (parse_exp_1):  Put calls to dump expressions under ifdef
+       MAINTENANCE_CMDS and expressiondebug variable.
+       
+Thu Aug 6 13:20:02 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * infrun.c (wait_for_inferior): use stop_func_name instead of 
+         stop_func_start to decide that no debug info exists.
+
+start-sanitize-sky
+Thu Aug 6 13:15:05 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * txvu-tdep.c: add VU0/1 control registers
+       * config/mips/tm-txvu.h: ditto
+       
+Tue Aug 4 11:02:50 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * txvu-tdep.c (txvu_insert_breakpoint): make sure CPU context is
+         set to correct VU memory space.
+         (txvu_remove_breakpoint): use this instead of txvu_breakpoint_from_pc
+       * config/tm-txvu.h: use new track-table address
+         Do note define BREAKPOINT_FROM_PC anymore
+
+Fri Jul 31 16:06:05 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * config/tm-txvu.h: use NUM_CORE_REGS instead of NUM_R5900_REGS
+       * mips-tdep.c: use NUM_CORE_REGS
+       * txvu-tdep.c: use NUM_CORE_REGS, add function prototypes
+       (txvu_insert_breakpoints): use VIF interrupt bit
+
+end-sanitize-sky
+Thu Jul 30 13:53:50 1998  Mark Alexander  <marka@cygnus.com>
+
+       * mips-tdep.c (mask_address_p): New variable.
+       (mips_addr_bits_remove): Test mask_address_p to decide whether
+       to mask off the upper 32 bits of addresses.
+       (_initialize_mips_tdep): Add command to set mask_address_p.
+       (mips_call_dummy_address): New function.
+       * config/mips/tm-mips.h (CALL_DUMMY_ADDRESS): Redefine to
+       call mips_call_dummy_address.
+
+1998-07-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * symfile.c (add_symbol_file_command): Test for the from_tty
+       parameter and avoid query when not interactive.
+
+start-sanitize-am33
+Wed Jul 29 10:39:29 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-tdep.c (set_movm_offsets): Do nothing for the am33
+       registers if we are not in am33 mode.
+       (mn10300_frame_chain, mn10300_frame_saved_pc): Similarly.
+       (set_machine_hook): Keep track of whether or not we're in am33 mode.
+
+end-sanitize-am33
+Mon Jul 27 16:11:42 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c (remote_set_transparent_ranges): new function.
+       Send the start and end addresses of all loadable read-only
+       sections down to the trace target, so that it can treat them
+       as "transparent" (ie. don't care if they were collected or not).
+
+Mon Jul 27 15:38:07 1998  Mark Alexander  <marka@cygnus.com>
+
+       * mn10300-tdep.c (mn10300_analyze_prologue): Undo previous fix
+       for setting frame address in optimized code; made unnecessary
+       by compiler fixes.
+
+Mon Jul 27 10:45:56 1998  Martin M. Hunt  <hunt@cygnus.com>
+
+       * symtab.c (decode_line_1): For minimal symbol, call 
+       find_pc_sect_line() to make sure the line number gets set 
+       properly.
+       (print_symbol_info): Redeclare function void.
+
+1998-07-27  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * config/d10v/tm-d10v.h (REGISTER_NAMES): sp -> r15.  The
+       stack pointer et al are synthesized from the SP_REGNUM (etc)
+       defines and should not be mentioned in REGISTER_NAMES.
+
+start-sanitize-am33
+Mon Jul 27 08:54:41 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-tdep.c (mn10300_frame_chain): Account for space saved
+       by am33 register saves.
+       (mn10300_frame_saved_pc): Similarly.
+
+end-sanitize-am33
+Fri Jul 24 14:41:19 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c (encode_actions): Treat register names and simple
+       variable names as special cases and don't convert them to byte-
+       codes: these things can be collected far more efficiently 
+       without invoking the bytecode interpreter.
+
+Fri Jul 24 13:32:46 1998  Mark Alexander  <marka@cygnus.com>
+
+       * config/i386/tm-i386.h (STORE_STRUCT_RETURN): Make it
+       work on hosts of any endianness.
+       * config/i386/tm-i386v.h: Ditto.
+
+Fri Jul 24 07:41:12 1998  Mark Alexander  <marka@cygnus.com>
+
+       * mn10300-tdep.c (set_movm_offsets): New helper function
+       for mn10300_analyze_prologue.
+       (mn10300_analyze_prologue): Simplify by factoring out common code.
+       Fix bugs in setting frame address for optimized code.
+       Use read_memory_nobpt instead of target_read_memory.
+
+Thu Jul 23 17:01:17 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c (collect_symbol): handle LOC_ARG case.
+
+Thu Jul 23 15:07:40 1998  Dawn Perchik  <dawn@cygnus.com>
+
+       * sparc-tdep.c (sparc_init_extra_frame_info): Recognize when we're
+       in a function prologue before the SAVE instruction.
+       (sparc_frame_saved_pc): Ditto.
+       * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Add in_prologue flag.
+
+Thu Jul 23 14:58:09 1998  Dawn Perchik  <dawn@cygnus.com>
+
+       * i386-tdep.c (i386_get_frame_setup): Recognize function
+       prologues in code compiled with -fcheck-stack.
+
+Thu Jul 23 14:49:27 1998  Dawn Perchik  <dawn@cygnus.com>
+
+       * remote-mips.c (remote_mips_insert_hw_breakpoint,
+       remote_mips_remove_hw_breakpoint): New functions for hardware
+       breakpoints on LSI targets.
+       * config/mips/tm-embed.h (target_remove_hw_breakpoint,
+       target_insert_hw_breakpoint): Define to call
+       remote_mips_insert_hw_breakpoint and remote_mips_remove_hw_breakpoint,
+       respectively.
+
+start-sanitize-sky
+Thu Jul 23 13:00:28 1998  Ian Carmichael  <iancarm@cygnus.com>
+
+        * txvu-tdep.c: (VU0_MEM0_WINDOW_START, VU1_MEM0_WINDOW_START)
+        Changed to use addresses in kseg1 range.
+
+end-sanitize-sky
+1998-07-21  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * source.c (print_source_lines): Print "No such file or directory"
+       just once.
+       (directory_command): same as above; resets if user issues dir.
+       
+Sun Jul 19 02:11:45 1998  Martin M. Hunt  <hunt@cygnus.com>
+
+       * symtab.c (decode_line_2): Instead of printing a prompt
+       and calling command_line_input() without a prompt, just
+       call it with the proper args.  This makes the GUI work too.
+
+Fri Jul 17 9:26:50 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * blockframe.c (find_pc_sect_partial_function): allow for the possi-
+         bility of multiple symbols at the same address when finding high.
+       * breakpoint.c (resolve_sal_pc): if the function based section lookup
+         fails, try getting the section from the minimal symbol table.
+       * parse.c (write_exp_msymbol): use symbol_overlayed_address to get
+         the LMA of a minimal symbol if unmapped.
+       * symtab.c (find_line_symtab): change interface to return symtab 
+         containing the best linetable found.
+         (decode_line_1): use find_line_symtab to set val.symtab. This should
+         improve support for source files with multiple symtabs.
+start-sanitize-sky
+       * tm-txvu.h: include tm-mips64.h instead of starting from scratch.
+end-sanitize-sky
+
+Wed Jul 15 11:51:33 1998  Keith Seitz  <keiths@cygnus.com>
+
+       * main.c (main): Fix violations of GNU coding standard.
+
+       * breakpoint.c: Export delete_command.
+
+       * infcmd.c: Export continue_command, stepi_command, and nexti_command.
+
+       * Makefile.in: Add target for v850ice.o.
+
+       * configure.tgt: Add cygwin32 dependencies for v850 ice.
+       
+Wed Jul 15 10:58:29 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * tracepoint.c (set_raw_tracepoint): Cope with symbols that do not
+       have an associated directory.
+
+Mon Jul 13 15:21:04 1998  Mark Alexander  <marka@cygnus.com>
+
+       * utils.c (puts_debug): Display non-printable characters in hex
+       instead of octal.
+
+Thu Jul  9 16:16:47 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-tdep.c (mn10300_generic_register_names): New variable.
+       (set_machine_hook): New function.  Copy the appropriate register
+       names into reg_names.
+       (_initialize_mn10300_tdep): Set up to call set_machine_hook.
+       * tm-mn10300 (NUM_REGS): Bump to 32.
+       (REGISTER_NAMES): Updated accordingly.
+
+start-sanitize-am33
+       * mn10300-tdep.c (am33_register_names): New variable.
+       (mn10300_analyze_prologue): Handle regs saved by am33 prologues.
+       * tm-mn10300.h (E0_REGNUM): Define.
+end-sanitize-am33
+
+Tue Jul 7 7:40:13 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * symtab.c (find_pc_sect_psymbol): allow case where textlow is 0
+
+Thu Jul  2 15:57:58 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * breakpoint.c (resolve_sal_pc): Accept absence of innermost
+       Lexical block for breakpoint resolution.
+
+Thu Jul 2 10:22:00 1998  Dawn Perchik  <dawn@cygnus.com>
+
+       * mdebugread.c (parse_partial_symbols): Go ahead and read the .mdebug
+       section, but just don't add a 2nd minimal symbol if this is an .mdebug 
+       section in an ELF file.
+
+1998-07-01  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * Makefile.in (ax-general.o): Depend on $(defs_h) too.
+       (ax_h): Bother to define this.
+
 Mon Jun 29 19:01:18 1998  Jim Wilson  <wilson@cygnus.com>
 
         * gnu-regex.c (re_comp): Add cast to char * before gettext calls.
@@ -483,12 +910,10 @@ Mon May 18 13:04:27 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        capable target (currently only "remote") before doing anything 
        else.
        
-start-sanitize-d30v
 Sat May 16 22:21:48 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
        * config/d30v/tm-d30v.h (INIT_FRAME_PC_FIRST): Fill in PC into
        frame struct before extracting saved register offsets.
-end-sanitize-d30v
        
 Fri May 15 22:47:45 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
@@ -1314,13 +1739,10 @@ Tue Mar 24 16:22:40 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
 
        * Makefile.in:  Derive SHELL from configure.
        * config/d10v/d10v.mt config/m32r/m32r.mt
-       config/mn10200/mn10200.mt config/mn10300/mn10300.mt :  Remove -lm
-       from SIM.  This prevents dependency checking of -lm (under NT
-       native builds).  (It is automatically added by configure if it
-       exists.)
-start-sanitize-d30v
-       * config/d30v/d30v.mt: Ditto.
-end-sanitize-d30v
+       config/mn10200/mn10200.mt config/mn10300/mn10300.mt
+       config/d30v/d30v.mt :  Remove -lm from SIM.  This prevents
+       dependency checking of -lm (under NT native builds).  (It is
+       automatically added by configure if it exists.)
        * doc/configure mswin/configure nlm/configure
        testsuite/gdb.base/configure testsuite/gdb.c++/configure
        testsuite/gdb.chill/configure testsuite/gdb.disasm/configure
@@ -2126,7 +2548,6 @@ Wed Jan 14 19:27:02 1998  Stan Shebs  <shebs@andros.cygnus.com>
        * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
        Remove, no longer used.
 
-start-sanitize-d30v
 Wed Jan 14 18:11:26 1998  Michael Meissner  <meissner@cygnus.com>
 
        Patch from Jim Wilson.
@@ -2135,7 +2556,6 @@ Wed Jan 14 18:11:26 1998  Michael Meissner  <meissner@cygnus.com>
 
        * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
 
-end-sanitize-d30v
 Tue Jan 13 16:38:48 1998  Fred Fish  <fnf@cygnus.com>
 
        * configure.in (--with-mmalloc): Add new configure arg to use the
@@ -2234,7 +2654,7 @@ Fri Jan  2 17:06:05 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
 For older changes see ChangeLog-97
 \f
 Local Variables:
-mode: indented-text
+mode: change-log
 left-margin: 8
 fill-column: 74
 version-control: never
This page took 0.027472 seconds and 4 git commands to generate.