aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/ObjectFile.cpp
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 Molenda1-21/+34
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda1-10/+12
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-4/+4
2025-09-05[lldb] Replace IRExecutionUnit::GetSectionTypeFromSectionName with Ob… (#15...Adrian Prantl1-1/+1
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere1-0/+1
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix1-0/+35
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi1-3/+2
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi1-2/+3
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi1-3/+2
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere1-0/+9
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru1-1/+0
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee1-0/+1
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton1-3/+4
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan1-4/+3
2024-08-08[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)Greg Clayton1-3/+4
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere1-0/+9
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-5/+5
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford1-0/+1
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi1-2/+2
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere1-0/+1
2023-04-13[lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere1-0/+31
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere1-5/+4
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-5/+6
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-4/+4
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton1-6/+19
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-3/+35
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-17/+0
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-0/+17
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+0
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere1-0/+10
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+0
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova1-0/+10
2021-06-28Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+0
2021-06-02Improve performance when parsing symbol tables in mach-o files.Greg Clayton1-4/+6
2020-12-23[lldb] Simplify ObjectFile::FindPlugin (NFC)Jonas Devlieghere1-124/+104
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-6/+2
2020-11-10[lldb][ObjectFile] Relocate sections for in-memory objects (e.g. received via...Stefan Gränitz1-13/+11
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss1-4/+6
2020-02-20[lldb] Add boilerplate to recognize the .debug_tu_index sectionPavel Labath1-0/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath1-0/+2
2019-12-10[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö1-7/+1
2019-12-02[LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö1-1/+7
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath1-0/+1
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov1-0/+5