public class org.eclipse.debug.core.model.RuntimeProcess extends org.eclipse.core.runtime.PlatformObject implements org.eclipse.debug.core.model.IProcess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.debug.core.model.RuntimeProcess
  super_class: org.eclipse.core.runtime.PlatformObject
{
  private static final int MAX_WAIT_FOR_DEATH_ATTEMPTS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int TIME_TO_WAIT_FOR_THREAD_DEATH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  private org.eclipse.debug.core.ILaunch fLaunch;
    descriptor: Lorg/eclipse/debug/core/ILaunch;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Process fProcess;
    descriptor: Ljava/lang/Process;
    flags: (0x0002) ACC_PRIVATE

  private int fExitValue;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread fMonitor;
    descriptor: Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.debug.core.model.IStreamsProxy fStreamsProxy;
    descriptor: Lorg/eclipse/debug/core/model/IStreamsProxy;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String fName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean fTerminated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> fAttributes;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private boolean fCaptureOutput;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.debug.core.ILaunch, java.lang.Process, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Lorg/eclipse/debug/core/ILaunch;Ljava/lang/Process;Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // org.eclipse.debug.core.ILaunch launch
        start local 2 // java.lang.Process process
        start local 3 // java.lang.String name
        start local 4 // java.util.Map attributes
         0: .line 110
            aload 0 /* this */
            invokespecial org.eclipse.core.runtime.PlatformObject.<init>:()V
         1: .line 97
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.debug.core.model.RuntimeProcess.fCaptureOutput:Z
         2: .line 111
            aload 0 /* this */
            aload 1 /* launch */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.setLaunch:(Lorg/eclipse/debug/core/ILaunch;)V
         3: .line 112
            aload 0 /* this */
            aload 4 /* attributes */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.initializeAttributes:(Ljava/util/Map;)V
         4: .line 113
            aload 0 /* this */
            aload 2 /* process */
            putfield org.eclipse.debug.core.model.RuntimeProcess.fProcess:Ljava/lang/Process;
         5: .line 114
            aload 0 /* this */
            aload 3 /* name */
            putfield org.eclipse.debug.core.model.RuntimeProcess.fName:Ljava/lang/String;
         6: .line 115
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.debug.core.model.RuntimeProcess.fTerminated:Z
         7: .line 117
            aload 0 /* this */
            aload 2 /* process */
            invokevirtual java.lang.Process.exitValue:()I
            putfield org.eclipse.debug.core.model.RuntimeProcess.fExitValue:I
         8: .line 118
            goto 11
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess org.eclipse.debug.core.ILaunch java.lang.Process java.lang.String java.util.Map
      StackMap stack: java.lang.IllegalThreadStateException
         9: pop
        10: .line 119
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.debug.core.model.RuntimeProcess.fTerminated:Z
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* launch */
            ldc "org.eclipse.debug.core.capture_output"
            invokeinterface org.eclipse.debug.core.ILaunch.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* captureOutput */
        start local 5 // java.lang.String captureOutput
        12: .line 123
            aload 0 /* this */
            ldc "false"
            aload 5 /* captureOutput */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
            iconst_0
            goto 14
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess org.eclipse.debug.core.ILaunch java.lang.Process java.lang.String java.util.Map java.lang.String
      StackMap stack: org.eclipse.debug.core.model.RuntimeProcess
        13: iconst_1
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess org.eclipse.debug.core.ILaunch java.lang.Process java.lang.String java.util.Map java.lang.String
      StackMap stack: org.eclipse.debug.core.model.RuntimeProcess int
        14: putfield org.eclipse.debug.core.model.RuntimeProcess.fCaptureOutput:Z
        15: .line 125
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.createStreamsProxy:()Lorg/eclipse/debug/core/model/IStreamsProxy;
            putfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
        16: .line 126
            aload 0 /* this */
            new org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread.<init>:(Lorg/eclipse/debug/core/model/RuntimeProcess;Lorg/eclipse/debug/core/model/RuntimeProcess;)V
            putfield org.eclipse.debug.core.model.RuntimeProcess.fMonitor:Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
        17: .line 127
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fMonitor:Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread.start:()V
        18: .line 128
            aload 1 /* launch */
            aload 0 /* this */
            invokeinterface org.eclipse.debug.core.ILaunch.addProcess:(Lorg/eclipse/debug/core/model/IProcess;)V
        19: .line 129
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireCreationEvent:()V
        20: .line 130
            return
        end local 5 // java.lang.String captureOutput
        end local 4 // java.util.Map attributes
        end local 3 // java.lang.String name
        end local 2 // java.lang.Process process
        end local 1 // org.eclipse.debug.core.ILaunch launch
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0   21     1         launch  Lorg/eclipse/debug/core/ILaunch;
            0   21     2        process  Ljava/lang/Process;
            0   21     3           name  Ljava/lang/String;
            0   21     4     attributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           12   21     5  captureOutput  Ljava/lang/String;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.IllegalThreadStateException
    Signature: (Lorg/eclipse/debug/core/ILaunch;Ljava/lang/Process;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      launch      
      process     
      name        
      attributes  

  private void initializeAttributes(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // java.util.Map attributes
         0: .line 138
            aload 1 /* attributes */
            ifnull 5
         1: .line 139
            aload 1 /* attributes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 140
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        end local 2 // java.util.Map$Entry entry
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 143
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess java.util.Map
      StackMap stack:
            return
        end local 1 // java.util.Map attributes
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0    6     1  attributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            3    4     2       entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      attributes  

  public synchronized boolean canTerminate();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 150
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fTerminated:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  public java.lang.String getLabel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fName:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  protected void setLaunch(org.eclipse.debug.core.ILaunch);
    descriptor: (Lorg/eclipse/debug/core/ILaunch;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // org.eclipse.debug.core.ILaunch launch
         0: .line 167
            aload 0 /* this */
            aload 1 /* launch */
            putfield org.eclipse.debug.core.model.RuntimeProcess.fLaunch:Lorg/eclipse/debug/core/ILaunch;
         1: .line 168
            return
        end local 1 // org.eclipse.debug.core.ILaunch launch
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0    2     1  launch  Lorg/eclipse/debug/core/ILaunch;
    MethodParameters:
        Name  Flags
      launch  

  public org.eclipse.debug.core.ILaunch getLaunch();
    descriptor: ()Lorg/eclipse/debug/core/ILaunch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 175
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fLaunch:Lorg/eclipse/debug/core/ILaunch;
            areturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  protected java.lang.Process getSystemProcess();
    descriptor: ()Ljava/lang/Process;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 184
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fProcess:Ljava/lang/Process;
            areturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  public synchronized boolean isTerminated();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 192
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fTerminated:Z
            ireturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  public void terminate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 200
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.isTerminated:()Z
            ifne 23
         1: .line 201
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
            instanceof org.eclipse.debug.internal.core.StreamsProxy
            ifeq 3
         2: .line 202
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
            checkcast org.eclipse.debug.internal.core.StreamsProxy
            invokevirtual org.eclipse.debug.internal.core.StreamsProxy.kill:()V
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getSystemProcess:()Ljava/lang/Process;
            astore 1 /* process */
        start local 1 // java.lang.Process process
         4: .line 205
            aload 1 /* process */
            ifnull 6
         5: .line 206
            aload 1 /* process */
            invokevirtual java.lang.Process.destroy:()V
         6: .line 208
      StackMap locals: java.lang.Process
      StackMap stack:
            iconst_0
            istore 2 /* attempts */
        start local 2 // int attempts
         7: .line 209
            goto 17
         8: .line 211
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getSystemProcess:()Ljava/lang/Process;
            astore 1 /* process */
         9: .line 212
            aload 1 /* process */
            ifnull 11
        10: .line 213
            aload 0 /* this */
            aload 1 /* process */
            invokevirtual java.lang.Process.exitValue:()I
            putfield org.eclipse.debug.core.model.RuntimeProcess.fExitValue:I
        11: .line 215
      StackMap locals:
      StackMap stack:
            return
        12: .line 216
      StackMap locals:
      StackMap stack: java.lang.IllegalThreadStateException
            pop
        13: .line 219
            ldc 500
            invokestatic java.lang.Thread.sleep:(J)V
        14: .line 220
            goto 16
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        15: pop
        16: .line 222
      StackMap locals:
      StackMap stack:
            iinc 2 /* attempts */ 1
        17: .line 209
      StackMap locals:
      StackMap stack:
            iload 2 /* attempts */
            bipush 10
            if_icmplt 8
        18: .line 225
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fMonitor:Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
            ifnull 21
        19: .line 226
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fMonitor:Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread.killThread:()V
        20: .line 227
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.debug.core.model.RuntimeProcess.fMonitor:Lorg/eclipse/debug/core/model/RuntimeProcess$ProcessMonitorThread;
        21: .line 229
      StackMap locals:
      StackMap stack:
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.debug.core.DebugPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 5010
            getstatic org.eclipse.debug.internal.core.DebugCoreMessages.RuntimeProcess_terminate_failed:Ljava/lang/String;
            aconst_null
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
            astore 3 /* status */
        start local 3 // org.eclipse.core.runtime.IStatus status
        22: .line 230
            new org.eclipse.debug.core.DebugException
            dup
            aload 3 /* status */
            invokespecial org.eclipse.debug.core.DebugException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 3 // org.eclipse.core.runtime.IStatus status
        end local 2 // int attempts
        end local 1 // java.lang.Process process
        23: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            4   23     1   process  Ljava/lang/Process;
            7   23     2  attempts  I
           22   23     3    status  Lorg/eclipse/core/runtime/IStatus;
      Exception table:
        from    to  target  type
           8    11      12  Class java.lang.IllegalThreadStateException
          13    14      15  Class java.lang.InterruptedException
    Exceptions:
      throws org.eclipse.debug.core.DebugException

  protected void terminated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 239
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
            instanceof org.eclipse.debug.internal.core.StreamsProxy
            ifeq 2
         1: .line 240
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
            checkcast org.eclipse.debug.internal.core.StreamsProxy
            invokevirtual org.eclipse.debug.internal.core.StreamsProxy.close:()V
         2: .line 245
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 1 /* exitValue */
        start local 1 // int exitValue
         3: .line 246
            iconst_0
            istore 2 /* running */
        start local 2 // boolean running
         4: .line 248
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fProcess:Ljava/lang/Process;
            invokevirtual java.lang.Process.exitValue:()I
            istore 1 /* exitValue */
         5: .line 249
            goto 8
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess int int
      StackMap stack: java.lang.IllegalThreadStateException
         6: pop
         7: .line 250
            iconst_1
            istore 2 /* running */
         8: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         9: .line 254
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.debug.core.model.RuntimeProcess.fTerminated:Z
        10: .line 255
            iload 2 /* running */
            ifne 12
        11: .line 256
            aload 0 /* this */
            iload 1 /* exitValue */
            putfield org.eclipse.debug.core.model.RuntimeProcess.fExitValue:I
        12: .line 258
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.debug.core.model.RuntimeProcess.fProcess:Ljava/lang/Process;
        13: .line 253
            aload 3
            monitorexit
        14: goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        17: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireTerminateEvent:()V
        18: .line 261
            return
        end local 2 // boolean running
        end local 1 // int exitValue
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            3   19     1  exitValue  I
            4   19     2    running  Z
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.IllegalThreadStateException
           9    14      15  any
          15    16      15  any

  public org.eclipse.debug.core.model.IStreamsProxy getStreamsProxy();
    descriptor: ()Lorg/eclipse/debug/core/model/IStreamsProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 268
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fCaptureOutput:Z
            ifne 2
         1: .line 269
            aconst_null
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fStreamsProxy:Lorg/eclipse/debug/core/model/IStreamsProxy;
            areturn
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  protected org.eclipse.debug.core.model.IStreamsProxy createStreamsProxy();
    descriptor: ()Lorg/eclipse/debug/core/model/IStreamsProxy;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 280
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fCaptureOutput:Z
            ifne 2
         1: .line 281
            new org.eclipse.debug.internal.core.NullStreamsProxy
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getSystemProcess:()Ljava/lang/Process;
            invokespecial org.eclipse.debug.internal.core.NullStreamsProxy.<init>:(Ljava/lang/Process;)V
            areturn
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getLaunch:()Lorg/eclipse/debug/core/ILaunch;
            ldc "org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING"
            invokeinterface org.eclipse.debug.core.ILaunch.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* encoding */
        start local 1 // java.lang.String encoding
         3: .line 284
            new org.eclipse.debug.internal.core.StreamsProxy
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getSystemProcess:()Ljava/lang/Process;
            aload 1 /* encoding */
            invokespecial org.eclipse.debug.internal.core.StreamsProxy.<init>:(Ljava/lang/Process;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String encoding
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            3    4     1  encoding  Ljava/lang/String;

  protected void fireCreationEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 291
            aload 0 /* this */
            new org.eclipse.debug.core.DebugEvent
            dup
            aload 0 /* this */
            iconst_4
            invokespecial org.eclipse.debug.core.DebugEvent.<init>:(Ljava/lang/Object;I)V
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireEvent:(Lorg/eclipse/debug/core/DebugEvent;)V
         1: .line 292
            return
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  protected void fireEvent(org.eclipse.debug.core.DebugEvent);
    descriptor: (Lorg/eclipse/debug/core/DebugEvent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // org.eclipse.debug.core.DebugEvent event
         0: .line 300
            invokestatic org.eclipse.debug.core.DebugPlugin.getDefault:()Lorg/eclipse/debug/core/DebugPlugin;
            astore 2 /* manager */
        start local 2 // org.eclipse.debug.core.DebugPlugin manager
         1: .line 301
            aload 2 /* manager */
            ifnull 3
         2: .line 302
            aload 2 /* manager */
            iconst_1
            anewarray org.eclipse.debug.core.DebugEvent
            dup
            iconst_0
            aload 1 /* event */
            aastore
            invokevirtual org.eclipse.debug.core.DebugPlugin.fireDebugEventSet:([Lorg/eclipse/debug/core/DebugEvent;)V
         3: .line 304
      StackMap locals: org.eclipse.debug.core.DebugPlugin
      StackMap stack:
            return
        end local 2 // org.eclipse.debug.core.DebugPlugin manager
        end local 1 // org.eclipse.debug.core.DebugEvent event
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0    4     1    event  Lorg/eclipse/debug/core/DebugEvent;
            1    4     2  manager  Lorg/eclipse/debug/core/DebugPlugin;
    MethodParameters:
       Name  Flags
      event  

  protected void fireTerminateEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 310
            aload 0 /* this */
            new org.eclipse.debug.core.DebugEvent
            dup
            aload 0 /* this */
            bipush 8
            invokespecial org.eclipse.debug.core.DebugEvent.<init>:(Ljava/lang/Object;I)V
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireEvent:(Lorg/eclipse/debug/core/DebugEvent;)V
         1: .line 311
            return
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  protected void fireChangeEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 317
            aload 0 /* this */
            new org.eclipse.debug.core.DebugEvent
            dup
            aload 0 /* this */
            bipush 16
            invokespecial org.eclipse.debug.core.DebugEvent.<init>:(Ljava/lang/Object;I)V
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireEvent:(Lorg/eclipse/debug/core/DebugEvent;)V
         1: .line 318
            return
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;

  public void setAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 325
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
            ifnonnull 2
         1: .line 326
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
         2: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* origVal */
        start local 3 // java.lang.Object origVal
         3: .line 329
            aload 3 /* origVal */
            ifnull 5
            aload 3 /* origVal */
            aload 2 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 330
            return
         5: .line 333
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 334
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.fireChangeEvent:()V
         7: .line 335
            return
        end local 3 // java.lang.Object origVal
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0    8     1      key  Ljava/lang/String;
            0    8     2    value  Ljava/lang/String;
            3    8     3  origVal  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.String getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // java.lang.String key
         0: .line 342
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
            ifnonnull 2
         1: .line 343
            aconst_null
            areturn
         2: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fAttributes:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.String key
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0    3     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public <T> T getAdapter(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
        start local 1 // java.lang.Class adapter
         0: .line 351
            aload 1 /* adapter */
            ldc Lorg/eclipse/debug/core/model/IProcess;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 352
            aload 0 /* this */
            areturn
         2: .line 354
      StackMap locals:
      StackMap stack:
            aload 1 /* adapter */
            ldc Lorg/eclipse/debug/core/model/IDebugTarget;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
         3: .line 355
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getLaunch:()Lorg/eclipse/debug/core/ILaunch;
            astore 2 /* launch */
        start local 2 // org.eclipse.debug.core.ILaunch launch
         4: .line 356
            aload 2 /* launch */
            invokeinterface org.eclipse.debug.core.ILaunch.getDebugTargets:()[Lorg/eclipse/debug/core/model/IDebugTarget;
            astore 3 /* targets */
        start local 3 // org.eclipse.debug.core.model.IDebugTarget[] targets
         5: .line 357
            aload 3 /* targets */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess java.lang.Class org.eclipse.debug.core.ILaunch org.eclipse.debug.core.model.IDebugTarget[] top int int org.eclipse.debug.core.model.IDebugTarget[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* target */
        start local 4 // org.eclipse.debug.core.model.IDebugTarget target
         7: .line 358
            aload 0 /* this */
            aload 4 /* target */
            invokeinterface org.eclipse.debug.core.model.IDebugTarget.getProcess:()Lorg/eclipse/debug/core/model/IProcess;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 359
            aload 4 /* target */
            areturn
        end local 4 // org.eclipse.debug.core.model.IDebugTarget target
         9: .line 357
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 6
        11: .line 362
            aconst_null
            areturn
        end local 3 // org.eclipse.debug.core.model.IDebugTarget[] targets
        end local 2 // org.eclipse.debug.core.ILaunch launch
        12: .line 364
      StackMap locals: org.eclipse.debug.core.model.RuntimeProcess java.lang.Class
      StackMap stack:
            aload 1 /* adapter */
            ldc Lorg/eclipse/debug/core/ILaunch;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
        13: .line 365
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getLaunch:()Lorg/eclipse/debug/core/ILaunch;
            areturn
        14: .line 368
      StackMap locals:
      StackMap stack:
            aload 1 /* adapter */
            ldc Lorg/eclipse/debug/core/ILaunchConfiguration;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 369
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.getLaunch:()Lorg/eclipse/debug/core/ILaunch;
            invokeinterface org.eclipse.debug.core.ILaunch.getLaunchConfiguration:()Lorg/eclipse/debug/core/ILaunchConfiguration;
            areturn
        16: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* adapter */
            invokespecial org.eclipse.core.runtime.PlatformObject.getAdapter:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class adapter
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lorg/eclipse/debug/core/model/RuntimeProcess;
            0   17     1  adapter  Ljava/lang/Class<TT;>;
            4   12     2   launch  Lorg/eclipse/debug/core/ILaunch;
            5   12     3  targets  [Lorg/eclipse/debug/core/model/IDebugTarget;
            7    9     4   target  Lorg/eclipse/debug/core/model/IDebugTarget;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
         Name  Flags
      adapter  

  public synchronized int getExitValue();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // org.eclipse.debug.core.model.RuntimeProcess this
         0: .line 378
            aload 0 /* this */
            invokevirtual org.eclipse.debug.core.model.RuntimeProcess.isTerminated:()Z
            ifeq 2
         1: .line 379
            aload 0 /* this */
            getfield org.eclipse.debug.core.model.RuntimeProcess.fExitValue:I
            ireturn
         2: .line 381
      StackMap locals:
      StackMap stack:
            new org.eclipse.debug.core.DebugException
            dup
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.debug.core.DebugPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 5010
            getstatic org.eclipse.debug.internal.core.DebugCoreMessages.RuntimeProcess_Exit_value_not_available_until_process_terminates__1:Ljava/lang/String;
            aconst_null
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
            invokespecial org.eclipse.debug.core.DebugException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 0 // org.eclipse.debug.core.model.RuntimeProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/debug/core/model/RuntimeProcess;
    Exceptions:
      throws org.eclipse.debug.core.DebugException
}
SourceFile: "RuntimeProcess.java"
NestMembers:
  org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  ProcessMonitorThread = org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread of org.eclipse.debug.core.model.RuntimeProcess