Searched refs:CDebugger (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DInstanceConstructor.java29 import sun.jvm.hotspot.debugger.cdbg.CDebugger;
49 CDebugger cdbg = VM.getVM().getDebugger().getCDebugger();
H A DStaticBaseConstructor.java29 import sun.jvm.hotspot.debugger.cdbg.CDebugger;
H A DVirtualBaseConstructor.java29 import sun.jvm.hotspot.debugger.cdbg.CDebugger;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCFrame.java34 private CDebugger dbg;
36 protected BasicCFrame(CDebugger dbg) {
40 protected CDebugger dbg() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugger.java33 public interface CDebugger { interface
73 /** is demangling of C++ symbols supported by this CDebugger? */
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DStackTraceEntry.java36 private CDebugger dbg;
46 public StackTraceEntry(CFrame cFrame, CDebugger dbg) {
H A DPCFinder.java61 public static Info findPC(Address pc, LoadObject lo, CDebugger dbg) {
H A DThreadListPanel.java41 // does not require that the CDebugger interface be implemented).
45 a CDebugger attached to the target process and can request that
69 public ThreadInfo(ThreadProxy thread, CDebugger dbg, JavaThread jthread) {
109 /** Takes a CDebugger from which the thread list is queried.
113 public ThreadListPanel(CDebugger dbg, final boolean displayJavaThreads) {
H A DBugSpotAgent.java59 * support C/C++ debugging via the CDebugger interface. </P>
179 public synchronized CDebugger getCDebugger() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebugger.java28 import sun.jvm.hotspot.debugger.cdbg.CDebugger;
107 /** If this platform supports C/C++ debugging via the CDebugger
108 interface, returns a CDebugger object; otherwise returns
110 public CDebugger getCDebugger() throws DebuggerException;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java29 import sun.jvm.hotspot.debugger.cdbg.CDebugger;
104 public CDebugger getCDebugger() throws DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/
H A DAMD64CFrame.java41 public AMD64CFrame(CDebugger dbg, Address rbp, Address pc) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/
H A DX86CFrame.java41 public X86CFrame(CDebugger dbg, Address ebp, Address pc) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCDebugger.java33 class ProcCDebugger implements CDebugger {
H A DProcDebuggerLocal.java231 public CDebugger getCDebugger() throws DebuggerException {
678 private CDebugger cdbg;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPMap.java43 CDebugger cdbg = dbg.getCDebugger();
56 out.println("not yet implemented (debugger does not support CDebugger)!");
H A DPStack.java61 CDebugger cdbg = dbg.getCDebugger();
178 out.println("not yet implemented (debugger does not support CDebugger)!");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java37 class BsdCDebugger implements CDebugger {
H A DBsdDebuggerLocal.java59 // CDebugger support
552 public CDebugger getCDebugger() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java37 class WindbgCDebugger implements CDebugger {
H A DWindbgDebuggerLocal.java68 private CDebugger cdbg;
232 public CDebugger getCDebugger() throws DebuggerException {
234 // FIXME: CDebugger is not yet supported for IA64 because
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxCDebugger.java39 class LinuxCDebugger implements CDebugger {
H A DLinuxDebuggerLocal.java57 // CDebugger support
545 public CDebugger getCDebugger() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java203 public CDebugger getCDebugger() throws DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java338 <P> If the underlying Debugger supports CDebugger interface, we
341 is no CDebugger support, we fallback to the hueristic approach. </P>
349 CDebugger cdbg = VM.getVM().getDebugger().getCDebugger();

Completed in 69 milliseconds

12