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: [patch/rfa] Test java's "break main"


Thanks Andrew.  This is fine.   Please feel free to commit any further
changes at will.

Thanks,

I finally got around to committing this, and removing the redundant jmisc2.exp.


Andrew

______________________________________________________________________
From: Andrew Cagney <cagney@gnu.org>
To: Andrew Cagney <cagney@gnu.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfa] Test java's "break main"
Date: Tue, 24 Feb 2004 12:32:29 -0500

[with patch]

Hello,

This tests the ability to set a breakpoint on "main" in Java. It tries three alternatives:

(gdb) break main
(gdb) break jmain.main
(gdb) break jmain.main(...)

at present only the third works. The others are KFAILed as they involve changes to both gcj and gdb.

comments, ok?
Andrew






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