aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[LLDB][NativePDB] Look for PDBs in `target.debug-file-search-paths` (#169719)nerix1-0/+76
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix1-4/+4
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix1-15/+15
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix1-3/+3
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix1-7/+5
2025-10-21[LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)nerix1-1/+1
2025-10-21[LLDB][PDB] Split `func-symbols.test` between DIA and native (#163733)nerix1-0/+133
2025-10-15[LLDB][NativePDB] Consolidate simple types (#163209)nerix2-9/+24
2025-10-13[LLDB][NativePDB] Use typedef compiler type for typedef types (#156250)nerix1-0/+127
2025-10-07[LLDB] Require target-x86/x86_64 for MSVC C mangling test (#162335)nerix1-1/+1
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix7-19/+71
2025-10-02[lldb] Add lld requirement to NativePDB test (#161731)Alex Langford1-1/+1
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö6-20/+19
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix6-19/+20
2025-09-24[LLDB][PDB] Fix plugin warning message style (#160398)nerix1-3/+3
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix1-0/+71
2025-09-23[LLDB][PDB] Run UDT layout test with native PDB too (#159769)nerix1-0/+129
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix1-14/+14
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix5-3/+98
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix3-45/+114
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix1-0/+56
2025-08-12Reland "[LLDB][NativePDB] Find functions by basename" ( #152295) (#153160)nerix1-6/+81
2025-08-11Revert "[LLDB][NativePDB] Find functions by basename" (#153131)Jonas Devlieghere1-81/+6
2025-08-11[LLDB][NativePDB] Find functions by basename (#152295)nerix1-6/+81
2025-08-05[LLDB][NativePDB] Use undecorated name for types if UniqueName isn't mangled ...nerix1-0/+85
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix1-1/+26
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix1-0/+135
2025-07-17[lldb] Adjust default target.max-children-depth (#149282)Michael Buch1-0/+1
2025-04-14[lldb][test] Fix NativePDB/inline_sites_live.cpp inlined frame formatMichael Buch1-2/+2
2024-11-15[lldb][test] Disable inline_sites_live.cpp for non-Windows targets (#116196)Vladislav Dzhidzhoev1-1/+1
2024-11-13[lldb][test] Fix inline_sites_live.cpp Shell when run on Windows remotely fro...Vladislav Dzhidzhoev1-2/+2
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev2-2/+2
2024-11-01[lldb][NativePDB] Parse global variables. (#114303)Zequan Wu2-6/+8
2024-10-31[lldb] Set LLDB_USE_NATIVE_PDB_READER at the directory level (#114455)Jonas Devlieghere35-37/+37
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere1-2/+0
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond8-755/+755
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond8-755/+755
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-3/+1
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-1/+3
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-3/+1
2023-11-28[lldb][PDB] Fix message order in test caseDavid Spickett1-2/+2
2023-09-06[lldb] Fix inline_sites.testDaniel Paoliello1-1/+1
2023-06-12Speculative fix for windows testAdrian Prantl1-1/+1
2023-06-12[lldb][test] incomplete-tag-type.cpp: fix expected error messageMichael Buch1-1/+0
2023-03-17[lldb] Fix d875838e8b45cb0da5070298d0c1a2d1ee78ce7eDave Lee1-1/+1
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee5-48/+48
2023-03-07Reland "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch1-7/+7
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