summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF
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-282-98/+75
* [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
* [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
* [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
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-312-0/+9
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-302-34/+32
* [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
* typedef enum -> enumFangrui Song2019-05-141-4/+4
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith2019-04-302-31/+99
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-30/+0
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-182-1/+6
* 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-112-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* PECOFF: Fix section name computationPavel Labath2019-01-102-19/+14
* PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath2019-01-031-61/+61
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-032-8/+8
* 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-062-7/+141
* [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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* 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
OpenPOWER on IntegriCloud