summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core
Commit message (Expand)AuthorAgeFilesLines
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-091-9/+13
* ProcessElfCore: Remove linux and freebsd NT_*** constantsPavel Labath2019-08-072-46/+21
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-4/+3
* Add support to read aux vector valuesAntonio Afonso2019-06-112-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-40/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-013-0/+34
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-082-30/+191
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-061-5/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-4/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-118-44/+60
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1920-80/+60
* RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath2019-01-041-1/+1
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+1
* ELF: Simplify program header iterationPavel Labath2018-12-122-23/+20
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-3/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-112-7/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-3/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-078-8/+8
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-102-18/+11
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-304-30/+30
* Fix a copy of a fixed length, possibly non-nul terminated, stringJason Molenda2018-02-021-1/+1
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-2822-188/+221
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-235-226/+311
* Implement core dump debugging for PPC64lePavel Labath2017-11-167-53/+289
* Improve the posix core file triple detectionTamas Berghammer2017-11-041-5/+8
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-191-0/+10
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-181-2/+0
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-131-0/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-1/+2
* Rename Error -> Status.Zachary Turner2017-05-125-33/+33
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-314-39/+107
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-311-2/+17
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-302-22/+61
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-262-0/+56
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-1/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-0411-14/+14
* Move Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-271-4/+3
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-311-0/+2
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+10
OpenPOWER on IntegriCloud