llvm-project/lldb/source/Plugins/SymbolFile/NativePDB
Aleksandr Urakov ee7c61f10e [NativePDB] Add basic support of methods recostruction in AST
Summary:
This patch adds the basic support of methods reconstruction by native PDB
plugin. It contains only most obvious changes (it processes LF_ONEMETHOD and
LF_METHOD records), some things still remain unsolved:

- mangled names retrieving;
- support of template methods.

Reviewers: zturner, labath, lemo, stella.stamenova

Reviewed by: zturner

Differential Revision: https://reviews.llvm.org/D56126

llvm-svn: 352464
2019-01-29 09:32:23 +00:00
..
CMakeLists.txt Fix case of source file in CMakeLists.txt 2018-12-17 21:33:08 +00:00
CompileUnitIndex.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CompileUnitIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFLocationExpression.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFLocationExpression.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbAstBuilder.cpp [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
PdbAstBuilder.h [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
PdbIndex.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbSymUid.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbSymUid.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbUtil.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbUtil.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SymbolFileNativePDB.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SymbolFileNativePDB.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UdtRecordCompleter.cpp [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
UdtRecordCompleter.h [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00