public class WindowsX86CFrame extends BasicCFrame
Constructor and Description |
---|
WindowsX86CFrame(WindbgDebugger dbg,
Address ebp,
Address pc)
Constructor for topmost frame
|
Modifier and Type | Method and Description |
---|---|
Address |
localVariableBase()
Gets the base pointer in this frame from which local variable
offsets in the debug info are based.
|
Address |
pc()
Get the program counter of this frame
|
CFrame |
sender(ThreadProxy thread)
Returns null when no more frames on stack
|
blockForPC, closestSymbolToPC, dbg, iterateLocals, loadObjectForPC
public WindowsX86CFrame(WindbgDebugger dbg, Address ebp, Address pc)
public CFrame sender(ThreadProxy thread)
CFrame
public Address pc()
CFrame
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.