aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB
AgeCommit message (Expand)AuthorFilesLines
2023-03-07Revert "[lldb][test] NativePDB/ast-types: fix expected pointer format"Michael Buch1-7/+7
2023-03-03[lldb][test] NativePDB/ast-types: fix expected pointer formatMichael Buch1-7/+7
2022-11-16[LLDB][NativePDB] Forcefully complete a record type if it has empty debug inf...Zequan Wu2-0/+63
2022-11-04[Test] Fix CHECK typo.Zequan Wu1-7/+7
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu5-61/+161
2022-09-27[LLDB][NativePDB] Add class/union layout bit size.Zequan Wu1-0/+39
2022-09-16[LLDB][NativePDB] ResolveSymbolContext should return the innermost blockZequan Wu1-0/+397
2022-09-15[LLDB][NativePDB] Global ctor and dtor should be global decls.Zequan Wu1-0/+30
2022-09-12[LLDB][NativePDB] Add local variables with no location info.Zequan Wu1-0/+5
2022-09-09[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be affec...Zequan Wu2-20/+213
2022-09-08[LLDB][NativePDB] Set block address range.Zequan Wu1-0/+20
2022-09-08[LLDB][NativePDB] Fix PdbAstBuilder::GetParentDeclContext when ICF happens.Zequan Wu1-0/+71
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu4-490/+330
2022-07-19[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu2-0/+36
2022-07-12[LLDB] Fix NativePDB/local-variables.cpp for AArch64/WindowsMuhammad Omair Javaid2-3/+3
2022-05-25[LLDB][NativePDB] Check for missing type info to avoid crash.Zequan Wu1-0/+108
2022-04-20[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of ...Zequan Wu1-6/+7
2022-04-15[LLDB][NativePDB] Fix subfield_register_simple_type.s testZequan Wu1-1/+1
2022-04-14[LLDB][NativePDB] Fix a crash when S_DEFRANGE_SUBFIELD_REGISTER descirbes a s...Zequan Wu2-0/+435
2022-04-14[LLDB][NativePDB] Fix inline line info in line tableZequan Wu3-12/+12
2022-04-01[LLDB] Add require x86 for NativePdb Test.Zequan Wu1-1/+1
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu6-672/+838
2022-03-18[lldb] Require x86 target for NativePDB testDavid Spickett1-1/+1
2022-03-15[LLDB][NativePDB] Remove REQUIRES: system-windows for local-variables-regsite...Zequan Wu1-3/+3
2022-03-15[LLDB][NativePDB] Don't complete static members' types when completing a reco...Zequan Wu2-0/+50
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu3-6/+494
2022-01-13Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu2-0/+684
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova2-684/+0
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu2-0/+684
2022-01-04[LLDB][Clang] add AccessSpecDecl for methods and fields in RecordTypeZequan Wu1-2/+27
2021-12-07[LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu2-14/+87
2021-11-29[LLDB][NativePDB] fix find-functions.cpp failure on windows bots (2)Zequan Wu1-2/+2
2021-11-29[LLDB][NativePDB] fix find-functions.cpp failure on windows botsZequan Wu1-3/+3
2021-11-23[LLDB][NativePDB] Allow find functions by full namesZequan Wu1-0/+35
2021-11-15[LLDB][NativePDB] Fix local-variables.cpp failure on windows botsZequan Wu1-0/+1
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-1/+1
2021-11-15[LLDB][NativePDB] Fix image lookup by addressZequan Wu1-0/+13
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov1-1/+1
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-1/+1
2021-11-12Revert "[lldb] fix test expectation broken by clang fix at D110216"Adrian Kuegel1-1/+1
2021-11-12[lldb] fix test expectation broken by clang fix at D110216Matheus Izvekov1-1/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-8/+8
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+1
2021-09-21nullptr printing - update for a change to clang type printing that now uses "...David Blaikie1-2/+2
2021-06-29[lldb] Fix globals-bss.cpp which was broken in https://reviews.llvm.org/D105055Stella Stamenova1-1/+1
2021-04-13[lldb] Require x86 for various NativePDB, Breakpad and Minidump testsDavid Spickett3-3/+3
2021-01-11[FastISel] Flush local value map on every instructionPaul Robinson2-3/+3
2020-12-01Revert "[FastISel] Flush local value map on ever instruction" and dependent p...David Blaikie2-3/+3
2020-11-25[FastISel] Flush local value map on ever instructionPaul Robinson2-3/+3
2020-10-26[lldb][NativePDB] fix test load-pdb.cppZequan Wu1-2/+2