summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-912/+803
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer2016-03-231-1/+21
* Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2016-01-261-4/+17
* Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy2016-01-211-0/+1
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-1/+12
* Revert "FOO"Adrian McCarthy2015-11-201-12/+1
* FOOAdrian McCarthy2015-11-201-1/+12
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-2/+2
* Don't stomp the triple when loading a PECOFF target.Zachary Turner2015-01-221-1/+8
* Remove unused variable that was causing a warning.Greg Clayton2014-07-291-1/+0
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-1/+5
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-5/+5
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-1/+0
* update for renaming in LLVMSaleem Abdulrasool2014-03-111-1/+1
* Implement ObjectFilePECOFF::GetModuleSpecifications().Virgile Bello2014-03-091-48/+74
* Implement ObjectFilePECOFF::SetLoadAddress().Virgile Bello2014-03-081-0/+42
* Remove %zx in printf (only GCC supports it, not MSVC).Virgile Bello2014-03-081-1/+1
* 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