This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

small patch to 19991101 snapshot


If this is not already in the CVS repository ... breakpoint.c in
yesterday's snapshot doesn't compile.

- Jimmy Guo, guo@cup.hp.com

Index: gdb/breakpoint.c
*** gdb/breakpoint.c.orig	Tue Nov  2 13:38:08 1999
--- gdb/breakpoint.c	Tue Nov  2 13:38:17 1999
***************
*** 6635,6642 ****
  		goto win;
  	      }
  	  printf_unfiltered ("No breakpoint number %d.\n", num);
- 	win:
  	}
        p = p1;
      }
  }
--- 6635,6642 ----
  		goto win;
  	      }
  	  printf_unfiltered ("No breakpoint number %d.\n", num);
  	}
+     win:
        p = p1;
      }
  }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]