public class sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext extends sun.jvm.hotspot.debugger.x86.X86ThreadContext
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext
super_class: sun.jvm.hotspot.debugger.x86.X86ThreadContext
{
private sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger;
descriptor: Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger);
descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
0: .line 35
aload 0 /* this */
invokespecial sun.jvm.hotspot.debugger.x86.X86ThreadContext.<init>:()V
1: .line 36
aload 0 /* this */
aload 1 /* debugger */
putfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
2: .line 37
return
end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86ThreadContext;
0 3 1 debugger Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
MethodParameters:
Name Flags
debugger
public void setRegisterAsAddress(int, sun.jvm.hotspot.debugger.Address);
descriptor: (ILsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
start local 1 // int index
start local 2 // sun.jvm.hotspot.debugger.Address value
0: .line 40
aload 0 /* this */
iload 1 /* index */
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 2 /* value */
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
invokevirtual sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext.setRegister:(IJ)V
1: .line 41
return
end local 2 // sun.jvm.hotspot.debugger.Address value
end local 1 // int index
end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86ThreadContext;
0 2 1 index I
0 2 2 value Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
index
value
public sun.jvm.hotspot.debugger.Address getRegisterAsAddress(int);
descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
start local 1 // int index
0: .line 44
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 0 /* this */
iload 1 /* index */
invokevirtual sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext.getRegister:(I)J
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.newAddress:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 // int index
end local 0 // sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/x86/BsdX86ThreadContext;
0 1 1 index I
MethodParameters:
Name Flags
index
}
SourceFile: "BsdX86ThreadContext.java"