summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö2020-05-181-0/+3
* [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-281-98/+73
* [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
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-151-1/+1
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-8/+44
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-241-1/+1
* [LLDB] [PECOFF] Recognize arm64 executablesMartin Storsjo2019-09-231-0/+5
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-301-4/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-25/+24
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith2019-04-301-31/+98
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-181-1/+4
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-131-16/+18
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-23/+23
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PECOFF: Fix section name computationPavel Labath2019-01-101-18/+13
* PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath2019-01-031-61/+61
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-7/+7
* Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath2018-12-271-133/+133
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* [pecoff] Use PATH_MAX instead of MAX_PATHStella Stamenova2018-12-061-1/+1
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-061-7/+130
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-3/+3
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-3/+3
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-3/+3
* Resubmit "Fix bug in PE/COFF plugin."Zachary Turner2018-11-091-1/+5
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-081-5/+1
* Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner2018-11-081-1/+5
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-0/+1
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-1/+0
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+3
* Add .debug_names section glue codePavel Labath2018-06-011-0/+3
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-0/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+6
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-7/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+2
OpenPOWER on IntegriCloud