llvm-project/lldb/lit/SymbolFile/NativePDB/Inputs
Aleksandr Urakov 869f934d19 [NativePDB] Support member function types in PdbAstBuilder
Summary:
    This patch implements missing case in PdbAstBuilder::CreateType for
    LF_MFUNCTION. This is necessary, for example, in stack unwinding of struct
    methods.

    Reviewers: amccarth, aleksandr.urakov

    Reviewed By: amccarth

    Subscribers: abidh, teemperor, lldb-commits, leonid.mashinskiy

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

llvm-svn: 360569
2019-05-13 09:41:57 +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] Add anonymous namespaces support 2019-04-22 07:14:40 +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
stack_unwinding01.lldbinit [NativePDB] Support member function types in PdbAstBuilder 2019-05-13 09:41:57 +00:00
tag-types.lldbinit [NativePDB] Process virtual bases in the correct order 2019-02-12 08:17:11 +00:00