This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

Re: [commit/java] Work around java/1565 in jmisc.exp


This is redundant.  jmisc2.exp already does exactly what you want.

  % diff jmisc.exp jmisc2.exp
  1c1
  < # Copyright 2000 Free Software Foundation, Inc.
  ---
  > # Copyright 2002 Free Software Foundation, Inc.
  69,70d68
  <     runto ${testfile}.main
  <
  77a76,77
  >     runto ${testfile}.main(java.lang.String\[\])
  >

Also, did Anthony Green approve your patch before you commited it?

Michael C

===

2004-02-24  Andrew Cagney  <cagney@redhat.com>

	* gdb.java/jmisc.exp: Use the fully quallified name of "main" when
	setting a breakpoint.  Work around PR java/1565.


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