public final class sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame extends sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
{
  private static final int ADDRESS_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private sun.jvm.hotspot.debugger.Address pc;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address ebp;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.bsd.BsdDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger dbg
        start local 2 // sun.jvm.hotspot.debugger.Address ebp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
         0: .line 36
            aload 0 /* this */
            aload 1 /* dbg */
            invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getCDebugger:()Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.<init>:(Lsun/jvm/hotspot/debugger/cdbg/CDebugger;)V
         1: .line 37
            aload 0 /* this */
            aload 2 /* ebp */
            putfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
         2: .line 38
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
         3: .line 39
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
         4: .line 40
            return
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address ebp
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame;
            0    5     1   dbg  Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            0    5     2   ebp  Lsun/jvm/hotspot/debugger/Address;
            0    5     3    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      dbg   
      ebp   
      pc    

  public sun.jvm.hotspot.debugger.cdbg.ClosestSymbol closestSymbolToPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
         0: .line 45
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.pc:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.lookup:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame;

  public sun.jvm.hotspot.debugger.Address pc();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
         0: .line 49
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame;

  public sun.jvm.hotspot.debugger.Address localVariableBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
         0: .line 53
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame;

  public sun.jvm.hotspot.debugger.cdbg.CFrame sender(sun.jvm.hotspot.debugger.ThreadProxy);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 57
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.x86.X86ThreadContext
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         1: .line 58
            aload 2 /* context */
            bipush 7
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* esp */
        start local 3 // sun.jvm.hotspot.debugger.Address esp
         2: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            ifnull 3
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            aload 3 /* esp */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 4
         3: .line 61
      StackMap locals: sun.jvm.hotspot.debugger.x86.X86ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aconst_null
            areturn
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* nextEBP */
        start local 4 // sun.jvm.hotspot.debugger.Address nextEBP
         5: .line 65
            aload 4 /* nextEBP */
            ifnonnull 7
         6: .line 66
            aconst_null
            areturn
         7: .line 68
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            ldc 4
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* nextPC */
        start local 5 // sun.jvm.hotspot.debugger.Address nextPC
         8: .line 69
            aload 5 /* nextPC */
            ifnonnull 10
         9: .line 70
            aconst_null
            areturn
        10: .line 72
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 4 /* nextEBP */
            aload 5 /* nextPC */
            invokespecial sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address nextPC
        end local 4 // sun.jvm.hotspot.debugger.Address nextEBP
        end local 3 // sun.jvm.hotspot.debugger.Address esp
        end local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86CFrame;
            0   11     1   thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            1   11     2  context  Lsun/jvm/hotspot/debugger/x86/X86ThreadContext;
            2   11     3      esp  Lsun/jvm/hotspot/debugger/Address;
            5   11     4  nextEBP  Lsun/jvm/hotspot/debugger/Address;
            8   11     5   nextPC  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      thread  
}
SourceFile: "BsdX86CFrame.java"