aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-912/+803
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-2/+2
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-4/+4
2016-03-23Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer1-1/+21
2016-01-26Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy1-4/+17
2016-01-21Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy1-0/+1
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy1-1/+12
2015-11-20Revert "FOO"Adrian McCarthy1-12/+1
2015-11-20FOOAdrian McCarthy1-1/+12
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+2
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-2/+2
2015-02-23Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton1-2/+2
2015-01-22Don't stomp the triple when loading a PECOFF target.Zachary Turner1-1/+8
2014-07-29Remove unused variable that was causing a warning.Greg Clayton1-1/+0
2014-07-28Fix supported architectures on PlatformWindows.Zachary Turner1-1/+5
2014-07-08Fix typos.Bruce Mitchener1-1/+1
2014-06-24Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton1-0/+1
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-5/+5
2014-03-22Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison1-1/+0
2014-03-11update for renaming in LLVMSaleem Abdulrasool1-1/+1
2014-03-09Implement ObjectFilePECOFF::GetModuleSpecifications().Virgile Bello1-48/+74
2014-03-08Implement ObjectFilePECOFF::SetLoadAddress().Virgile Bello1-0/+42
2014-03-08Remove %zx in printf (only GCC supports it, not MSVC).Virgile Bello1-1/+1
2013-11-22Fix for PECOFF GetArchitectureColin Riley1-1/+1
2013-08-27Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definiti...Charles Davis1-124/+22
2013-08-25PECOFF: Add support for export table.Virgile Bello1-0/+53
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton1-14/+23
2013-07-01Split symbol support for ELF and Linux.Michael Sartain1-2/+3
2013-06-18A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:Greg Clayton1-5/+40
2013-05-10<rdar://problem/13854277>Greg Clayton1-9/+4
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton1-1/+15
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-1/+1
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-1/+1
2013-02-06<rdar://problem/13159777> Greg Clayton1-10/+25
2013-01-25<rdar://problem/13069948>Greg Clayton1-11/+11
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-5/+5
2012-10-25Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton1-2/+0
2012-07-18Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton1-1/+1
2012-06-08Committed a change to the SectionList that introducesSean Callanan1-0/+2
2012-03-13<rdar://problem/11034170> Greg Clayton1-177/+192
2012-03-07<rdar://problem/10997402>Greg Clayton1-1/+1
2012-02-24<rdar://problem/10103468>Greg Clayton1-9/+8
2012-02-05<rdar://problem/10560053>Greg Clayton1-1/+11
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2011-09-10Quick fixes to the PE COFF file loader.Greg Clayton1-43/+159
2011-09-09Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton1-0/+805