..
Inputs
[LLDB][NativePDB] Forcefully complete a record type if it has empty debug info and is required to have complete type.
2022-11-16 11:17:07 -08:00
ast-functions-msvc.cpp
…
ast-functions.cpp
…
ast-methods.cpp
[LLDB][NativePDB] Fix function decl creation for class methods
2021-12-07 10:41:28 -08:00
ast-types.cpp
[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a pointer to member.
2022-07-19 15:36:35 -07:00
bitfields.cpp
…
blocks.s
[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be affected by codegen changes.
2022-09-09 15:47:27 -07:00
break-by-function.cpp
…
break-by-line.cpp
…
class_layout.cpp
[LLDB][NativePDB] Fix struct layout when it has anonymous unions.
2022-10-13 12:43:45 -07:00
disassembly.cpp
…
find-functions.cpp
[LLDB][NativePDB] Fix function decl creation for class methods
2021-12-07 10:41:28 -08:00
function-types-builtins.cpp
[clang] retain type sugar in auto / template argument deduction
2021-11-15 23:07:45 +01:00
function-types-calling-conv.cpp
…
function-types-classes.cpp
…
global-classes.cpp
[LLDB][NativePDB] Fix struct layout when it has anonymous unions.
2022-10-13 12:43:45 -07:00
global-ctor-dtor.cpp
[LLDB][NativePDB] Global ctor and dtor should be global decls.
2022-09-15 22:35:58 -07:00
globals-bss.cpp
…
globals-fundamental.cpp
…
icf.cpp
[LLDB][NativePDB] Fix PdbAstBuilder::GetParentDeclContext when ICF happens.
2022-09-08 10:42:12 -07:00
incomplete-tag-type.cpp
[LLDB][NativePDB] Forcefully complete a record type if it has empty debug info and is required to have complete type.
2022-11-16 11:17:07 -08:00
inline_sites.test
[Test] Fix CHECK typo.
2022-11-04 10:18:04 -07:00
inline_sites_live.cpp
[LLDB][NativePDB] Create inline function decls
2022-04-01 10:06:31 -07:00
lit.local.cfg
…
load-pdb.cpp
…
local-variables-registers.s
[LLDB][NativePDB] Switch to use DWARFLocationList.
2022-08-17 13:37:13 -07:00
local-variables.cpp
[LLDB] Fix NativePDB/local-variables.cpp for AArch64/Windows
2022-07-12 16:26:47 +05:00
locate-pdb.cpp
…
lookup-by-address.cpp
[LLDB][NativePDB] Fix image lookup by address
2021-11-15 12:30:23 -08:00
lookup-by-types.cpp
[LLDB][NativePDB] Don't complete static members' types when completing a record type.
2022-03-15 14:06:54 -07:00
missing-type.s
[LLDB][NativePDB] Check for missing type info to avoid crash.
2022-05-25 13:19:27 -07:00
nested-blocks-same-address.s
[LLDB][NativePDB] ResolveSymbolContext should return the innermost block
2022-09-16 10:19:09 -07:00
nested-types.cpp
…
s_constant.cpp
…
source-list.cpp
…
stack_unwinding01.cpp
[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER
2022-03-10 12:40:31 -08:00
tag-types.cpp
[LLDB][NativePDB] Fix struct layout when it has anonymous unions.
2022-10-13 12:43:45 -07:00
typedefs.cpp
…