DkmNativeInstructionAddress.GetSteppingCallSites(DkmSteppingRange[]) Method
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.
GetSteppingCallSites is called to get call sites reachable from an instruction.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
cli::array <Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite ^> ^ GetSteppingCallSites(cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> ^ SteppingRanges);
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite ^> ^ GetSteppingCallSites(Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> ^ SteppingRanges);
std::Array <Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite const &> GetSteppingCallSites(std::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> const & SteppingRanges);
public Microsoft.VisualStudio.Debugger.Stepping.DkmNativeSteppingCallSite[] GetSteppingCallSites (Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange[] SteppingRanges);
member this.GetSteppingCallSites : Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange[] -> Microsoft.VisualStudio.Debugger.Stepping.DkmNativeSteppingCallSite[]
Public Function GetSteppingCallSites (SteppingRanges As DkmSteppingRange()) As DkmNativeSteppingCallSite()
Parameters
- SteppingRanges
- DkmSteppingRange[]
[In] The stepping ranges to evaluate for call sites.
Returns
[Out] DkmNativeSteppingCallSite[] specifies a call instruction and it's target..