DkmArmFrameRegisters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arm registers.
public ref class DkmArmFrameRegisters : Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmArmFrameRegisters : Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters
[Windows::Foundation::Metadata::WebHostHidden]
class DkmArmFrameRegisters : Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters
[System.Runtime.InteropServices.Guid("991eff54-4b89-fc8e-3d59-f6b8dae67265")]
public class DkmArmFrameRegisters : Microsoft.VisualStudio.Debugger.CallStack.DkmFrameRegisters
[<System.Runtime.InteropServices.Guid("991eff54-4b89-fc8e-3d59-f6b8dae67265")>]
type DkmArmFrameRegisters = class
inherit DkmFrameRegisters
Public Class DkmArmFrameRegisters
Inherits DkmFrameRegisters
- Inheritance
- Attributes
Properties
Pc |
Instruction Pointer. |
Sp |
Stack Pointer. |
TagValue |
DkmFrameRegisters is an abstract base class. This enum indicates which derived class this object is an instance of. (Inherited from DkmFrameRegisters) |
UnwoundRegisters |
The register set that was actually unwound by the unwinder. (Inherited from DkmFrameRegisters) |
Methods
GetInstructionPointer() |
Returns the processor-independent instruction pointer which is stored in this frame register object. (Inherited from DkmFrameRegisters) |
GetRegisterValue(UInt32, Byte[]) |
A helper function for searching the array of unwound register values for a DkmStackWalkFrame. If the register was not unwound, a failed HRESULT is returned. (Inherited from DkmFrameRegisters) |
GetRegisterValue(UInt32, Void*, Int32) |
A helper function for searching the array of unwound register values for a DkmStackWalkFrame. If the register was not unwound, a failed HRESULT is returned. (Inherited from DkmFrameRegisters) |
GetStackPointer() |
Returns the processor-independent stack pointer which is stored in this frame register object. (Inherited from DkmFrameRegisters) |