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.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
RawSymbolInfo? TryLookupRawSymbolInfo(
string symbolName
)
- symbolName String
- The raw name of the symbol.
NullableRawSymbolInfoThe found symbol or
null if it was not found.