summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB
AgeCommit message (Expand)Author
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix
2025-10-21[LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)nerix
2025-10-21[LLDB][PDB] Split `func-symbols.test` between DIA and native (#163733)nerix
2025-10-15[LLDB][NativePDB] Consolidate simple types (#163209)nerix
2025-10-13[LLDB][NativePDB] Use typedef compiler type for typedef types (#156250)nerix
2025-10-07[LLDB] Require target-x86/x86_64 for MSVC C mangling test (#162335)nerix
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix
2025-10-02[lldb] Add lld requirement to NativePDB test (#161731)Alex Langford
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-24[LLDB][PDB] Fix plugin warning message style (#160398)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-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix
2025-08-12Reland "[LLDB][NativePDB] Find functions by basename" ( #152295) (#153160)nerix
2025-08-11Revert "[LLDB][NativePDB] Find functions by basename" (#153131)Jonas Devlieghere
2025-08-11[LLDB][NativePDB] Find functions by basename (#152295)nerix
2025-08-05[LLDB][NativePDB] Use undecorated name for types if UniqueName isn't mangled ...nerix
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
2025-07-17[lldb] Adjust default target.max-children-depth (#149282)Michael Buch
2025-04-14[lldb][test] Fix NativePDB/inline_sites_live.cpp inlined frame formatMichael Buch
2024-11-15[lldb][test] Disable inline_sites_live.cpp for non-Windows targets (#116196)Vladislav Dzhidzhoev
2024-11-13[lldb][test] Fix inline_sites_live.cpp Shell when run on Windows remotely fro...Vladislav Dzhidzhoev
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
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2023-11-28[lldb][PDB] Fix message order in test caseDavid Spickett
2023-09-06[lldb] Fix inline_sites.testDaniel Paoliello
2023-06-12Speculative fix for windows testAdrian Prantl
2023-06-12[lldb][test] incomplete-tag-type.cpp: fix expected error messageMichael Buch
2023-03-17[lldb] Fix d875838e8b45cb0da5070298d0c1a2d1ee78ce7eDave Lee
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee
2023-03-07Reland "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch
2023-03-07Revert "[lldb][test] NativePDB/ast-types: fix expected pointer format"Michael Buch
2023-03-03[lldb][test] NativePDB/ast-types: fix expected pointer formatMichael Buch
2022-11-16[LLDB][NativePDB] Forcefully complete a record type if it has empty debug inf...Zequan Wu
2022-11-04[Test] Fix CHECK typo.Zequan Wu