summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö2020-05-181-0/+3
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-142-2/+6
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-131-0/+2
* make err msg in MachSymtabSectionInfo::GetSection clear about the fileJason Molenda2019-12-181-2/+8
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-181-4/+5
* [LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö2019-12-101-0/+1
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-2/+3
* [LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö2019-11-281-1/+2
* [LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...Martin Storsjö2019-11-282-98/+75
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-262-0/+2
* [ObjectFileMachO] Fix the build for __arm64__.Davide Italiano2019-11-121-2/+1
* lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath2019-11-051-1/+1
* [LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö2019-10-311-6/+9
* [LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of rangeMartin Storsjö2019-10-311-1/+4
* COFF: Set section permissionsPavel Labath2019-10-301-0/+10
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-291-1/+1
* lldb/COFF: Create a separate "section" for the file headerPavel Labath2019-10-251-11/+14
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+3
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+4
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-151-1/+1
* [lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya2019-10-111-0/+1
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-115-8/+635
* Remove obsolete parameter.Adrian Prantl2019-10-091-1/+0
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-7/+1
* Unify the two CRC implementationsHans Wennborg2019-10-091-5/+3
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-081-0/+45
* ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl2019-10-081-18/+10
* Replace static const StringRef with StringRef (NFC)Adrian Prantl2019-10-081-11/+11
* Remove constructor and unused method (NFC).Adrian Prantl2019-10-081-15/+3
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-081-23/+55
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-072-8/+95
* [MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere2019-10-041-176/+177
* [MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere2019-10-041-21/+14
* [MachO] Add early returns to save some indentation.Jonas Devlieghere2019-10-041-2828/+2776
* [MachO] Reformat before making changes to this file (NFC)Jonas Devlieghere2019-10-041-200/+206
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-041-40/+0
* Explicitly set entry point arch when it's thumbAntonio Afonso2019-10-041-0/+40
* [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano2019-10-021-1/+1
* [ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano2019-10-021-3/+3
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-10/+11
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-241-1/+1
* [LLDB] [PECOFF] Recognize arm64 executablesMartin Storsjo2019-09-231-0/+5
* [LLDB] Add a missing specification of linking against dbghelpMartin Storsjo2019-09-231-0/+8
* Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"Konrad Kleine2019-09-111-18/+8
* Revert "[LLDB][ELF] Fixup for comments in D67390"Konrad Kleine2019-09-111-5/+6
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-111-6/+5
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-111-8/+18
* [lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann2019-09-041-95/+95
OpenPOWER on IntegriCloud