public interface sun.jvm.hotspot.debugger.bsd.BsdDebugger extends sun.jvm.hotspot.debugger.JVMDebugger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.bsd.BsdDebugger
  super_class: java.lang.Object
{
  public abstract java.lang.String addressValueToString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract boolean readJBoolean(long);
    descriptor: (J)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract byte readJByte(long);
    descriptor: (J)B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract char readJChar(long);
    descriptor: (J)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract double readJDouble(long);
    descriptor: (J)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract float readJFloat(long);
    descriptor: (J)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract int readJInt(long);
    descriptor: (J)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract long readJLong(long);
    descriptor: (J)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract short readJShort(long);
    descriptor: (J)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract long readCInteger(long, long, boolean);
    descriptor: (JJZ)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
            Name  Flags
      address     
      numBytes    
      isUnsigned  

  public abstract sun.jvm.hotspot.debugger.bsd.BsdAddress readAddress(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/bsd/BsdAddress;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract sun.jvm.hotspot.debugger.bsd.BsdAddress readCompOopAddress(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/bsd/BsdAddress;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract sun.jvm.hotspot.debugger.bsd.BsdAddress readCompKlassAddress(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/bsd/BsdAddress;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract sun.jvm.hotspot.debugger.bsd.BsdOopHandle readOopHandle(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/bsd/BsdOopHandle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract sun.jvm.hotspot.debugger.bsd.BsdOopHandle readCompOopHandle(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/bsd/BsdOopHandle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      address  

  public abstract long[] getThreadIntegerRegisterSet(long);
    descriptor: (J)[J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
                  Name  Flags
      unique_thread_id  

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

  public abstract sun.jvm.hotspot.debugger.Address newAddress(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
       Name  Flags
      value  

  public abstract java.util.List<sun.jvm.hotspot.debugger.ThreadProxy> getThreadList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lsun/jvm/hotspot/debugger/ThreadProxy;>;

  public abstract java.util.List<sun.jvm.hotspot.debugger.cdbg.LoadObject> getLoadObjectList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lsun/jvm/hotspot/debugger/cdbg/LoadObject;>;

  public abstract sun.jvm.hotspot.debugger.cdbg.ClosestSymbol lookup(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      address  
}
SourceFile: "BsdDebugger.java"