summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-031-100/+57
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-2612-13/+12
* Merge Linux and FreeBSD arm64 register contextsPavel Labath2016-11-251-4/+3
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-243-2/+108
* ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski2016-11-203-21/+51
* 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
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-2/+2
* Fix about a dozen compile warningsIlia K2016-09-121-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0616-1708/+1374
* elf-core: set powerpc vector byte order correctlyEd Maste2016-08-141-1/+1
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-114-6/+8
* Make sure files include what they use (part 1/N)Pavel Labath2016-08-106-9/+12
* Fix printf warnings.Greg Clayton2016-08-081-2/+2
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-294-22/+143
* Fixing layout of elf-core file related structuresPavel Labath2016-07-222-39/+39
* 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-092-5/+56
* Support Linux on SystemZ as platformUlrich Weigand2016-04-145-0/+193
* Fix a bug in linux core file handlingPavel Labath2016-04-052-0/+18
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-161-2/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-072-6/+6
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
OpenPOWER on IntegriCloud