public interface sun.jvm.hotspot.debugger.cdbg.ProcessControl
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.cdbg.ProcessControl
  super_class: java.lang.Object
{
  public abstract void suspend();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public abstract void resume();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public abstract boolean isSuspended();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public abstract void setBreakpoint(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.UnmappedAddressException, sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      addr  

  public abstract void clearBreakpoint(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      addr  

  public abstract boolean isBreakpointSet(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      addr  

  public abstract sun.jvm.hotspot.debugger.cdbg.DebugEvent debugEventPoll();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/DebugEvent;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public abstract void debugEventContinue();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
}
SourceFile: "ProcessControl.java"