Wed Nov 4 18:44:31 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a69f8a5295e5c80d7d8a932f8b899853790d94b6..c5d2ad26c3bb65024fb601d0575435f09800ef85 100644 (file)
@@ -1,3 +1,615 @@
+Thu Nov  5 08:41:33 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * top.c (gdb_readline): Allow CRLF line termination on systems
+       which define CRLF_SOURCE_FILES.
+       * win32-nat.c: 1) Add thread support, 2) fix ability to attach to
+       a running process, and 3) implement limited support for cygwin
+       signals.
+       (thread_rec): New function.
+       (child_add_thread): Ditto.
+       (child_init_thread_list): Ditto.
+       (child_delete_thread): Ditto.
+       (do_child_fetch_inferior_registers): Ditto.
+       (do_child_store_inferior_registers): Ditto.
+       (handle_output_debug_string): Ditto.
+       (child_fetch_inferior_registers): Use do_* function to perform
+       operation.
+       (child_store_inferior_registers): Ditto.
+       (child_continue): Ditto.
+       (child_thread_alive): Ditto.
+       (cygwin_pid_to_str): Ditto.
+       (handle_load_dll): Reorganize, add first attempt at reading
+       dll names from attached processes.  Change info messages to provide
+       more information when dll is already loaded.
+       (handle_exception): Changes mandated by new thread-aware structures.
+       (child_wait): Track thread creation/destruction.  Handle cygwin
+       signals.
+       (child_create_inferior): Ditto.
+       (child_resume): Ditto.
+       (child_kill_inferior): Ditto.  Close child process handle to avoid a
+       handle leak.
+       (child_ops): Fill out child_ops fields that deal with threads.
+       * config/i386/tm-cygwin32.h: Declare function and macro needed
+       for converting a cygwin "pid" to a string.
+       * config/i386/xm-cygwin32.h: define HAVE_SIGSETMASK as 0 since
+       sigsetmask is not defined in cygwin.
+
+Thu Nov  5 08:38:18 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * win32-nat.c: Remove obsolete PPC conditionals.
+
+Wed Nov  4 18:44:31 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * configure.tgt: Add fr30-*-elf*.
+
+1998-11-03  Jim Wilson  <wilson@cygnus.com>
+
+       * c-exp.y (parse_number): Check TARGET_LONG_LONG_BIT when setting
+       high_bit to avoid undefined negative shift.
+
+Mon Nov  2 15:26:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: Check cygwin* instead of cygwin32*.
+       * configure: regenerate
+
+Thu Oct 29 10:04:20 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       [Support for trace debugging: registers that were not collected.]
+       * remote.c (remote_fetch_registers): accept 'xxxx' in the register
+       packet, with the meaning "register value is not available".
+       Set register_valid to -1, which will connote "no value available".
+       * findvar.c (read_relative_register_raw_bytes): return failure if
+       register_valid == -1.  (value_of_register): return failure if 
+       register_valid == -1.  (read_var_value): return error if 
+       value_of_register fails for a register variable.
+       (value_from_register): return failure if register_valid == -1.
+       * eval.c (evaluate_subexp_standard): return error if 
+       value_of_register fails for a register used in an expression.
+       * infcmd.c (do_registers_info): display "value not available"
+       for registers for which register_valid == -1.
+
+       * tracepoint.c (set_raw_tracepoint): just save the filename as is
+       from the symbol table, rather than trying to prepend the dir name.
+       Also save the bfd section.  (tracepoints_info): use the section
+       when looking up the function name.
+       * tracepoint.h: add section field to tracepoint struct.
+
+start-sanitize-sky
+Wed Oct 28 12:33:52 EST 1998  Frank Ch. Eigler <fche@cygnus.com>
+
+       * configure.in: Accept both -skyb- and -sky- for
+       --with-sim-funit/gpu2 options.
+       * configure: Rebuilt.
+
+end-sanitize-sky
+Wed Oct 28 08:01:38 1998  Mark Alexander  <marka@cygnus.com>
+
+       * sparcl-tdep.c (send_resp, sparclite_serial_start,
+       sparclite_serial_write): Use remote_timeout instead of hardcoded
+       two second timeout.
+       (download): Fix adjustment of a.out load addresses.
+
+Wed Oct 28 12:32:58 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (--enable-build-warnings): Finish rename from
+       --enable-warnings.
+       (enable-build-warnings): Add -Wpointer-arth, allow =* for
+       sim/common compatibility.
+       * configure: Re-generate.
+
+Wed Oct 21 08:44:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * 29k-share/udi/udip2soc.c: Replace sys_errlist with strerror().
+
+Thu Oct 22 09:56:55 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/rs6000/aix4.mh (NATDEPFILES): Move xcoffread.o from here.
+       * config/rs6000/aix4.mt (TDEPFILES): To here.
+
+Wed Oct 21 10:02:31 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * rdi-share/unixcomm.c: Provide definitions of SERPORT and PARPORT
+       on BSD hosts.
+
+1998-10-19  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in (AM_EXEEXT): Use AC_EXEEXT instead.
+       * configure: Regenerated.
+
+Sat Oct 17 17:39:23 1998  Felix Lee  <flee@cygnus.com>
+
+       * core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
+
+Fri Oct 16 15:31:38 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * m32r-tdep.c (decode_prologue): Return failure if we reach 
+       the end of the function without finding the end of the prologue.
+
+1998-10-16  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * command.c copying.c copying.awk core-aout.c core-regset.c
+         corelow.c dcache.c i386-tdep.c i386v4-nat.c i387-tdep.c
+         infcmd.c infptrace.c infrun.c remote.c solib.c symfile.c
+         symmisc.c valarith.c: Add prototypes.
+
+       * defs.h: Add prototype for utils.c::do_run_cleanups.
+
+       * gdbtypes.c: Add prototypes.
+       (make_pointer_type): Add braces to remove nested if-else ambiguity.
+       (make_reference_type): Ditto.
+
+       * printcmd.c (printf_command): Initialize 'f' and 'string' at 
+       function startup to suppress possibly-used-before-initialized warning.
+
+       * remote-utils.c: Add prototypes.
+       (sr_pollchar): Add braces to remove nested if-else ambiguity.
+
+       * ser-tcp.c: Add prototypes.
+       (wait_for): Add braces to remove nested if-else ambiguity.
+       (tcp_readchar): Ditto.
+
+       * ser-unix.c: Add prototypes.
+       (get_tty_state): Don't define errno here.
+       (hardwire_readchar): Only define 't' if we are compiling in a Cygwin
+       environment.
+
+       * symtab.c: Add prototypes.
+       (find_methods): Add braces to remove nested if-else ambiguity.
+       (search_symbols): Set 'i' to an initial value to suppress a
+       possibly-used-before-initialized warning.
+
+       * valops.c: Add prototypes.
+       (value_cast): Set 'eltype2' to an initial value to suppress a
+       possibly-used-before-initialized warning.
+       (value_of_variable): Add braces to remove nested if-else ambiguity.
+       (value_of_this): Ditto.
+
+       * valprint.c: Add prototypes.
+       (print_floating): Add braces to remove nested if-else ambiguity.
+
+Thu Oct 15 19:50:48 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * tm-sp64.h (SETUP_ARBITRARY_FRAME, RAME_SPECIFICATION_DYADIC):
+       Remove, nevermore used.
+
+Thu Oct 15 16:55:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.c: Include "wait.h" after, rather than before, <wait.h>.
+       "wait.h" was defining all WIF* macro's instead of filling in those
+       that <wait.h> missed.
+
+1998-10-14  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * defs.h: Move _initialize_printcmd, _initialize_stack,
+       _initialize_blockframe out of here and in to their respective .c
+       files.
+       * blockframe.c: Move _initialize_blockframe prototype to here.
+       * printcmd.c: Move _initialize_printcmd prototype to here.
+       * stack.c: Move _initialize_stack prototype to here.
+
+       * source.c, symtab.h: Move _initialize_source prototype to the .c
+       file.
+       * values.c, value.h: Move _initialize_values prototype to the .c file.
+       * gdbthread.h, thread.c: Move _initialize_thread prototype to the .c 
+       file.
+       * breakpoint.c, breakpoint.h: Move _initialize_breakpoint prototype 
+        to the .c file.
+
+       * abug-rom.c alpha-nat.c alpha-tdep.c annotate.c ax-gdb.c bcache.c:
+       Standardize comments for the prototype section of these files.
+
+       * configure.in: Look in libc for wctype before looking for it in libc.
+
+Tue Oct 13 18:56:51 1998  Felix Lee  <flee@cygnus.com>
+
+       * sol-thread.c (ps_pstop, etc): simple test for proc_service.h
+       version didn't work for sol2.6; pushed it to autoconf.
+       * configure.in (gdb_cv_proc_service_is_old): new test.
+       * acconfig.h (PROC_SERVICE_IS_OLD): new define.
+       * configure, config.in: regenerate.
+
+1998-10-13  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * blockframe.c (find_pc_sect_partial_function): Add braces to avoid
+       possible nested-if confusion.
+       * breakpoint.c (breakpoint_here_p): Ditto.
+       (breakpoint_inserted_here_p): Ditto.
+       (breakpoint_thread_match): Ditto.
+
+       * gnu-regex.c: Define _REGEX_RE_COMP only if it isn't already defined.
+       * gnu-regex.h: Define _REGEX_RE_COMP to pick up old compatability 
+       prototypes.
+
+       * symtab.h: Add prototype for _initialize_source.
+       * value.h: Add prototype for _initialize_value.
+
+       * defs.h: Include sys/types.h or stddef.h to get size_t.
+       (make_cleanup): Add make_cleanup_func typedef and switch to using 
+        a prototype for this function.
+       (mfree): Add prototypes for mmalloc, mrealloc, mfree if we aren't
+       using mmalloc.
+
+       * ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c dwarf2read.c 
+        dwarfread.c elfread.c eval.c exec.c gdbtk-cmds.c gdbtk.c infcmd.c 
+        infrun.c mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c 
+        symmisc.c symtab.c thread.c top.c tracepoint.c typeprint.c valops.c:   
+        Cast parameters passed to make_cleanup to use the new 
+        make_cleanup_func typedef.
+
+Tue Oct 13 00:51:48 1998  Felix Lee  <flee@cygnus.com>
+
+       * sol-thread.c (ps_pstop, etc): different solaris versions have
+       slightly different prototypes in proc_service.h; compensate.
+
+1998-10-12  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        * Makefile.in (AWK): Unused; remove.
+        * configure.in: Remove unused autoconf checks for MINIX, memcpy,
+        poll, select, strings.h.
+        * config.in: Regenerated.
+        * configure: Regenerated.
+
+1998-10-12  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Check for sys/debugreg.h, asm/debugreg.h.
+       * i386v-nat.c: Include asm/debugreg.h, sys/debugreg.h if it is not
+       present.
+
+Sun Oct 11 12:08:07 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * dwarf2read.c (dwarf2_build_psymtabs_hard):  Do not adjust the
+       address range of a compilation unit without children.
+
+       * mdebugread.c (parse_partial_symbols):  Fix handling of stabs
+       continuations, use xmalloc and xrealloc.
+
+Fri Oct  9 18:14:43 1998  Mark Alexander  <marka@cygnus.com>
+
+       * rs6000-tdep.c: Don't include tm.h twice.
+
+1998-10-08  Keith Seitz  <keiths@cygnus.com>
+
+       * main.c (main): Remove calls to {pre,post}_add_symbol_hooks.
+       There should be sufficient information/hooks now to eliminate
+       this hack.
+
+       * exec.c (file_command): Add a new hook here to inform ui's
+       when the exec file has changed. Adding it here allows the
+       ui to be informed after symbol reading.
+
+       * gdbcore.h: Add declaration of file_changed_hook.
+
+Thu Oct  8 08:40:42 1998  Mark Alexander  <marka@cygnus.com>
+
+       * rs6000-tdep.c (get_saved_register): Define only if
+       USE_GENERIC_DUMMY_FRAMES is defined.
+
+start-sanitize-carp
+Tue Oct  6 21:35:10 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (--enable-targets): New config option.  Code taken
+       from ../opcode/configure.in.
+start-sanitize-cygnus
+       (--enable-carp): New config option. Overrides configure.tgt and
+       sets gdb_target + gdb_target_cpu to carp. XXX - this is tempoary.
+end-sanitize-cygnus
+       * configure: Re-generate.
+
+       * Makefile.in (DEPFILES): Add TARGET_OBS.
+       (TARGET_OBS): Defined by configure.
+
+start-sanitize-cygnus
+       * config/carp/carp.mt, config/carp/tm-carp.h: Pseudo configuration
+       for carp target. XXX - this is tempoary.
+end-sanitize-cygnus
+
+end-sanitize-carp
+1998-10-06  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       Eliminate a few warnings from the compiler.
+       * breakpoint.h: Add prototype.
+       * breakpoint.c (do_enable_breakpoint): cast mem_cnt, i to (void).
+       * configure.in: Check if strdup declaration is necessary.
+       * configure: Regenerated.
+       * defs.h: Add prototypes.
+       * gdb_string.h: Only define strdup if necessary.
+       * gdbthread.h: Add prototypes.
+       * printcmd.c: Add prototyptes.
+       (disassemble_command): Remove unused variable 'section'.
+       * symtab.c: Add prototypes.
+       * symtab.h: Include gnu-regex.h, add prototype.
+       * thread.c: Add prototype.
+
+Mon Oct  5 19:44:39 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From David Purves  <purves@apogee.com>:
+       * stabsread.c (rs6000_builtin_type): Create a complex float instead
+       of an error.
+       (read_sun_floating_type): Similarly.
+       (read_range_type): Create a complex float if self_subrange is
+       true.
+
+Fri Oct  2 19:42:31 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * c-lang.c (emit_char c_printchar c_printstr), c-lang.h (c_printstr)
+       ch-lang.c (chill_printstr chill_printchar) c-valprint.c (c_val_print)
+       ch-valprint.c (chill_val_print) expprint.c (print_subexp) f-lang.c
+       (f_printstr f_printchar emit_char) f-valprint.c (f_val_print) jv-lang.c
+       (java_printchar java_emit_char) jv-valprint.c (java_value_print
+       java_val_print) language.c (unk_lang_printchar unk_lang_printstr
+       unk_lang_emit_char) language.h (struct language_defn LA_PRINT_STRING
+       LA_EMIT_CHAR) m2-lang.c (m2_printstr m2_printchar emit_char) printcmd.c
+       (print_formatted) scm-lang.c (scm_printstr) valprint.c
+       (val_print_string) value.h (val_print_string):  Add emit_char routines
+       to language_desc struct to allow finer control over language specific
+       character output issues.  Add character width arg to printstr routines
+       to allow handling of wchar_t/Unicode strings.  Fix c_printstr to handle
+       wide characters.  Supply width argument to LA_PRINT_STRING and
+       val_print_string.
+
+       * jv-lang.c (java_object_type dynamics_objfile java_link_class_type
+       get_dynamics_objfile get_java_object_type) jv-lang.h
+       (get_java_object_type):  Make lots of things static.
+
+       * expprint.c (dump_prefix_expression dump_subexp):  Move opcode name
+       printing to common routine (op_name).
+       * (dump_subexp):  Add support for OP_SCOPE.
+
+Fri Oct  2 16:25:54 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * configure.host (i[3456]86-*-windows): Remove, no longer used.
+       * mswin: Remove directory, no longer used.
+
+Fri Oct  2 18:52:20 1998  Fernando Nasser  <fnasser@cygnus.com>
+
+       * sol-thread.c: Fixed prototypes and calls to supply_fpregset and
+       fill_fpregset
+
+1998-10-02  Keith Seitz  <keiths@cygnus.com>
+
+       * remote.c (remote_interrupt): Rewrite to use remote_stop.
+       (remote_interrupt_twice): Remove. remote_stop now handles it.
+       (remote_stop): New function which handles interrupting the
+       remote target so that CLUI and GUI use the same core functions
+       to achieve the same goal.
+       (remote_wait): Change to handle remote_stop properly.
+       [interrupted_already]: New static global to help remote_stop.
+       [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member.
+
+       * target.c: Rename static function "ignore" to "target_ignore" and
+       export it so that gdb can determin if some target vector member is
+       actually not defined. Replace all occurances of ignore.
+
+       * target.h: Export target_ignore.
+
+Fri Oct  2 03:51:48 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * target.c (target_xfer_memory):  Handle requests with zero
+       transfer length right away.
+
+       * values.c (unpack_double):  Set up code, length and signedness of
+       type _after_ checking for typedef.
+
+Thu Oct  1 15:39:27 EDT 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+       * breakpoint.c (bpstat_stop_status): Do not consider an
+       untripped watchpoint as a "hit".
+
+Thu Oct  1 20:52:39 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * exec.c (exec_file_command), convex-tdep.c (exec_file_command),
+       arm-xdep.c (exec_file_command), remote-rdp.c
+       (remote_rdp_create_inferior), remote-os9k.c
+       (rombug_create_inferior), remote-mm.c (mm_create_inferior),
+       remote-eb.c (eb_create_inferior), remote-es.c
+       (es1800_create_inferior), remote-rdi.c (arm_rdi_create_inferior),
+       remote-sim.c (gdbsim_create_inferior), remote-utils.c
+       (gr_create_inferior), remote-st.c (st2000_create_inferior),
+       remote-nindy.c (nindy_create_inferior), remote-hms.c
+       (hms_create_inferior), remote-e7000.c (e7000_create_inferior),
+       remote-array.c (array_create_inferior), remote-adapt.c
+       (adapt_create_inferior): Replace "exec" with "executable" in
+       messages.
+
+1998-09-25  Keith Seitz  <keiths@cygnus.com>
+
+        * rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and
+        PARPORT defines for win32.
+        (Unix_MatchValidSerialDevice): For cygwin32, valid serial port names
+        start with "com", not "/dev/tty".
+        (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32.
+
+        * rdi-share/devsw.c (DevSW_Close): Free the device's state 
+        (SwitcherState) so that the device may be reopened.
+
+        * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered
+        functions, ignoring non-ASCII chars, so that non-tty UI's can snarf
+        the output from fputs_hook.
+        (mywrite): Ditto.
+        (arm_rdi_open): Set inferior_pid.
+        (arm_rdi_detach): Pop the target off the target stack so that
+        users can attach and detach multiple times.
+        (arm_rdi_close): Close the opened device and reset inferior_pid, too.
+
+1998-09-24  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Change --enable-warnings to --enable-build-warnings.
+       * configure: Updated.
+
+1998-09-24  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in (WARN_CFLAGS): Add -Wmissing-prototypes.
+       * configure: Regenerated.
+
+1998-09-24  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Add --enable-warnings.
+       Adjust whitespace of other --with and --enable options so that
+       configure --help lines up correctly.
+       * aclocal.m4: Ditto.
+       * Makefile.in (WARN_CFLAGS): Add.  Set by configure.
+       * configure: Regenerated.
+
+Thu Sep 24 15:44:34 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-rdi.c: Fix formatting, remove some commented-out code.
+       (init_rdi_ops): Omit needless initializations.
+
+Wed Sep 23 18:21:03 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote.c (remote_address_masked): New function - mask address
+       according to REMOTE_ADDRESS_SIZE.
+       (remote_address_size): New global.
+       (hexnumstr): New function - convert arbitrary unsigned to hex.
+       (remote_write_bytes, remote_read_bytes): Use hexnumstr to
+       construct packet address.  Mask address when necessary.
+       (_initialize_remote): Add "set remoteaddresssize" command, set
+       REMOTE_ADDRESS_SIZE variable.
+
+       * NEWS: Update.
+
+Wed Sep 23 18:08:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote.c (_initialize_remote, packet_command, print_packet):
+       Pretty print code.
+
+Wed Sep 23 12:32:54 1998    <cagney@amy.cygnus.com>
+
+       * remote.c (packet_command): Test REMOTE_DESC to determine if
+       remote connection is open.
+
+Tue Sep 22 22:27:24 1998  Mark Alexander  <marka@cygnus.com>
+
+       Patch from Dawn Perchik <dawn@cygnus.com>:
+       * rs6000-tdep.c (pop_frame): Handle generic dummy frames.
+       (push_arguments): Likewise.
+       (frame_saved_pc): Likewise.
+       (rs6000_frame_chain): Likewise.
+       (ppc_push_return_address): New function.
+       (get_saved_register): New function.
+       * config/powerpc/tm-ppc-eabi.h: Add generic dummy frame macros.
+
+Mon Sep 21 19:29:32 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * defs.h utils.c (fputc_filtered):  New function.  Does the obvious...
+       * jv-lang.c (java_printchar):  Fix output of chars > 0xff.  Fold
+       java_emit_char into java_printchar.
+       * language.h (PRINT_LITERAL_FORM):  Reformat for readability.
+
+Mon Sep 21 14:38:03 1998  Catherine Moore <clm@cygnus.com>
+
+       * config/arm/tm-arm.h (*_BREAKPOINT): Define both little endian
+       and big endian breakpoint patterns.
+
+       * arm-tdep.c (arm_break_point_from_pc):  Insert either big endian
+       or little endian breakpoints depending upon target byte order.
+
+start-sanitize-sky
+Sun Sep 20 23:11:41 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * incorporate SKY-B changes (makes dual maintenance easier).
+       * txvu-tdep.c (check_overlap): new function to guarantee that 
+         overlays are either mapped or unmapped in their entirety.
+       * txvu-tdep.c (compress_blockvector): compress blockvectors correctly
+
+end-sanitize-sky
+Fri Sep 18 07:53:08 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * sol-thread.c (sol_thread_notice_signals):  Use PIDGET when
+       passing pid down to procfs_notice_signals.
+
+Wed Sep 16 14:57:14 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * stabsread.c (resolve_symbol_reference):  Return 1 on success, 0 on
+       failure.
+       * (define_symbol):  Check return value from resolve_symbol_reference,
+       and drop symbol if it fails.
+
+Tue Sep 15 15:24:16 1998  Stu Grossman  <grossman@fencer.cygnus.com>
+
+       * stabsread.c:  Make all complaints static.
+       * Fix formatting of live range splitting code.
+       * (resolve_symbol_reference define_symbol resolve_live_range):  Change
+       errors to complaints so that bad live range symbols won't abort the
+       entire symbol table.  Handle errors by aborting just the current
+       symbol.
+       * (ref_init):  Goes away.  Folded into ref_add().
+       * (REF_MAP_SIZE):  Put parens around parameter so that args like
+       `1 + 2' get handled correctly (yes, this was a real bug).
+       * (ref_add):  Remove check for allocation failures.  Not necessary
+       when using xrealloc().  Fix pointer arithmetic problem when clearing
+       memory.  This and the previous patch prevent random SEGV's when there
+       are lots of live range symbols.
+
+Tue Sep 15 14:02:01 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * remote-rdi.c: Prevent multiple attempts to close the remote
+       connection. 
+
+Tue Sep 15 10:24:17 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * printcmd.c (examine_i_type): New static - type for instructions.
+       (do_examine): For "i" format, specify examine_i_type.
+       (do_examine): Call value_at_lazy instead of value_at so that
+       examine data is only fetched if it is used.
+       (x_command): If examine data was not fetched, set convenience
+       variable "__" to void.
+       (_initialize_printcmd): Initialize examine_i_type.
+
+Sun Sep 13 01:34:59 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * blockframe.c (find_pc_sect_partial_function): use bfd section 
+         of msymbol for end of section comparison.
+
+Fri Sep 11 14:02:49 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c: clean up several unused variables and such.
+
+Fri Sep 11 12:38:34 EDT 1998  Zdenek Radouch   (radouch@cygnus.com)
+
+       * arm-tdep.c (arm_push_arguments): fixed frame construction
+
+Thu Sep 10 20:51:23 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * mn10300-tdep.c (mn10300_analyze_prologue): guard against NULL.
+
+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
@@ -89,7 +701,7 @@ Wed Aug 19 03:07:53 1998  Richard Henderson  <rth@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
@@ -149,8 +761,8 @@ Wed Aug 12 16:30:01 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
 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.
+       * 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>
 
@@ -163,7 +775,7 @@ Tue Aug 11 11:33:25 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
        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 
@@ -174,7 +786,7 @@ 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
@@ -308,7 +920,7 @@ end-sanitize-sky
        * 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
@@ -342,7 +954,7 @@ Wed Jul 15 11:51:33 1998  Keith Seitz  <keiths@cygnus.com>
        * 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
@@ -482,7 +1094,7 @@ Wed Jun 17 15:50:00 1998  Ron Unrau  (runrau@cygnus.com)
 
        * parse.c (target_map_name_to_register): Check target specific 
          aliases *first* so that it can over-ride architectural names
-       
+
 Wed Jun 17 17:13:38 1998  Said Ziouani  (saidz@park-street.cygnus.com)
 
        * remote-sds.c (sds_start_remote): Fix printf call.
@@ -507,7 +1119,7 @@ Sun Jun 14 08:46:25 1998  Ron Unrau  (runrau@cygnus.com)
 
 Sat Jun 13 13:02:32 1998  Dawn Perchik (dawn@cygnus.com)
 
-       * remote.c : Fix remote help string to match that of help.exp.
+       * remote.c: Fix remote help string to match that of help.exp.
 
 Fri Jun 12 14:22:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
@@ -524,8 +1136,8 @@ Thu Jun 11 15:05:10 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
 Wed Jun 10 15:39:14 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
-       * c-exp.y:  Fix problems with parsing "'foo.bar'::func".  Some languages
-       allow symbols with dots.
+       * c-exp.y:  Fix problems with parsing "'foo.bar'::func".  
+       Some languages allow symbols with dots.
 
        * gdbtypes.c (check_stub_method):  Cosmetic.  Use more descriptive
        names for parameters.
@@ -539,8 +1151,8 @@ end-sanitize-java
        * language.c language.h (set_language):  Now returns previous language.
 
        * symtab.c (find_methods):  Make static.  Cosmetic changes, including
-       indentation, and adding descriptive comments.  Move local variable defs
-       into the block they are used in.
+       indentation, and adding descriptive comments.  Move local variable 
+       defs into the block they are used in.
        * Don't call check_stub_method any more.  Use gdb_mangle_name to
        generate the full method name.  find_method doesn't need all the other
        goobldegook that check_stub_method does.
@@ -552,7 +1164,7 @@ start-sanitize-java
 end-sanitize-java
        * (decode_line_1):  Move local variable defs into the block they are
        used in.  (Improves code readability.)
-       
+
 Wed Jun 10 18:04:35 1998  Frank Ch. Eigler  <fche@cygnus.com>
  
        * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
@@ -872,12 +1484,12 @@ Mon May 18 13:04:27 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        (tdump_command): check to see if we're connected to a trace-
        capable target (currently only "remote") before doing anything 
        else.
-       
+
 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.
-       
+
 Fri May 15 22:47:45 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * tracepoint.c (encode_actions): fix typo in printf format string.
@@ -896,10 +1508,10 @@ Fri May 15 22:47:45 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * ax-gdb.c (gen_conversion): Reworked to avoid some unnecessary
        sign extension.
-       
+
        * ax-gdb.c (gen_usual_arithmetic): Renamed from gen_usual_binary,
        to match the ANSI C standard better.  Callers changed.
-       
+
        * ax-gdb.c (gen_traced_pop): Add prototyped declaration.
 
 Fri May 15 18:18:38 1998  David Taylor  <taylor@texas.cygnus.com>
@@ -987,7 +1599,7 @@ Tue May 12 13:17:35 1998  Frank Ch. Eigler  <fche@cygnus.com>
        (gen_expr): Factor out common code in binary arithmetic operators.
        Add support for `%'.
        (gen_mul, gen_div): Removed.
-       
+
 Thu May  7 14:49:38 1998  Bob Manson  <manson@charmed.cygnus.com>
 
        * config/sparc/tm-sp64.h (CALL_DUMMY): Store and retrieve
@@ -1047,8 +1659,8 @@ Mon May  4 07:08:25 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
 Sat May  2 09:35:07 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
-       * ocd.h:  Add new flags, function codes, and processor types to support
-       new Wiggler capabilities.
+       * ocd.h:  Add new flags, function codes, and processor types to 
+       support new Wiggler capabilities.
        * (ocd_write_bytes_size):  New function to allow atomic writes of
        memory in sizes larger than a byte.
 
@@ -1153,7 +1765,8 @@ Tue Apr 28 19:41:33 1998  Tom Tromey  <tromey@cygnus.com>
 
 Tue Apr 28 17:41:20 1998  Philippe De Muyter  <phdm@macqel.be>
 
-        * symfile.c (overlay_auto_command): Add forgotten parameter definitions.
+        * symfile.c (overlay_auto_command): Add forgotten parameter
+       definitions.
         (overlay_manual_command, overlay_off_command): Likewise.
         (overlay_load_command): Likewise.
         * tracepoint.c (memrange_cmp): Parameters have type void *, not
@@ -1162,7 +1775,7 @@ Tue Apr 28 17:41:20 1998  Philippe De Muyter  <phdm@macqel.be>
 Tue Apr 28 11:08:25 1998  John Metzler  <jmetzler@cygnus.com>
 
        * rom68k-rom.c (_initialize_rom68k): Fix unresolved init_rom_68kcmds.
-       
+
 Mon Apr 27 14:32:21 1998  Mark Alexander  <marka@cygnus.com>
 
        * config/sparc/tm-sparc.h (CALL_DUMMY): Shorten it drastically,
@@ -1239,7 +1852,7 @@ Thu Apr 23 12:52:21 1998  Philippe De Muyter  <phdm@macqel.be>
         * acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
         * gdb_string.h (strerror): Function declaration issued if
         NEED_DECLARATION_STRERROR.
-        * configure, config.in : Files regenerated.
+        * configure, config.in: Files regenerated.
 
 Thu Apr 23 12:27:43 1998  Philippe De Muyter  <phdm@macqel.be>
 
@@ -1358,7 +1971,7 @@ Mon Apr 20 14:12:30 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
 Sat Apr 18 15:21:04 1998  Stan Cox  <scox@cygnus.com>
 
        * configure.tgt: Added sparc86x support.
-       
+
 Thu Apr 16 13:13:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
        * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get
@@ -1458,7 +2071,7 @@ Fri Apr 10 10:35:35 1998  John Metzler  <jmetzler@cygnus.com>
 
        * utils.c (fmthex): A formatting function for hexdumps
 
-       *  mips-tdep.c (unpack_mips16): Fixed instruction decoding, lots of
+       * mips-tdep.c (unpack_mips16): Fixed instruction decoding, lots of
        bit pattern interpretations. mips_fetch_instruction does not work
        for 16 bit instructions. Some confusion remains about sign
        extension in backward branches.
@@ -1469,8 +2082,8 @@ Fri Apr 10 10:35:35 1998  John Metzler  <jmetzler@cygnus.com>
        (mips16_next_16): Initial major debugging of this function. Lots
        of bit pattern mistakes.
        (mips_next_pc): key on low bit of PC, not symbol table.
-       * symfile.c(generic_load) : Added a download verification which
-       reads back the loade code. Download chunk size is now a defined
+       * symfile.c (generic_load): Added a download verification which
+       reads back the loaded code. Download chunk size is now a defined
        macro. Fixed a bug in which downloading slips into loading one
        byte at a time. Lower level functions in monitor.c can load long
        sequences of bytes and make use of these fixups.  Referencing
@@ -1570,15 +2183,6 @@ Tue Mar 31 21:30:39 1998  Nick Clifton  <nickc@cygnus.com>
        * dbxread.c (process_one_symbol): Call SMASH_TEXT_ADDRESS (if it
        is defined) for function symbols.  
 
-Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
-
-       * d10v-tdep.c (d10v_extract_return_value): Wierd.  GCC wants to
-       return odd sized register quantities with only half of the first
-       register used!
-
-       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
-       size > 8.
-
 Tue Mar 31 16:39:28 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * tracepoint.c (get_tracepoint_by_number): change warning to note.
@@ -1703,7 +2307,7 @@ 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
-       config/d30v/d30v.mt :  Remove -lm from SIM.  This prevents
+       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
@@ -1736,7 +2340,7 @@ end-sanitize-sky
 Sat Mar 21 19:34:49 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        merged changes from Foundry (list follows by file/author):
-       
+
         - Tom Tromey  <tromey@cygnus.com>
         * Makefile.in (gdbres.o): New target.
         (WINDRES): New define.
@@ -1836,7 +2440,7 @@ Fri Mar 20 14:45:36 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        to avoid being killed by async SIGIO signals.
        * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES),
        so that gdbserver can be built with the m32r simulator.
-       
+
 Fri Mar 20 09:04:06 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 start-sanitize-r5900
@@ -1852,7 +2456,7 @@ end-sanitize-r5900
 start-sanitize-r5900
        (builtin_type_{,u}int128): Ditto.
 end-sanitize-r5900
-       
+
        * gdbtypes.c (_initialize_gdbtypes): Initialize new types.
 
        * mips-tdep.c (do_gp_register_row): Pad register value when GP
@@ -1900,7 +2504,7 @@ Fri Mar 13 15:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 start-sanitize-vr4320
 Tue Mar 10 16:15:13 1998  Gavin Koch  <gavin@cygnus.com>
 
-       * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.
+       * configure.tgt (mips64*vr4320*el-*-elf*): Removed spurious case.
 
 end-sanitize-vr4320
 Fri Mar  6 13:10:27 1998  Fred Fish  <fnf@cygnus.com>
@@ -1963,7 +2567,7 @@ start-sanitize-vr4111
 end-sanitize-vr4111
        * dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
        TARGET_PTR_BIT rather from sizeof(char *) on host.
-       
+
 Tue Mar  3 14:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
         * alpha-nat.c (fetch_osf_core_registers):  Renamed from
@@ -1974,7 +2578,7 @@ Tue Mar  3 14:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 start-sanitize-vr4320
 Tue Mar  3 11:12:39 1998  Gavin Koch  <gavin@cygnus.com>
 
-       * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) 
+       * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*): 
        Added.
 
 end-sanitize-vr4320
@@ -2062,7 +2666,7 @@ Tue Feb 17 14:28:33 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
 Tue Feb 17 14:07:34 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
 
         * gdbtypes.c (check_typedef): Do not try to resolve the length of      
-        a type which has TYPE_FLAG_TARGET_STUB set, if the target type has      
+        a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
         set TYPE_FLAG_TARGET_STUB as well.
 
 Tue Feb 17 14:32:18 1998  Andrew Cagney  <cagney@b1.cygnus.com>
@@ -2079,15 +2683,19 @@ Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS
        to translate addr/size when defined.
        (open_remote_target): Delete.
-       
+
        * target.h (open_remote_target): Delete.
-       
+
        * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define.
-       
+
 Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
-       sizeof type > 1.
+       * d10v-tdep.c (d10v_extract_return_value): Wierd.  GCC wants to
+       return odd sized register quantities with only half of the first
+       register used!
+
+       * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
+       size > 8.
 
 Mon Feb 16 14:05:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -2248,7 +2856,7 @@ Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from
        struct.
        (POP_FRAME): Point at generic_pop_current_frame.
-       
+
        * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames,
        handled earlier.
        (d10v_push_return_address): New function.
@@ -2285,7 +2893,7 @@ Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM.
        (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr
        location.
-       
+
 Thu Feb  5 13:16:36 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * blockframe.c (generic_pop_dummy_frame): Flush the frame, no
@@ -2579,7 +3187,7 @@ Thu Jan  8 11:03:59 1998  Nick Clifton  <nickc@cygnus.com>
 
        * Makefile.in: Add build rules for remote-rdi.c and
        rdi-share/libangsd.a.
-       
+
        * configure.tgt: Updated from source on branch.
        * config/arm/tm-arm.h: Updated from source on branch.
        * arm-tdep.c: Updated from source on branch.
This page took 0.034277 seconds and 4 git commands to generate.