src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java
changeset 58913 e2dfab7beccb
parent 47216 71c04702a3d5
equal deleted inserted replaced
58912:44d60fc2dd8a 58913:e2dfab7beccb
    55 
    55 
    56   // For LinuxCDebugger
    56   // For LinuxCDebugger
    57   public List         getThreadList();
    57   public List         getThreadList();
    58   public List         getLoadObjectList();
    58   public List         getLoadObjectList();
    59   public ClosestSymbol lookup(long address);
    59   public ClosestSymbol lookup(long address);
       
    60   public String demangle(String sym);
    60 
    61 
    61   // NOTE: this interface implicitly contains the following methods:
    62   // NOTE: this interface implicitly contains the following methods:
    62   // From the Debugger interface via JVMDebugger
    63   // From the Debugger interface via JVMDebugger
    63   //   public void attach(int processID) throws DebuggerException;
    64   //   public void attach(int processID) throws DebuggerException;
    64   //   public void attach(String executableName, String coreFileName) throws DebuggerException;
    65   //   public void attach(String executableName, String coreFileName) throws DebuggerException;