llvm-project/lldb/lit/SymbolFile/NativePDB/Inputs
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
..
ast-functions.lldbinit [NativePDB] Reconstruct function declarations from debug info. 2018-12-07 19:34:02 +00:00
ast-methods.lldbinit [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
ast-types.lldbinit [NativePDB] Reconstruct function declarations from debug info. 2018-12-07 19:34:02 +00:00
bitfields.lldbinit [NativePDB] Add support for bitfield records. 2018-11-09 16:29:19 +00:00
break-by-function.lldbinit [NativePDB] Fix setting breakpoint by file and line. 2019-01-02 18:32:50 +00:00
break-by-line.lldbinit [NativePDB] Fix setting breakpoint by file and line. 2019-01-02 18:32:50 +00:00
disassembly.lldbinit Resubmit "Add SymbolFileNativePDB plugin." 2018-10-12 19:47:13 +00:00
function-types-builtins.lldbinit [NativePDB] Get LLDB types from PDB function types. 2018-11-01 16:37:29 +00:00
function-types-calling-conv.lldbinit [NativePDB] Get LLDB types from PDB function types. 2018-11-01 16:37:29 +00:00
function-types-classes.lldbinit [NativePDB] Higher fidelity reconstruction of AST from Debug Info. 2018-11-08 18:50:11 +00:00
globals-bss.lldbinit Resubmit "Fix bug in PE/COFF plugin." 2018-11-09 16:06:44 +00:00
globals-classes.lldbinit [NativePDB] Higher fidelity reconstruction of AST from Debug Info. 2018-11-08 18:50:11 +00:00
globals-fundamental.lldbinit [NativePDB] Create VarDecls for global variables. 2018-12-20 23:32:37 +00:00
local-variables.lldbinit [NativePDB] Add support for local variables. 2018-12-13 18:17:51 +00:00
nested-types.lldbinit [NativePDB] Correctly reconstruct DeclContext for nested enums. 2018-12-18 23:12:08 +00:00
s_constant.lldbinit [NativePDB] Add support for S_CONSTANT records. 2018-11-13 20:07:57 +00:00
s_constant.s [NativePDB] Add support for S_CONSTANT records. 2018-11-13 20:07:57 +00:00
source-list.lldbinit Resubmit "Add SymbolFileNativePDB plugin." 2018-10-12 19:47:13 +00:00
tag-types.lldbinit [NativePDB] Add basic support for tag types to the native pdb plugin. 2018-10-23 16:37:53 +00:00