summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann2019-09-041-198/+119
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-262-4/+119
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-232-144/+225
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-144-6/+6
* ObjectFileELF: Remove NT_*** constantsPavel Labath2019-08-071-36/+1
* ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath2019-08-061-16/+29
* ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath2019-08-053-11/+7
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-3110-0/+45
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-302-34/+32
* ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computationFangrui Song2019-07-261-67/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-83/+80
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-182-1/+20
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-2/+2
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-101-28/+31
* Revert accidental change to fileAaron Smith2019-07-101-3/+0
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-101-0/+3
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-032-40/+14
* Remove null checks of results of new expressionsPavel Labath2019-07-011-8/+6
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-0/+2
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-122-0/+2
* Breakpad: Add support for the arm64e "architecture"Pavel Labath2019-06-101-1/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-235-191/+191
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-5/+1
* typedef enum -> enumFangrui Song2019-05-141-4/+4
* [JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptorsStefan Granitz2019-05-091-1/+1
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith2019-04-302-31/+99
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-2/+2
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-161-29/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1011-142/+0
* Breakpad: Parse Stack CFI recordsPavel Labath2019-04-093-8/+67
* Breakpad: Refine record classification codePavel Labath2019-04-043-34/+58
* [ObjectFileMachO] Remove another debugging aid.Davide Italiano2019-03-281-7/+0
* [ObjectFileMachO] Disable memory caching for savecore.Davide Italiano2019-03-281-13/+6
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-71/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-46/+46
* Pass ConstString by value (NFC)Adrian Prantl2019-03-063-24/+24
* Move RangeMap.h into UtilityPavel Labath2019-03-064-4/+4
* [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpecAlex Langford2019-02-261-1/+1
* [lldb] [ObjectFile/ELF] Fix recognizing NetBSD imagesMichal Gorny2019-02-201-12/+29
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-182-1/+6
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-2/+2
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-131-16/+18
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-136-97/+97
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-124-9/+9
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-121-8/+14
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-8/+14
OpenPOWER on IntegriCloud