* remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 004cf589cafd6ce4499483a0514067b03d4cf9ec..aa3fe96c2951decda36e5964e91ff006aeaef6ce 100644 (file)
@@ -1,3 +1,90 @@
+Tue Sep 21 11:44:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it.
+
+       * printcmd.c (print_scalar_formatted): When truncating value we are
+       going to print as unsigned, handle it generally for any length
+       less than sizeof (LONGEST), rather than special-casing sizeof (char),
+       sizeof (short), and sizeof (long).  Clarify comment on what this
+       is for.
+
+       * symfile.c (deduce_language_from_filename): Accept .cxx for C++.
+       * buildsym.c (start_subfile): Use deduce_language_from_filename
+       rather than checking for .C or .cc ourself.
+
+Mon Sep 20 14:53:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * defs.h: Declare argument of re_comp as const char *.
+
+       * remote.c, remote-mips.c: Use sr_get_debug not remote_debug.
+
+       * README: Say using bfd from another release doesn't generally work.
+
+Sat Sep 18 10:13:18 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
+
+       * mipsread.c (parse_type): Don't complain() if we guessed struct
+       and it was a union, or vice versa.
+
+       * defs.h (make_cleanup): Change PTR to void * when inside PARAMS.
+
+       Some of the following is in #ifdef CALL_DUMMY_BREAKPOINT_OFFSET.
+       * breakpoint.h (enum bptype): Add bp_call_dummy.
+       (struct bpstat_what): Add call_dummy field.
+       * infrun.c (wait_for_inferior): Deal with it.
+       * breakpoint.c (bpstat_what): Deal with call dummy breakpoint.
+       * infcmd.c (run_stack_dummy): Set the call dummy breakpoint.
+       * config/sparc/tm-sparc.h: Define CALL_DUMMY_BREAKPOINT_OFFSET.
+
+       * remote-sim.h: New file.
+       * remote-sim.c: Add remote debug feature.  Rename stuff to distinguish
+       interface to simulator from gdb-specific stuff.  Other changes.
+start-sanitize-v9
+       * remote-sp64sim.c: Renamed to remote-sim.c.
+       Use sr_get_debug instead of our own sim_verbose/simif_snoop.
+       Use gnutarget in call to bfd_openr.
+       Rename simif_* to gdbsim_*.
+       * config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c.
+end-sanitize-v9
+
+Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * findvar.c (extract_signed_integer):  Cast *p to LONGEST before doing
+       the xor and subtract.  Otherwise it will not sign extend if the type
+       of LONGEST is larger than int.
+       * cp-valprint.c (cp_print_class_method):  Inhibit core dump if
+       domain is an undefined cross reference.
+       * valops.c (call_function_by_hand):  Set real_pc to correct
+       value if CALL_DUMMY_LOCATION != ON_STACK.
+
+Thu Sep 16 20:37:06 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
+
+       * config/a29k/tm-a29k.h (FRAME_CHAIN): If rsize is zero, return zero.
+
+Thu Sep 16 13:16:22 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * infrun.c (wait_for_inferior):  Allow user to single step within
+       a stack dummy.
+
+Thu Sep 16 12:34:01 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
+
+       * dbxread.c (copy_pending): Deal with END NULL.
+       (process_one_symbol): Add comments about what common_block NULL means.
+
+Wed Sep 15 14:50:26 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
+
+       * remote-udi.c, remote-adapt.c, remote-mm.c: Move processor_type
+       to tm-a29k.h and a29k-tdep.c and make it an enum.
+       * a29k-tdep.c (a29k_get_processor_type): New function.  Fix many
+       aspects of how we detected the processor type.
+       * remote-udi.c, remote-adapt.c, remote-mm.c (*_open): Call it
+       rather than figuring out the type ourselves.
+
+Thu Sep 16 12:12:59 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * sparc-stub.c (_trap_low):  Do restore/save sequence after
+       setting sp to ensure that we load the previous window from the
+       right place on the stack.
+
 Thu Sep 16 00:36:32 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * mipsread.c:  Many changes for alpha ecoff format:
This page took 0.024272 seconds and 4 git commands to generate.