summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud