* m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
[deliverable/binutils-gdb.git] / gdb / energize-patches
index d44cfe791339c5bb21a99d3bc091af51fd685f3b..5be5a8355ed7e2eab39dfbb770c21d6ed7a1219b 100755 (executable)
@@ -3,14 +3,63 @@
 # and then Sanitize.
 
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/.Sanitize,v
-retrieving revision 2.63
-diff -c -r2.63 .Sanitize
-*** 2.63       1992/07/14 07:51:45
---- .Sanitize  1992/07/16 22:43:53
-***************
-*** 77,82 ****
---- 77,85 ----
+*** 1.4        1992/06/10 02:05:16
+--- config/amix.mh     1992/07/21 20:18:16
+***************
+*** 22,24 ****
+--- 22,38 ----
+  
+  # SVR4 puts the BSD compatible install in /usr/ucb.
+  INSTALL = /usr/ucb/install -c
++ 
++ # These are the libs that are needed for the Energize version of gdb on
++ # SVR4.  Note that we MUST include the standard C library before libucb.a,
++ # otherwise we get lots of broken stuff we don't want.
++ ENERGIZE_LIB = energize/libconn.a
++ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
++      -lsocket -lc /usr/ucblib/libucb.a -lnsl
++ 
++ # These are the libs that are needed for the Energize version of gdb on
++ # SVR4.  Note that we MUST include the standard C library before libucb.a,
++ # otherwise we get lots of broken stuff we don't want.
++ ENERGIZE_LIB = energize/libconn.a
++ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
++      -lsocket -lc /usr/ucblib/libucb.a -lnsl
+===================================================================
+*** 1.4        1992/06/15 19:25:13
+--- config/ncr3000.mh  1992/09/15 01:51:32
+***************
+*** 38,40 ****
+--- 38,59 ----
+  # The /usr/ucb/install program is incompatible (complains about unknown
+  # group staff).  Use good old cp...
+  INSTALL = cp
++ 
++ # These are the libs that are needed for the Energize version of gdb on
++ # SVR4.  Note that we MUST include the standard C library before libucb.a,
++ # otherwise we get lots of broken stuff we don't want.
++ XM_CLIBS = -L/usr/lib -lm -lnet -lresolv -lform -lsocket -lnsl -lc
++ 
++ # These are the libs that are needed for the Energize version of gdb on
++ # SVR4.  Note that we MUST include the standard C library before libucb.a,
++ # otherwise we get lots of broken stuff we don't want.
++ ENERGIZE_LIB = energize/libconn.a
++ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
++      -lsocket -lc /usr/ucblib/libucb.a -lnsl
++ 
++ # These are the libs that are needed for the Energize version of gdb on
++ # SVR4.  Note that we MUST include the standard C library before libucb.a,
++ # otherwise we get lots of broken stuff we don't want.
++ ENERGIZE_LIB = energize/libconn.a
++ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
++      -lsocket -lc /usr/ucblib/libucb.a -lnsl
+===================================================================
+diff -c -r2.70 .Sanitize
+*** 2.70       1992/09/03 16:25:59
+--- .Sanitize  1992/09/15 05:19:46
+***************
+*** 73,78 ****
+--- 73,81 ----
   doc
   dwarfread.c
   elfread.c
@@ -21,11 +70,8 @@ diff -c -r2.63 .Sanitize
   environ.h
   eval.c
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/Makefile.in,v
-retrieving revision 1.172
-diff -c -r1.172 Makefile.in
-*** 1.172      1992/07/17 23:53:54
---- Makefile.in        1992/07/18 00:11:14
+*** 1.181      1992/09/08 22:33:31
+--- Makefile.in        1992/09/15 05:21:40
 ***************
 *** 123,128 ****
 --- 123,135 ----
@@ -43,69 +89,69 @@ diff -c -r1.172 Makefile.in
   # -I. for config files.
   # -I${srcdir} possibly for regex.h also.
 ***************
-*** 155,166 ****
+*** 159,170 ****
   # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
   # TERMCAP comes after readline, since readline depends on it.
-  CLIBS = ${BFD_LIB}  ${RL_LIB} ${TERMCAP} ${MMALLOC_LIB} ${LIBIBERTY} \
+  CLIBS = ${BFD_LIB}  ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
 !      ${XM_CLIBS} ${TM_CLIBS}
-  CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${MMALLOC_LIB} ${LIBIBERTY} \
+  CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
        ${RL_LIB} ${MMALLOC_LIB}
   
   ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ! ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES}
   
-  VERSION = 4.6.1
+  VERSION = 4.6.6
   DIST=gdb
---- 162,174 ----
+--- 166,178 ----
   # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
   # TERMCAP comes after readline, since readline depends on it.
-  CLIBS = ${BFD_LIB}  ${RL_LIB} ${TERMCAP} ${MMALLOC_LIB} ${LIBIBERTY} \
+  CLIBS = ${BFD_LIB}  ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
 !      ${ENERGIZE_LIB} ${XM_CLIBS} ${TM_CLIBS}
-  CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${MMALLOC_LIB} ${LIBIBERTY} \
+  CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${OPCODES} ${MMALLOC_LIB} ${LIBIBERTY} \
        ${RL_LIB} ${MMALLOC_LIB}
   
   ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ! ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} \
 !         ${ENERGIZE_LIB}
   
-  VERSION = 4.6.1
+  VERSION = 4.6.6
   DIST=gdb
 ***************
-*** 190,196 ****
-        ${DEMANGLER}.c mem-break.c target.c inftarg.c \
-        dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c \
+*** 201,207 ****
+        mem-break.c target.c inftarg.c \
+        dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c stabsread.c \
         ieee-float.c language.c parse.c buildsym.c objfiles.c \
 !       minsyms.c mipsread.c maint.c
   
   # Source files in subdirectories (which will be handled separately by
   #  'make gdb.tar.Z').
---- 198,204 ----
-        ${DEMANGLER}.c mem-break.c target.c inftarg.c \
-        dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c \
+--- 209,215 ----
+        mem-break.c target.c inftarg.c \
+        dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c stabsread.c \
         ieee-float.c language.c parse.c buildsym.c objfiles.c \
 !       minsyms.c mipsread.c maint.c energize.c
   
   # Source files in subdirectories (which will be handled separately by
   #  'make gdb.tar.Z').
 ***************
-*** 276,282 ****
+*** 287,293 ****
       command.o utils.o expprint.o environ.o version.o gdbtypes.o \
-      copying.o $(DEPFILES) ${DEMANGLER}.o mem-break.o target.o \
+      copying.o $(DEPFILES) mem-break.o target.o \
       inftarg.o ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
 !     buildsym.o objfiles.o minsyms.o maint.o demangle.o \
-      dbxread.o coffread.o elfread.o dwarfread.o xcoffread.o mipsread.o
+      dbxread.o coffread.o elfread.o dwarfread.o xcoffread.o mipsread.o \
+      stabsread.o
   
-  RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
---- 284,290 ----
+--- 295,301 ----
       command.o utils.o expprint.o environ.o version.o gdbtypes.o \
-      copying.o $(DEPFILES) ${DEMANGLER}.o mem-break.o target.o \
+      copying.o $(DEPFILES) mem-break.o target.o \
       inftarg.o ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
 !     buildsym.o objfiles.o minsyms.o maint.o demangle.o energize.o \
-      dbxread.o coffread.o elfread.o dwarfread.o xcoffread.o mipsread.o
+      dbxread.o coffread.o elfread.o dwarfread.o xcoffread.o mipsread.o \
+      stabsread.o
   
-  RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
 ***************
-*** 289,295 ****
+*** 301,307 ****
   
   NTSSTART = kdb-start.o
   
@@ -113,7 +159,7 @@ diff -c -r1.172 Makefile.in
   
   # For now, shortcut the "configure GDB for fewer languages" stuff.
   YYFILES = c-exp.tab.c m2-exp.tab.c
---- 297,303 ----
+--- 309,315 ----
   
   NTSSTART = kdb-start.o
   
@@ -122,8 +168,8 @@ diff -c -r1.172 Makefile.in
   # For now, shortcut the "configure GDB for fewer languages" stuff.
   YYFILES = c-exp.tab.c m2-exp.tab.c
 ***************
-*** 343,348 ****
---- 351,370 ----
+*** 363,368 ****
+--- 371,390 ----
        #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
        echo "Load .c corresponding to:" $(DEPFILES)
   
@@ -144,22 +190,9 @@ diff -c -r1.172 Makefile.in
   
   # This is useful when debugging GDB, because some Unix's don't let you run GDB
   # on itself without copying the executable.  So "make gdb1" will make
-***************
-*** 643,649 ****
-            -e '/extern.*free/d' \
-         < y.tab.c > m2-exp.tab.c
-       -rm y.tab.c
-- 
-  
-  main.o:      ${srcdir}/main.c
-       ${CC} -c ${INTERNAL_CFLAGS} -I${READLINE_DIR} $<
---- 665,670 ----
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/breakpoint.c,v
-retrieving revision 1.40
-diff -c -r1.40 breakpoint.c
-*** 1.40       1992/07/16 23:23:02
---- breakpoint.c       1992/07/16 23:23:58
+*** 1.46       1992/09/15 06:27:18
+--- breakpoint.c       1992/09/15 06:33:37
 ***************
 *** 273,278 ****
 --- 273,279 ----
@@ -209,8 +242,8 @@ diff -c -r1.40 breakpoint.c
         }
     error ("No breakpoint number %d.", bnum);
 ***************
-*** 922,927 ****
---- 925,931 ----
+*** 923,928 ****
+--- 926,932 ----
            {
              b->ignore_count--;
              this_bp_stop = 0;
@@ -219,8 +252,8 @@ diff -c -r1.40 breakpoint.c
          else
            {
 ***************
-*** 1366,1371 ****
---- 1370,1377 ----
+*** 1375,1380 ****
+--- 1379,1386 ----
   mention (b)
        struct breakpoint *b;
   {
@@ -230,8 +263,8 @@ diff -c -r1.40 breakpoint.c
       {
       case bp_watchpoint:
 ***************
-*** 2113,2118 ****
---- 2119,2126 ----
+*** 2125,2130 ****
+--- 2131,2138 ----
     register struct breakpoint *b;
     register bpstat bs;
   
@@ -241,8 +274,8 @@ diff -c -r1.40 breakpoint.c
         target_remove_breakpoint(bpt->address, bpt->shadow_contents);
   
 ***************
-*** 2284,2289 ****
---- 2292,2298 ----
+*** 2303,2308 ****
+--- 2311,2317 ----
       if (b->number == bptnum)
         {
        b->ignore_count = count;
@@ -251,7 +284,7 @@ diff -c -r1.40 breakpoint.c
          return;
        else if (count == 0)
 ***************
-*** 2308,2314 ****
+*** 2327,2333 ****
     struct breakpoint *b;
   
     ALL_BREAKPOINTS (b)
@@ -259,7 +292,7 @@ diff -c -r1.40 breakpoint.c
   }
   
   /* Command to set ignore-count of breakpoint N to COUNT.  */
---- 2317,2326 ----
+--- 2336,2345 ----
     struct breakpoint *b;
   
     ALL_BREAKPOINTS (b)
@@ -271,19 +304,19 @@ diff -c -r1.40 breakpoint.c
   
   /* Command to set ignore-count of breakpoint N to COUNT.  */
 ***************
-*** 2375,2380 ****
---- 2387,2394 ----
+*** 2394,2399 ****
+--- 2406,2413 ----
   {
     bpt->enable = enabled;
   
 +   energize_enable_breakpoint(bpt);
 + 
     if (xgdb_verbose && bpt->type == bp_breakpoint)
-      printf ("breakpoint #%d enabled\n", bpt->number);
+      printf_filtered ("breakpoint #%d enabled\n", bpt->number);
   
 ***************
-*** 2422,2427 ****
---- 2436,2443 ----
+*** 2441,2446 ****
+--- 2455,2462 ----
   disable_breakpoint (bpt)
        struct breakpoint *bpt;
   {
@@ -293,11 +326,19 @@ diff -c -r1.40 breakpoint.c
   
     if (xgdb_verbose && bpt->type == bp_breakpoint)
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/command.c,v
-retrieving revision 1.18
-diff -c -r1.18 command.c
 *** 1.18       1992/07/10 17:22:30
---- command.c  1992/07/16 22:44:12
+--- command.c  1992/07/23 01:42:36
+***************
+*** 1093,1098 ****
+--- 1093,1100 ----
+    else
+      error ("gdb internal error: bad cmd_type in do_setshow_command");
+    (*c->function.sfunc) (NULL, from_tty, c);
++   if (energize)
++     print_prompt();
+  }
+  
+  /* Show all the settings in a list of show commands.  */
 ***************
 *** 1148,1154 ****
       }
@@ -307,7 +348,7 @@ diff -c -r1.18 command.c
         ;
     else
       error ("Fork failed");
---- 1148,1154 ----
+--- 1150,1156 ----
       }
   
     if (pid != -1)
@@ -316,11 +357,8 @@ diff -c -r1.18 command.c
     else
       error ("Fork failed");
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/configure.in,v
-retrieving revision 1.51
-diff -c -r1.51 configure.in
-*** 1.51       1992/07/07 07:22:33
---- configure.in       1992/07/16 22:44:14
+*** 1.63       1992/09/03 16:26:02
+--- configure.in       1992/09/15 05:19:56
 ***************
 *** 1,4 ****
 ! configdirs="doc"
@@ -333,14 +371,11 @@ diff -c -r1.51 configure.in
   srctrigger=main.c
   target_dependent=true
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/defs.h,v
-retrieving revision 1.43
-diff -c -r1.43 defs.h
-*** 1.43       1992/07/09 04:40:24
---- defs.h     1992/07/16 22:48:44
-***************
-*** 805,808 ****
---- 805,810 ----
+*** 1.48       1992/09/15 08:55:59
+--- defs.h     1992/09/15 08:54:35
+***************
+*** 811,814 ****
+--- 811,816 ----
   #define MAINTENANCE_CMDS 1
   #endif
   
@@ -348,13 +383,30 @@ diff -c -r1.43 defs.h
 + 
   #endif /* !defined (DEFS_H) */
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/inflow.c,v
-retrieving revision 1.27
-diff -c -r1.27 inflow.c
-*** 1.27       1992/07/04 03:21:21
---- inflow.c   1992/07/05 12:58:31
+*** 2.5        1992/09/03 16:26:03
+--- demangle.c 1992/09/15 05:19:59
+***************
+*** 37,43 ****
+     the appropriate target configuration file. */
+  
+  #ifndef DEFAULT_DEMANGLING_STYLE
+! # define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING
+  #endif
+  
+  /* String name for the current demangling style.  Set by the "set demangling"
+--- 37,43 ----
+     the appropriate target configuration file. */
+  
+  #ifndef DEFAULT_DEMANGLING_STYLE
+! # define DEFAULT_DEMANGLING_STYLE LUCID_DEMANGLING_STYLE_STRING
+  #endif
+  
+  /* String name for the current demangling style.  Set by the "set demangling"
+===================================================================
+*** 1.28       1992/07/23 04:41:45
+--- inflow.c   1992/08/27 22:43:15
 ***************
-*** 81,87 ****
+*** 89,95 ****
   static short pgrp_inferior;
   static short pgrp_ours;
   # else /* not def SHORT_PGRP */
@@ -362,7 +414,7 @@ diff -c -r1.27 inflow.c
   static int pgrp_ours;
   # endif /* not def SHORT_PGRP */
   #else /* not def TIOCGPGRP */
---- 81,87 ----
+--- 89,95 ----
   static short pgrp_inferior;
   static short pgrp_ours;
   # else /* not def SHORT_PGRP */
@@ -371,14 +423,11 @@ diff -c -r1.27 inflow.c
   # endif /* not def SHORT_PGRP */
   #else /* not def TIOCGPGRP */
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/infrun.c,v
-retrieving revision 1.52
-diff -c -r1.52 infrun.c
-*** 1.52       1992/07/04 03:21:24
---- infrun.c   1992/07/05 13:46:46
-***************
-*** 617,622 ****
---- 617,623 ----
+*** 1.54       1992/09/02 09:22:09
+--- infrun.c   1992/09/15 05:20:09
+***************
+*** 633,638 ****
+--- 633,639 ----
      Here we must get it up to actual execution of the real program.  */
   
     inferior_pid = pid;                /* Needed for wait_for_inferior stuff below */
@@ -387,8 +436,8 @@ diff -c -r1.52 infrun.c
     clear_proceed_status ();
   
 ***************
-*** 755,760 ****
---- 756,762 ----
+*** 771,776 ****
+--- 772,778 ----
   
     attach (pid);
     inferior_pid = pid;
@@ -397,34 +446,32 @@ diff -c -r1.52 infrun.c
   
     mark_breakpoints_out ();
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/inftarg.c,v
-retrieving revision 1.11
-diff -c -r1.11 inftarg.c
 *** 1.11       1992/03/29 23:21:27
---- inftarg.c  1992/07/05 13:48:05
+--- inftarg.c  1992/09/15 06:37:01
 ***************
-*** 58,64 ****
-  #ifdef USE_PROC_FS
-      pid = proc_wait (status);
-  #else
+*** 55,65 ****
+    int pid;
+  
+    do {
+! #ifdef USE_PROC_FS
+!     pid = proc_wait (status);
+! #else
 !     pid = wait (status);
-  #endif
+! #endif
       if (pid == -1)           /* No more children to wait for */
         {
---- 58,64 ----
-  #ifdef USE_PROC_FS
-      pid = proc_wait (status);
-  #else
+       fprintf (stderr, "Child process unexpectedly missing.\n");
+--- 55,61 ----
+    int pid;
+  
+    do {
 !     pid = energize_wait (status);
-  #endif
       if (pid == -1)           /* No more children to wait for */
         {
+       fprintf (stderr, "Child process unexpectedly missing.\n");
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/main.c,v
-retrieving revision 1.51
-diff -c -r1.51 main.c
-*** 1.51       1992/07/10 17:22:33
---- main.c     1992/07/17 23:22:19
+*** 1.52       1992/09/15 06:27:10
+--- main.c     1992/09/15 06:30:03
 ***************
 *** 426,431 ****
 --- 426,432 ----
@@ -458,16 +505,17 @@ diff -c -r1.51 main.c
            symarg = optarg;
            break;
 ***************
-*** 736,741 ****
---- 741,748 ----
-    free ((PTR)dirarg);
-    do_cleanups (ALL_CLEANUPS);
+*** 664,669 ****
+--- 669,677 ----
+  
+    /* Run the init function of each source file */
   
++   /* Must call this first to setup tty */
 +   energize_initialize (energize_id, execarg);
 + 
-    if (execarg != NULL
-        && symarg != NULL
-        && strcmp (execarg, symarg) == 0)
+    initialize_cmd_lists ();   /* This needs to be done first */
+    initialize_all_files ();
+    initialize_main ();                /* But that omits this file!  Do it now */
 ***************
 *** 850,856 ****
         if (!setjmp (to_top_level))
@@ -477,7 +525,7 @@ diff -c -r1.51 main.c
             quit_command ((char *)0, instream == stdin);
        }
       }
---- 857,866 ----
+--- 858,867 ----
         if (!setjmp (to_top_level))
        {
          do_cleanups (ALL_CLEANUPS);           /* Do complete cleanup */
@@ -497,7 +545,7 @@ diff -c -r1.51 main.c
      }
   
     /* Tell the user if the language has changed (except first time).  */
---- 922,928 ----
+--- 923,929 ----
         else if (c->function.cfunc == NO_FUNCTION)
        error ("That is not a command, just a help topic.");
         else
@@ -514,7 +562,7 @@ diff -c -r1.51 main.c
         if (p == NULL)
        /* Treat end of file like "end".  */
        break;
---- 1574,1580 ----
+--- 1575,1581 ----
     while (1)
       {
         dont_repeat ();
@@ -522,29 +570,9 @@ diff -c -r1.51 main.c
         if (p == NULL)
        /* Treat end of file like "end".  */
        break;
-***************
-*** 1868,1874 ****
-  void
-  print_prompt ()
-  {
-!   printf ("%s", prompt);
-    fflush (stdout);
-  }
-  \f
---- 1878,1884 ----
-  void
-  print_prompt ()
-  {
-!   printf_filtered ("%s", prompt);
-    fflush (stdout);
-  }
-  \f
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/printcmd.c,v
-retrieving revision 1.30
-diff -c -r1.30 printcmd.c
-*** 1.30       1992/07/06 00:22:52
---- printcmd.c 1992/07/16 22:44:42
+*** 1.32       1992/09/15 06:27:00
+--- printcmd.c 1992/09/15 06:30:06
 ***************
 *** 778,783 ****
 --- 778,792 ----
@@ -561,7 +589,7 @@ diff -c -r1.30 printcmd.c
 +      }
 + 
         if (inspect)
-       printf ("\031(gdb-makebuffer \"%s\"  %d '(\"", exp, histindex);
+       printf_filtered ("\031(gdb-makebuffer \"%s\"  %d '(\"", exp, histindex);
         else
 ***************
 *** 784,789 ****
@@ -572,10 +600,10 @@ diff -c -r1.30 printcmd.c
 +       energize_end_variable_annotation();
         printf_filtered ("\n");
         if (inspect)
-       printf("\") )\030");
+       printf_filtered("\") )\030");
 ***************
-*** 1653,1663 ****
---- 1663,1681 ----
+*** 1652,1662 ****
+--- 1662,1680 ----
         standard indentation here is 4 spaces, and val_print indents
         2 for each recurse.  */
         val = read_var_value (sym, FRAME_INFO_ID (fi));
@@ -596,11 +624,8 @@ diff -c -r1.30 printcmd.c
       }
   
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/stack.c,v
-retrieving revision 1.33
-diff -c -r1.33 stack.c
-*** 1.33       1992/07/04 03:21:45
---- stack.c    1992/07/05 14:13:23
+*** 1.34       1992/09/11 09:11:04
+--- stack.c    1992/09/15 05:20:25
 ***************
 *** 159,165 ****
         if (addressprint)
@@ -681,11 +706,8 @@ diff -c -r1.33 stack.c
     wrap_here ("   ");
     if (sal.symtab)
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/symfile.c,v
-retrieving revision 1.55
-diff -c -r1.55 symfile.c
-*** 1.55       1992/07/04 13:58:46
---- symfile.c  1992/07/05 14:14:12
+*** 1.57       1992/09/15 06:27:08
+--- symfile.c  1992/09/15 06:30:09
 ***************
 *** 611,616 ****
 --- 611,618 ----
@@ -698,31 +720,11 @@ diff -c -r1.55 symfile.c
   }
   
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/utils.c,v
-retrieving revision 1.54
-diff -c -r1.54 utils.c
-*** 1.54       1992/07/09 04:40:35
---- utils.c    1992/07/16 22:44:50
-***************
-*** 694,700 ****
-    register int ans2;
-  
-    /* Automatically answer "yes" if input is not from a terminal.  */
-!   if (!input_from_terminal_p ())
-      return 1;
-  
-    while (1)
---- 694,700 ----
-    register int ans2;
-  
-    /* Automatically answer "yes" if input is not from a terminal.  */
-!   if (!input_from_terminal_p () && !energize)
-      return 1;
-  
-    while (1)
+*** 1.60       1992/09/15 06:26:56
+--- utils.c    1992/09/15 08:57:41
 ***************
-*** 701,721 ****
-      {
+*** 700,720 ****
+        fflush (stdout);
         va_start (args);
         ctlstr = va_arg (args, char *);
         vfprintf_filtered (stdout, ctlstr, args);
@@ -743,8 +745,8 @@ diff -c -r1.54 utils.c
         if (answer >= 'a')
        answer -= 040;
         if (answer == 'Y')
---- 701,732 ----
-      {
+--- 700,731 ----
+        fflush (stdout);
         va_start (args);
         ctlstr = va_arg (args, char *);
 +       energize_query (ctlstr, args);
@@ -777,8 +779,8 @@ diff -c -r1.54 utils.c
        answer -= 040;
         if (answer == 'Y')
 ***************
-*** 723,728 ****
---- 734,740 ----
+*** 722,727 ****
+--- 733,739 ----
         if (answer == 'N')
        return 0;
         printf_filtered ("Please answer y or n.\n");
@@ -787,8 +789,8 @@ diff -c -r1.54 utils.c
   }
   
 ***************
-*** 989,994 ****
---- 1001,1012 ----
+*** 988,993 ****
+--- 1000,1011 ----
     if (linebuffer == 0)
       return;
     
@@ -802,14 +804,11 @@ diff -c -r1.54 utils.c
     if (stream != stdout
      || (lines_per_page == UINT_MAX && chars_per_line == UINT_MAX))
 ===================================================================
-RCS file: /local/cvsfiles/devo/gdb/valprint.c,v
-retrieving revision 1.48
-diff -c -r1.48 valprint.c
-*** 1.48       1992/07/10 03:56:06
---- valprint.c 1992/07/16 22:44:53
-***************
-*** 485,490 ****
---- 485,491 ----
+*** 1.54       1992/09/15 06:27:03
+--- valprint.c 1992/09/15 06:30:13
+***************
+*** 488,493 ****
+--- 488,494 ----
        struct type **dont_print;
   {
     int i, len, n_baseclasses;
@@ -818,8 +817,8 @@ diff -c -r1.48 valprint.c
     check_stub_type (type);
   
 ***************
-*** 549,554 ****
---- 550,562 ----
+*** 552,557 ****
+--- 553,565 ----
              fprint_symbol (stream, TYPE_FIELD_NAME (type, i));
              fputs_filtered (" = ", stream);
            }
@@ -834,8 +833,8 @@ diff -c -r1.48 valprint.c
            {
              value v;
 ***************
-*** 567,572 ****
---- 575,581 ----
+*** 570,575 ****
+--- 578,584 ----
                         valaddr + TYPE_FIELD_BITPOS (type, i) / 8,
                         0, stream, format, 0, recurse + 1, pretty);
            }
@@ -844,8 +843,8 @@ diff -c -r1.48 valprint.c
         if (pretty)
        {
 ***************
-*** 801,806 ****
---- 810,816 ----
+*** 804,809 ****
+--- 813,819 ----
                  unsigned int rep1;
                  /* Number of repetitions we have detected so far.  */
                  unsigned int reps;
@@ -854,8 +853,8 @@ diff -c -r1.48 valprint.c
                  if (i != 0)
                    if (arrayprint)
 ***************
-*** 822,827 ****
---- 832,842 ----
+*** 825,830 ****
+--- 835,845 ----
                      ++rep1;
                    }
   
@@ -868,8 +867,8 @@ diff -c -r1.48 valprint.c
                    {
                      val_print (elttype, valaddr + i * eltlen,
 ***************
-*** 838,843 ****
---- 853,859 ----
+*** 841,846 ****
+--- 856,862 ----
                                 recurse + 1, pretty);
                      things_printed++;
                    }
@@ -877,41 +876,3 @@ diff -c -r1.48 valprint.c
                }
              if (i < len)
                fprintf_filtered (stream, "...");
-===================================================================
-RCS file: /local/cvsfiles/devo/gdb/config/amix.mh,v
-retrieving revision 1.4
-diff -c -r1.4 config/amix.mh
-*** 1.4        1992/06/10 02:05:16
---- amix.mh    1992/07/05 17:47:19
-***************
-*** 22,24 ****
---- 22,31 ----
-  
-  # SVR4 puts the BSD compatible install in /usr/ucb.
-  INSTALL = /usr/ucb/install -c
-+ 
-+ # These are the libs that are needed for the Energize version of gdb on
-+ # SVR4.  Note that we MUST include the standard C library before libucb.a,
-+ # otherwise we get lots of broken stuff we don't want.
-+ ENERGIZE_LIB = energize/libconn.a
-+ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
-+      -lsocket -lc /usr/ucblib/libucb.a -lnsl
-===================================================================
-RCS file: /local/cvsfiles/devo/gdb/config/ncr3000.mh,v
-retrieving revision 1.4
-diff -c -r1.4 config/ncr3000.mh
-*** 1.4        1992/06/15 19:25:13
---- ncr3000.mh 1992/07/05 17:49:34
-***************
-*** 38,40 ****
---- 38,47 ----
-  # The /usr/ucb/install program is incompatible (complains about unknown
-  # group staff).  Use good old cp...
-  INSTALL = cp
-+ 
-+ # These are the libs that are needed for the Energize version of gdb on
-+ # SVR4.  Note that we MUST include the standard C library before libucb.a,
-+ # otherwise we get lots of broken stuff we don't want.
-+ ENERGIZE_LIB = energize/libconn.a
-+ ENERGIZE_LIBS = ${ENERGIZE_LIB} -L/usr/lib -lm -lnet -lresolv -lform \
-+      -lsocket -lc /usr/ucblib/libucb.a -lnsl
This page took 0.034563 seconds and 4 git commands to generate.