llvm-project/lldb/source
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
..
API Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Breakpoint ResolveBreakpointSite: fix outdated warning message 2019-01-25 18:27:09 +00:00
Commands Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Core Revert "Make Type::GetByteSize optional (NFC)" 2019-01-28 21:44:35 +00:00
DataFormatters Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Expression Revert "Make Type::GetByteSize optional (NFC)" 2019-01-28 21:44:35 +00:00
Host Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Initialization Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Interpreter Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Plugins [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
Symbol Revert "Make Type::GetByteSize optional (NFC)" 2019-01-28 21:44:35 +00:00
Target Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Utility Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin 2019-01-24 22:43:44 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00