summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF
Commit message (Collapse)AuthorAgeFilesLines
...
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
| | | | | | | | stdarg formats to use __attribute__ format so the compiler can flag incorrect uses. Fix all incorrect uses. Most of these are innocuous, a few were resulting in crashes. llvm-svn: 140185
* Quick fixes to the PE COFF file loader.Greg Clayton2011-09-102-44/+160
| | | | llvm-svn: 139448
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-092-0/+1040
correctly, symbols are coming soon. It also needs to be 32/64 bit hardened with more testing. llvm-svn: 139401
OpenPOWER on IntegriCloud