summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/ObjectFile.cpp
AgeCommit message (Expand)Author
2025-09-05[lldb] Replace IRExecutionUnit::GetSectionTypeFromSectionName with Ob… (#15...Adrian Prantl
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan
2024-08-08[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)Greg Clayton
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere
2023-04-13[lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova
2021-06-28Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-06-02Improve performance when parsing symbol tables in mach-o files.Greg Clayton
2020-12-23[lldb] Simplify ObjectFile::FindPlugin (NFC)Jonas Devlieghere
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-11-10[lldb][ObjectFile] Relocate sections for in-memory objects (e.g. received via...Stefan Gränitz
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss
2020-02-20[lldb] Add boilerplate to recognize the .debug_tu_index sectionPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath
2019-12-10[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö
2019-12-02[LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-10-08Replace regex match with rfind (NFCish)Adrian Prantl
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere