IDkmSymbolProviderCallback.HasLineInfo(DkmInstructionSymbol) Method

Definition

Queries the symbol provider to determine if we have line info. Used by debug monitor to decide if location can be considered user code.

public:
 bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
public:
 bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol const & instruction);
public bool HasLineInfo (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction);
abstract member HasLineInfo : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol -> bool
Public Function HasLineInfo (instruction As DkmInstructionSymbol) As Boolean

Parameters

instruction
DkmInstructionSymbol

[In] DkmInstructionSymbol represents a method in the target process.

Returns

[Out] True if there is line info for this location.

Applies to