summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/PDB
AgeCommit message (Expand)Author
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix
2025-10-28[LLDB][PDB] Run `function-nested-block.test` with both plugins (#165364)nerix
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix
2025-10-21[LLDB][PDB] Run `pointers.test` with both plugins (#163623)nerix
2025-10-21[LLDB][PDB] Split `func-symbols.test` between DIA and native (#163733)nerix
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix
2025-09-23[LLDB][PDB] Run UDT layout test with native PDB too (#159769)nerix
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix
2025-09-15[LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559)nerix
2025-09-13[LLDB] Require DIA SDK for testing the PDB plugin-selection setting (#158284)nerix
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix
2025-08-08[lldb][test] Run calling-conventions-arm.test with native PDB reader as well ...David Spickett
2025-08-07[LLDB] Run a few more PDB tests with native PDB as well (#152580)nerix
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix
2025-07-30[lldb] Remove %T from lit tests (#151343)Aiden Grossman
2025-07-18[lldb][test] Fix PDB UdtLayoutTestDavid Spickett
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev
2024-11-01[lldb][NativePDB] Parse global variables. (#114303)Zequan Wu
2024-10-31[lldb] Set LLDB_USE_NATIVE_PDB_READER at the directory level (#114455)Jonas Devlieghere
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere
2023-05-16Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee
2022-07-13[LLDB] Fix pointers.test for AArch64/WindowsMuhammad Omair Javaid
2022-06-30Fix PDB/func-symbols.test for Arm/WindowsMuhammad Omair Javaid
2022-06-29[LLDB] Add PDB/calling-conventions.test for Arm/WindowsMuhammad Omair Javaid
2022-06-29[LLDB] Fix PDB/pointers.test for 32bit Arm/WindowsMuhammad Omair Javaid
2022-05-26[lldb] Fix enums-layout test on WindowsStella Stamenova
2021-12-14[lldb] Update the PDB tests to pass with the VS2019 toolsetStella Stamenova
2021-10-21Follow-up fixes for aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7David Blaikie
2021-10-19[lldb] Adjust udt-layout.test after MS mangling changeRaphael Isemann
2021-10-18[lldb] Fix PDB/compilands.test for a3939e1Pavel Labath
2021-07-26[DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor)...Amy Huang
2020-11-13[lldb] Fix SymbolFile/PDB/udt-layout.testJonas Devlieghere
2020-08-21[lldb] Skip PDB and NativePDB tests with reproducersJonas Devlieghere
2020-07-28Revert "Switch to using -debug-info-kind=constructor as default (from =limited)"Amy Huang
2020-07-09Switch to using -debug-info-kind=constructor as default (from =limited)Amy Huang
2020-06-25[lldb][PDB] Constexpr static member values as AST literalsAleksandr Urakov
2020-05-18Re-land [Debug][CodeView] Emit fully qualified names for globalsReid Kleckner
2020-05-18Revert 76c5f277f2 "Re-land [Debug][CodeView] Emit fully qualified names for g...Hans Wennborg
2020-05-15Re-land [Debug][CodeView] Emit fully qualified names for globalsAlexandre Ganea
2020-05-05[lldb/Test] Update expressions.test for non-zero exit codeJonas Devlieghere
2019-10-31[lldb/lit] Introduce %clang_host substitutionsPavel Labath