summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/x86
AgeCommit message (Expand)Author
2025-11-13[LLDB] Use %clang_host instead of %clang in test (NFC)Adrian Prantl
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee
2025-07-30[lldb] Remove %T from lit tests (#151343)Aiden Grossman
2025-06-23[lldb][DWARFASTParserClang] Support constant index encoding of DW_AT_object_p...Michael Buch
2025-06-18[lldb][test] explicit-member-function-quals.cpp: add -glldbMichael Buch
2025-04-23[lldb/DWARF] Remove "range lower than function low_pc" check (#132395)Pavel Labath
2025-03-20[lldb] Fix prologue size calculation for discontinuous functions (#131597)Pavel Labath
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-13[lldb/DWARF] Resolve type unit references in llvm DWARFDIE compatibility wrap...Pavel Labath
2025-01-31[lldb][test] explicit-member-function-quals.cpp: fix expected outputMichael Buch
2025-01-31[lldb] Use Function::GetAddress in Module::FindFunctions (#124938)Pavel Labath
2025-01-30[lldb][test] explicit-member-function-quals.cpp: fix triple flagMichael Buch
2025-01-30[lldb][test] Add test for detecting CV-quals of explicit object member functi...Michael Buch
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2025-01-11Reapply "[clang] Avoid re-evaluating field bitwidth" (#122289)Timm Baeder
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu
2024-12-03[lldb] Fix the DWARF index cache when index is partial. (#118390)Greg Clayton
2024-12-03[lldb] Fix "exact match" debug_names type queries (#118465)Pavel Labath
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath
2024-11-22Revert " [lldb][dwarf] Compute fully qualified names on simplified template n...Mikhail Goncharov
2024-11-22[lldb] Fix inline function resolution for discontinuous functions (#116777)Pavel Labath
2024-11-20 [lldb][dwarf] Compute fully qualified names on simplified template names wit...Zequan Wu
2024-11-18Revert "[lldb][dwarf] Compute fully qualified names on simplified template na...Shubham Sandeep Rastogi
2024-11-18[lldb][dwarf] Compute fully qualified names on simplified template names with...Zequan Wu
2024-11-18[lldb] Infer MSInheritanceAttr for CXXRecordDecl with DWARF on Windows (#115177)Stefan Gränitz
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-11-01[LLDB] Finish implementing support for DW_FORM_data16 (#113508)Walter Erquinigo
2024-10-31[lldb] Remove lldb-repro utilityJonas Devlieghere
2024-10-24Reland: [lldb] Fix crash missing MSInheritanceAttr with DWARF on Windows (#11...Stefan Gränitz
2024-10-23Revert "[lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWAR...Shubham Sandeep Rastogi
2024-10-23[lldb] Fix crash missing MSInheritanceAttr with DWARF on Windows (#112928)Stefan Gränitz
2024-10-16[lldb][test] Explicitly add target triple to no_unique_address Shell tests (#...Michael Buch
2024-10-11[lldb][test] Fixed the test `no_unique_address-with-bitfields` (#111902)Dmitry Vasilyev
2024-10-02[lldb/DWARF] Respect member layout for types parsed through declarations (#11...Pavel Labath
2024-09-10[lldb] Recurse through DW_AT_signature when looking for attributes (#107241)Pavel Labath
2024-09-06[lldb] Correctly reconstruct simplified names for type units (#107240)Pavel Labath
2024-08-15Reapply "[lldb] Tolerate multiple compile units with the same DWO ID (#100577...Pavel Labath
2024-08-12Revert "[lldb] Tolerate multiple compile units with the same DWO ID (#100577)"Pavel Labath
2024-08-12Reapply "[lldb/DWARF] Search fallback to the manual index in GetFullyQualifie...Pavel Labath
2024-08-12Revert "[lldb/DWARF] Search fallback to the manual index in GetFullyQualified...Pavel Labath
2024-08-12[lldb][test] Diable dwp hash collision test on WindowsDavid Spickett
2024-08-12[lldb/DWARF] Search fallback to the manual index in GetFullyQualified… (#10...Pavel Labath
2024-08-12[lldb] Tolerate multiple compile units with the same DWO ID (#100577)Pavel Labath
2024-08-08[lldb] Fix crash when adding members to an "incomplete" type (#102116)Pavel Labath
2024-08-05[lldb] Refactor TypeQuery::ContextMatches, take 2 (#101333)Pavel Labath