summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for PECOFF GetArchitectureColin Riley2013-11-221-1/+1
* Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definiti...Charles Davis2013-08-271-124/+22
* PECOFF: Add support for export table.Virgile Bello2013-08-251-0/+53
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-14/+23
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-2/+3
* A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:Greg Clayton2013-06-181-5/+40
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-1/+15
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-10/+25
* <rdar://problem/13069948>Greg Clayton2013-01-251-11/+11
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-2/+0
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-1/+1
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-0/+2
* <rdar://problem/11034170> Greg Clayton2012-03-131-177/+192
* <rdar://problem/10997402>Greg Clayton2012-03-071-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-9/+8
* <rdar://problem/10560053>Greg Clayton2012-02-051-1/+11
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Quick fixes to the PE COFF file loader.Greg Clayton2011-09-101-43/+159
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-091-0/+805
OpenPOWER on IntegriCloud