summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
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-071-13/+14
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+1
* Add support to read aux vector valuesAntonio Afonso2019-06-111-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-011-0/+26
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-081-28/+156
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+1
* ELF: Simplify program header iterationPavel Labath2018-12-121-21/+18
* 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-111-3/+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-071-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+25
* 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-281-46/+17
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-231-210/+276
* Implement core dump debugging for PPC64lePavel Labath2017-11-161-50/+32
* Improve the posix core file triple detectionTamas Berghammer2017-11-041-5/+8
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-13/+13
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-311-2/+17
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-301-16/+46
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-0/+34
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-1/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-311-0/+2
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-241-1/+32
* ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski2016-11-201-2/+12
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* Fix about a dozen compile warningsIlia K2016-09-121-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-563/+479
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-5/+15
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-1/+10
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-5/+49
* Fix a bug in linux core file handlingPavel Labath2016-04-051-0/+15
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-161-2/+2
OpenPOWER on IntegriCloud