summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile
AgeCommit message (Expand)Author
2025-11-17[lldb][test] Try to fix dwarf64 test on WindowsDavid Spickett
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-11-13[LLDB] Use %clang_host instead of %clang in test (NFC)Adrian Prantl
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-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
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][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)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-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-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö
2025-09-25[lldb][test] Make hex prefix optional in DWARF union types testDavid Spickett
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton
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-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-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix
2025-09-04[LLDB] Fix deterministic-build.cpp post #156931 (#156983)Aiden Grossman
2025-09-04[LLDB] Fix tests that fail when using internal shell. (#156931)cmtice
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
2025-09-03[LLDB] Make internal shell the default for running LLDB lit tests. (#156729)cmtice
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix
2025-09-01[llldb][test] Mark a DWO test unsupported on Darwin and Windows (#156306)David Spickett
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-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
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-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee
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] Add setting for native PDB reader (#151490)nerix
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
2025-07-30[lldb] Remove %T from lit tests (#151343)Aiden Grossman