summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...Martin Storsjö2019-11-281-0/+2
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+8
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+7
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-301-30/+30
* 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-301-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-181-0/+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-1/+1
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-1/+1
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-061-0/+11
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* [lldb] Read modules from memory when a local copy is not availableWalter Erquinigo2016-10-171-0/+6
* [PECOFF] Use the COFF subsystem field when determining the Triple.Zachary Turner2016-09-201-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-280/+252
* Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer2016-03-231-2/+3
* Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2016-01-261-2/+5
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+5
* Revert "FOO"Adrian McCarthy2015-11-201-5/+0
* FOOAdrian McCarthy2015-11-201-0/+5
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-50/+52
* Silence a warning saying "typedef requires a name" from clang.Greg Clayton2014-07-291-1/+1
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-0/+25
* Implement ObjectFilePECOFF::GetModuleSpecifications().Virgile Bello2014-03-091-2/+2
* Implement ObjectFilePECOFF::SetLoadAddress().Virgile Bello2014-03-081-0/+4
* unused variable, typedef requires name warning cleanupMichael Sartain2013-08-261-1/+1
* PECOFF: Add support for export table.Virgile Bello2013-08-251-0/+20
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-3/+6
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-0/+9
* <rdar://problem/13338643>Greg Clayton2013-03-041-2/+0
* <rdar://problem/13159777> Greg Clayton2013-02-061-7/+9
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* <rdar://problem/11034170> Greg Clayton2012-03-131-2/+0
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+5
* Quick fixes to the PE COFF file loader.Greg Clayton2011-09-101-1/+1
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-091-0/+235
OpenPOWER on IntegriCloud