OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [gcj/] [jvmti/] [NormalBreakpoint.java] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
// NormalBreakpoint.java -  a "normal" breakpoint in the interpreter
2
 
3
/* Copyright (C) 2007  Free Software Foundation
4
 
5
   This file is part of libgcj.
6
 
7
This software is copyrighted work licensed under the terms of the
8
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9
details.  */
10
 
11
package gnu.gcj.jvmti;
12
 
13
/**
14
 * This class represents a "normal" breakpoint in the interpreter.
15
 * When the interpreter hits this breakpoint type, it will send out
16
 * a JVMTI breakpoint notification.
17
 *
18
 * @author Keith Seitz (keiths@redhat.com)
19
 */
20
public class NormalBreakpoint
21
  extends Breakpoint
22
{
23
  public NormalBreakpoint (long method, long id)
24
  {
25
    super (method, id);
26
  }
27
 
28
  public native void execute ();
29
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.