summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Allow ObjectFilePECOFF to initialize with ARM binaries.Stephane Sezer2017-10-241-0/+5
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-191-1/+2
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-3/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-5/+7
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-11/+21
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [lldb] Read modules from memory when a local copy is not availableWalter Erquinigo2016-10-171-69/+107
* [PECOFF] Use the COFF subsystem field when determining the Triple.Zachary Turner2016-09-201-1/+18
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-912/+803
OpenPOWER on IntegriCloud