llvm-project/lldb/lit/SymbolFile/NativePDB/Inputs
Zachary Turner 544a66d8bb [NativePDB] Get LLDB types from PDB function types.
This adds basic support for getting function signature types
into LLDB's type system, including into clang's AST.  There are
a few edge cases which are not correctly handled, mostly dealing
with nested classes, but this isn't specific to functions and
apply equally to variable types.  Note that no attempt has been
made yet to deal with member function types, which will happen
in subsequent patches.

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

llvm-svn: 345848
2018-11-01 16:37:29 +00:00
..
breakpoints.lldbinit Resubmit "Add SymbolFileNativePDB plugin." 2018-10-12 19:47:13 +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] Get LLDB types from PDB function types. 2018-11-01 16:37:29 +00:00
globals-classes.lldbinit [NativePDB] Add support for dumping global variables of class type. 2018-10-30 18:57:08 +00:00
globals-fundamental.lldbinit [NativePDB] Add the ability to dump dump global variables. 2018-10-26 09:06:38 +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