aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-22[lldb] Disable some unwind plans for discontinuous functions (#140927)Pavel Labath1-67/+38
2025-05-14[lldb] Merge/unify ABI-provided AArch64 unwind plans (#139545)Pavel Labath1-21/+18
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin1-0/+12
2025-05-09[LLDB][SBSaveCoreOptions] Add new API to expose the expected core size in byt...Jacob Lalonde1-0/+21
2025-05-07[lldb] Parse DWARF CFI for discontinuous functions (#137006)Pavel Labath3-56/+56
2025-05-07[lldb] Fix block address resolution for functions in multiple sections (#137955)Pavel Labath1-18/+22
2025-05-01Revert "[lldb] Change synthetic symbol names to have file address (#137512)"Felipe de Azevedo Piovezan1-3/+1
2025-05-01[lldb] Change synthetic symbol names to have file address (#137512)Ely Ronnen1-1/+3