Searched refs:JVMDebugger (Results 1 - 22 of 22) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DJVMDebugger.java31 public interface JVMDebugger extends Debugger { interface in inherits:Debugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java31 /** An extension of the JVMDebugger interface with a few additions to
35 public interface BsdDebugger extends JVMDebugger {
61 // From the Debugger interface via JVMDebugger
68 // From the SymbolLookup interface via Debugger and JVMDebugger
71 // From the JVMDebugger interface
80 // From the ThreadAccess interface via Debugger and JVMDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java31 /** An extension of the JVMDebugger interface with a few additions to
35 public interface LinuxDebugger extends JVMDebugger {
61 // From the Debugger interface via JVMDebugger
68 // From the SymbolLookup interface via Debugger and JVMDebugger
71 // From the JVMDebugger interface
80 // From the ThreadAccess interface via Debugger and JVMDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java31 /** An extension of the JVMDebugger interface with a few additions to
35 public interface ProcDebugger extends JVMDebugger {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java31 /** An extension of the JVMDebugger interface with a few additions to
35 public interface WindbgDebugger extends JVMDebugger {
69 // From the Debugger interface via JVMDebugger
77 // From the SymbolLookup interface via Debugger and JVMDebugger
80 // From the JVMDebugger interface
89 // From the ThreadAccess interface via Debugger and JVMDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/
H A DLinuxIA64JavaThreadPDAccess.java134 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_ia64/
H A DWin32IA64JavaThreadPDAccess.java134 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DTestDebugger.java55 JVMDebugger debugger = new ProcDebuggerLocal(null, true);
H A DHotSpotAgent.java55 private JVMDebugger debugger;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java75 private JVMDebugger debugger;
267 private VM(TypeDataBase db, JVMDebugger debugger, boolean isBigEndian) {
364 public static void initialize(TypeDataBase db, JVMDebugger debugger) {
706 public JVMDebugger getDebugger() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_x86/
H A DBsdX86JavaThreadPDAccess.java128 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/
H A DLinuxAMD64JavaThreadPDAccess.java129 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/
H A DLinuxSPARCJavaThreadPDAccess.java160 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/
H A DLinuxX86JavaThreadPDAccess.java128 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/
H A DSolarisAMD64JavaThreadPDAccess.java134 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/
H A DSolarisSPARCJavaThreadPDAccess.java168 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/
H A DSolarisX86JavaThreadPDAccess.java136 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/
H A DWin32AMD64JavaThreadPDAccess.java134 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/
H A DWin32X86JavaThreadPDAccess.java133 JVMDebugger debugger = VM.getVM().getDebugger();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java43 public class RemoteDebuggerClient extends DebuggerBase implements JVMDebugger {
273 // Implementation of JVMDebugger interface
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java70 private JVMDebugger debugger;
H A DBugSpot.java364 private JVMDebugger localDebugger;

Completed in 137 milliseconds