mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
48fecb2d18
Summary: This implements searching for function symbols and public symbols by address. More specifically, -Implements NativeSession::findSymbolByAddress for function symbols and public symbols. I think data symbols are also searched for, but isn't implemented in this patch. -Adds classes for NativeFunctionSymbol and NativePublicSymbol -Adds a '-use-native-pdb-reader' option to llvm-symbolizer, for testing purposes. Reviewers: rnk, amccarth, labath Subscribers: mgorny, hiraditya, MaskRay, rupprecht, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D79269 |
||
---|---|---|
.. | ||
DIADataStream.cpp | ||
DIAEnumDebugStreams.cpp | ||
DIAEnumFrameData.cpp | ||
DIAEnumInjectedSources.cpp | ||
DIAEnumLineNumbers.cpp | ||
DIAEnumSectionContribs.cpp | ||
DIAEnumSourceFiles.cpp | ||
DIAEnumSymbols.cpp | ||
DIAEnumTables.cpp | ||
DIAError.cpp | ||
DIAFrameData.cpp | ||
DIAInjectedSource.cpp | ||
DIALineNumber.cpp | ||
DIARawSymbol.cpp | ||
DIASectionContrib.cpp | ||
DIASession.cpp | ||
DIASourceFile.cpp | ||
DIATable.cpp |