aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol
AgeCommit message (Expand)AuthorFilesLines
4 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-19/+28
6 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford3-3/+4
10 days[lldb] Fix data buffer regression in ObjectFile (#177724)Jonas Devlieghere1-2/+1
10 days[lldb] Avoid redundant calls to `std::shared_ptr::get` (NFC) (#177720)Jonas Devlieghere1-1/+1
11 days[LLDB] Add a setting to simulate variables with missing locations (#177279)Adrian Prantl1-3/+11
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch1-0/+1
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch1-2/+2
2026-01-15[lldb][NFC] Make parameter const in SymbolFile::GetParameterStackSize (#176220)Alex Langford1-1/+1
2026-01-09[lldb] Fix crash when passing a folder in as the executable (#175181)Jonas Devlieghere1-5/+8
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda3-26/+41
2025-12-08[lldb][NFC] Replace const std::vector& with ArrayRef in APIs (#170834)Felipe de Azevedo Piovezan1-4/+4
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani1-2/+3
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha2-3/+34
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda1-10/+12
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin2-24/+15
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere3-6/+6
2025-11-17[lldb][NFC] use llvm::erase_if to remove non matching types (#168279)Ebuka Ezike1-18/+10
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-4/+4
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch1-6/+3
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch2-7/+7
2025-10-09[lldb] Fix assertion caused by invalid SupportFileSP (#162710)Jonas Devlieghere1-1/+1
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-1/+1
2025-09-23[LLDB] Fix 64 bit support for CIE and FDE handling in DWARFCallFrameInfo (#15...Andrew Gontarek1-11/+30
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch1-2/+2
2025-09-05[lldb] Replace IRExecutionUnit::GetSectionTypeFromSectionName with Ob… (#15...Adrian Prantl1-1/+1
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen1-68/+76
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid1-76/+68
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen1-68/+76
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere1-0/+1
2025-08-05[lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (#150732)Daniel Sanders1-2/+26
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix1-2/+4
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-1/+2
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch1-6/+4
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere2-2/+2
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-7/+29
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine1-3/+3
2025-06-27[lldb] Use llvm::is_contained (NFC) (#146012)Kazu Hirata1-1/+1
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine1-3/+3
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine1-3/+3
2025-06-23[lldb] add plugin names to process save-core error output. (#143126)Ebuka Ezike1-3/+14
2025-06-22[lldb] Migrate away from ValueRange(std::nullopt) (NFC) (#145245)Kazu Hirata1-1/+1
2025-06-11[lldb][nfc] Factor out code checking if Variable is in scope (#143572)Felipe de Azevedo Piovezan1-22/+24
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine1-2/+4
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix1-0/+35
2025-06-04[lldb] Do not accept invalid `process save-core` plugins (#142684)Ebuka Ezike1-1/+0
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch1-2/+3
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-1/+1
2025-05-23[lldb] Change synthetic symbol names to have file address (#138416)Ely Ronnen2-7/+10