class sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask implements sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$WorkerThreadTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask
  super_class: java.lang.Object
{
  int pid;
    descriptor: I
    flags: (0x0000) 

  final sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal this$0;
    descriptor: Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask this
         0: .line 275
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask.this$0:Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal$1AttachTask;
    MethodParameters:
        Name  Flags
      this$0  final

  public void doit(sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
         0: .line 278
            aload 1 /* debugger */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask.pid:I
            invokevirtual sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach0:(I)V
         1: .line 279
            aload 1 /* debugger */
            iconst_1
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attached:Z
         2: .line 280
            aload 1 /* debugger */
            iconst_0
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.isCore:Z
         3: .line 281
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask.this$0:Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
            invokevirtual sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.findABIVersion:()V
         4: .line 282
            return
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal$1AttachTask;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
    MethodParameters:
          Name  Flags
      debugger  
}
SourceFile: "BsdDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach:(I)V
NestHost: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
InnerClasses:
  AttachTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask
  abstract WorkerThreadTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal