aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF
AgeCommit message (Expand)AuthorFilesLines
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-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre26-64/+64
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch5-4/+427
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-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)cmtice1-2/+1
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-01[llldb][test] Mark a DWO test unsupported on Darwin and Windows (#156306)David Spickett1-0/+3
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-4/+4
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee1-1/+1
2025-07-30[lldb] Remove %T from lit tests (#151343)Aiden Grossman5-10/+12
2025-07-15[LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)cmtice1-1/+1
2025-06-23[lldb][DWARFASTParserClang] Support constant index encoding of DW_AT_object_p...Michael Buch1-4/+9
2025-06-18[lldb][test] explicit-member-function-quals.cpp: add -glldbMichael Buch1-1/+1
2025-04-23[lldb/DWARF] Remove "range lower than function low_pc" check (#132395)Pavel Labath2-336/+19
2025-03-20[lldb] Fix prologue size calculation for discontinuous functions (#131597)Pavel Labath1-2/+23
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl2-2/+2
2025-02-13[lldb/DWARF] Resolve type unit references in llvm DWARFDIE compatibility wrap...Pavel Labath1-3/+17
2025-01-31[lldb][test] explicit-member-function-quals.cpp: fix expected outputMichael Buch1-3/+3
2025-01-31[lldb] Use Function::GetAddress in Module::FindFunctions (#124938)Pavel Labath1-4/+16
2025-01-30[lldb][test] explicit-member-function-quals.cpp: fix triple flagMichael Buch1-1/+1
2025-01-30[lldb][test] Add test for detecting CV-quals of explicit object member functi...Michael Buch1-0/+22
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-10/+15
2025-01-11Reapply "[clang] Avoid re-evaluating field bitwidth" (#122289)Timm Baeder1-9/+27
2024-12-17[clang][DebugInfo][gmodules] Set runtimeLang on ObjC forward declarations (#1...Michael Buch1-0/+29
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu1-0/+36
2024-12-03[lldb] Fix the DWARF index cache when index is partial. (#118390)Greg Clayton1-0/+62
2024-12-03[lldb] Fix "exact match" debug_names type queries (#118465)Pavel Labath1-0/+8
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-1/+1
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-1/+1
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-1/+1
2024-11-22[lldb][test] DW_OP_piece-O3.c: Disable on Windows (#117355)Ilia Kuklin1-1/+2
2024-11-22Revert "[lldb] Fix DW_OP_piece-O3 test on AArch64 Windows" (#117354)Ilia Kuklin1-5/+5
2024-11-22[lldb] Fix DW_OP_piece-O3 test on AArch64 Windows (#117336)Ilia Kuklin1-5/+5
2024-11-22Revert " [lldb][dwarf] Compute fully qualified names on simplified template n...Mikhail Goncharov1-36/+0
2024-11-22[lldb] Fix inline function resolution for discontinuous functions (#116777)Pavel Labath1-0/+167
2024-11-21Reapply "[lldb] Convert file address to load address when reading memory for ...Ilia Kuklin1-0/+26
2024-11-20 [lldb][dwarf] Compute fully qualified names on simplified template names wit...Zequan Wu1-0/+36
2024-11-19Revert "[lldb] Convert file address to load address when reading memory for D...Ilia Kuklin1-23/+0
2024-11-19[lldb] Convert file address to load address when reading memory for DW_OP_pie...Ilia Kuklin1-0/+23
2024-11-18Revert "[lldb][dwarf] Compute fully qualified names on simplified template na...Shubham Sandeep Rastogi1-36/+0
2024-11-18[lldb][dwarf] Compute fully qualified names on simplified template names with...Zequan Wu1-0/+36
2024-11-18[lldb] Infer MSInheritanceAttr for CXXRecordDecl with DWARF on Windows (#115177)Stefan Gränitz1-13/+52
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath1-1/+1
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev1-1/+1
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-0/+168