ILiveSymbolParserTryLookupRawSymbolInfo Method

Tries looking up information about a raw ELF symbol from the ELF symbol table, even if it does not have a corresponding DWARF entry.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
RawSymbolInfo? TryLookupRawSymbolInfo(
	string symbolName
)

Parameters

symbolName  String
The raw name of the symbol.

Return Value

NullableRawSymbolInfo
The found symbol or null if it was not found.

See Also