gnu.gcj.jvmti

Class NormalBreakpoint


public class NormalBreakpoint
extends Breakpoint

This class represents a "normal" breakpoint in the interpreter. When the interpreter hits this breakpoint type, it will send out a JVMTI breakpoint notification.

Field Summary

Fields inherited from class gnu.gcj.jvmti.Breakpoint

location, method

Constructor Summary

NormalBreakpoint(long method, long id)

Method Summary

void
execute()

Methods inherited from class gnu.gcj.jvmti.Breakpoint

execute, getInsn, install, remove

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

NormalBreakpoint

public NormalBreakpoint(long method,
                        long id)

Method Details

execute

public void execute()
Overrides:
execute in interface Breakpoint

Copyright (C) 2007 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.