RawSymbolInfo Structure

Contains information about a given raw ELF symbol returned by TryLookupRawSymbolInfo(String) or FindSymbolsContainingString(String)

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public struct RawSymbolInfo
Inheritance
Object    ValueType    RawSymbolInfo

Fields

Address Specifies the physical address of the symbol.
Name Specifies the symbol name, as defined in the ELF symbol table.
Size Specifies the size of the symbol taken from the ELF symbol table.

See Also