summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB
AgeCommit message (Expand)Author
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
2022-09-27[LLDB][NativePDB] Add class/union layout bit size.Zequan Wu
2022-09-16[LLDB][NativePDB] ResolveSymbolContext should return the innermost blockZequan Wu
2022-09-15[LLDB][NativePDB] Global ctor and dtor should be global decls.Zequan Wu
2022-09-12[LLDB][NativePDB] Add local variables with no location info.Zequan Wu
2022-09-09[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be affec...Zequan Wu
2022-09-08[LLDB][NativePDB] Set block address range.Zequan Wu
2022-09-08[LLDB][NativePDB] Fix PdbAstBuilder::GetParentDeclContext when ICF happens.Zequan Wu
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu
2022-07-19[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu
2022-07-12[LLDB] Fix NativePDB/local-variables.cpp for AArch64/WindowsMuhammad Omair Javaid
2022-05-25[LLDB][NativePDB] Check for missing type info to avoid crash.Zequan Wu
2022-04-20[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of ...Zequan Wu
2022-04-15[LLDB][NativePDB] Fix subfield_register_simple_type.s testZequan Wu
2022-04-14[LLDB][NativePDB] Fix a crash when S_DEFRANGE_SUBFIELD_REGISTER descirbes a s...Zequan Wu
2022-04-14[LLDB][NativePDB] Fix inline line info in line tableZequan Wu
2022-04-01[LLDB] Add require x86 for NativePdb Test.Zequan Wu
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu
2022-03-18[lldb] Require x86 target for NativePDB testDavid Spickett
2022-03-15[LLDB][NativePDB] Remove REQUIRES: system-windows for local-variables-regsite...Zequan Wu
2022-03-15[LLDB][NativePDB] Don't complete static members' types when completing a reco...Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-01-13Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu
2022-01-04[LLDB][Clang] add AccessSpecDecl for methods and fields in RecordTypeZequan Wu
2021-12-07[LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu
2021-11-29[LLDB][NativePDB] fix find-functions.cpp failure on windows bots (2)Zequan Wu
2021-11-29[LLDB][NativePDB] fix find-functions.cpp failure on windows botsZequan Wu
2021-11-23[LLDB][NativePDB] Allow find functions by full namesZequan Wu
2021-11-15[LLDB][NativePDB] Fix local-variables.cpp failure on windows botsZequan Wu
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov
2021-11-15[LLDB][NativePDB] Fix image lookup by addressZequan Wu
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov
2021-11-12Revert "[lldb] fix test expectation broken by clang fix at D110216"Adrian Kuegel
2021-11-12[lldb] fix test expectation broken by clang fix at D110216Matheus Izvekov
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-21nullptr printing - update for a change to clang type printing that now uses "...David Blaikie
2021-06-29[lldb] Fix globals-bss.cpp which was broken in https://reviews.llvm.org/D105055Stella Stamenova
2021-04-13[lldb] Require x86 for various NativePDB, Breakpad and Minidump testsDavid Spickett
2021-01-11[FastISel] Flush local value map on every instructionPaul Robinson
2020-12-01Revert "[FastISel] Flush local value map on ever instruction" and dependent p...David Blaikie
2020-11-25[FastISel] Flush local value map on ever instructionPaul Robinson
2020-10-26[lldb][NativePDB] fix test load-pdb.cppZequan Wu
2020-10-26[lldb][NativePDB] fix test load-pdb.cppZequan Wu
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu
2020-09-30Reapply "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-22Revert "Reapply Revert "RegAllocFast: Rewrite and improve""Muhammad Omair Javaid