aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile
AgeCommit message (Expand)AuthorFilesLines
6 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton2-0/+65
7 days[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov2-0/+301
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2025-12-14[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)Raul Tambre3-0/+3
2025-12-14[LLDB][NativePDB] Create typedefs in structs (#169248)nerix2-19/+48
2025-12-12[LLDB][NativePDB] Use original struct name when searching for constants (#166...nerix2-3/+20
2025-12-01[LLDB][NativePDB] Look for PDBs in `target.debug-file-search-paths` (#169719)nerix1-0/+76
2025-11-28[LLDB][PDB] Relax check for resolving breakpoint (#169932)nerix1-1/+1
2025-11-28[LLDB][PDB] Access object file through module (#169728)nerix1-0/+39
2025-11-17[lldb][test] Try to fix dwarf64 test on WindowsDavid Spickett1-1/+1
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton3-0/+169
2025-11-13[LLDB] Use %clang_host instead of %clang in test (NFC)Adrian Prantl1-2/+2
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-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre26-64/+64
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix2-7/+7
2025-10-28[LLDB][PDB] Run `function-nested-block.test` with both plugins (#165364)nerix1-2/+4
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix2-18/+17
2025-10-21[LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)nerix1-1/+1
2025-10-21[LLDB][PDB] Run `pointers.test` with both plugins (#163623)nerix1-18/+24
2025-10-21[LLDB][PDB] Split `func-symbols.test` between DIA and native (#163733)nerix2-1/+134
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)nerix9-23/+75
2025-10-02[lldb] Add lld requirement to NativePDB test (#161731)Alex Langford1-1/+1
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch5-4/+427
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö8-24/+23
2025-09-25[lldb][test] Make hex prefix optional in DWARF union types testDavid Spickett1-1/+1
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton1-0/+182
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix8-23/+24
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)nerix2-6/+96
2025-09-23[LLDB][PDB] Run UDT layout test with native PDB too (#159769)nerix2-1/+130
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix2-22/+24
2025-09-15[LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559)nerix1-1/+1
2025-09-13[LLDB] Require DIA SDK for testing the PDB plugin-selection setting (#158284)nerix1-1/+1
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix5-3/+98
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix1-12/+22
2025-09-04[LLDB] Fix deterministic-build.cpp post #156931 (#156983)Aiden Grossman1-1/+1
2025-09-04[LLDB] Fix tests that fail when using internal shell. (#156931)cmtice2-3/+2
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix1-1/+2
2025-09-03[LLDB] Make internal shell the default for running LLDB lit tests. (#156729)cmtice1-2/+2
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch1-0/+70
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix3-45/+114
2025-09-01[llldb][test] Mark a DWO test unsupported on Darwin and Windows (#156306)David Spickett1-0/+3
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix3-1/+73
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