gdb
* objfiles.c (gdb_bfd_ref): Handle abfd==NULL. gdb/testsuite * gdb.java/jprint.java (jprint.props): New field. * gdb.java/jprint.exp (set_lang_java): Add regression test.
This commit is contained in:
parent
ef801a0e1d
commit
6f451e5ec4
5 changed files with 23 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// jprint.java test program.
|
||||
//
|
||||
// Copyright 2004
|
||||
// Copyright 2004, 2010
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// Written by Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
@ -21,6 +21,8 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
class jvclass {
|
||||
public static int k;
|
||||
static {
|
||||
|
@ -39,6 +41,8 @@ class jvclass {
|
|||
}
|
||||
|
||||
public class jprint extends jvclass {
|
||||
public static Properties props = new Properties ();
|
||||
|
||||
public int dothat (int x) {
|
||||
int y = x + 3;
|
||||
System.out.println ("new value is " + y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue