summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-3/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-011-0/+3
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-061-5/+5
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-16/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-16/+11
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-281-12/+9
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-231-5/+7
* Implement core dump debugging for PPC64lePavel Labath2017-11-161-3/+14
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-0/+83
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-301-6/+15
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-0/+22
* 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
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-271-4/+3
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-031-100/+57
* Merge Linux and FreeBSD arm64 register contextsPavel Labath2016-11-251-4/+3
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-241-0/+42
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-286/+256
* Fix printf warnings.Greg Clayton2016-08-081-2/+2
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-10/+101
* Fixing layout of elf-core file related structuresPavel Labath2016-07-221-4/+4
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+10
* Report original thread ID for FreeBSD core filesEd Maste2015-07-311-3/+2
* This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid2015-04-291-0/+4
* FreeBSD/arm core file supportEd Maste2015-04-201-0/+4
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-141-0/+8
* Handle FreeBSD/arm64 core filesEd Maste2015-03-261-0/+8
* Implement initial Altivec supportJustin Hibbits2015-02-051-2/+3
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+12
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-4/+4
* elf-core: Strip trailing whitespaceEd Maste2014-04-171-1/+1
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-2/+2
* Simplify core file register context handlingEd Maste2014-02-151-37/+42
* Allow FreeBSD/i386 core files to be loadedEd Maste2014-02-141-0/+17
* POSIX RegisterContext for mips64Ed Maste2013-10-101-0/+16
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-091-2/+2
* Cleanup POSIX RegisterContext class hierarchies.Michael Sartain2013-09-131-4/+5
* elf-core: Remove now-unused compile-time FreeBSD supportEd Maste2013-07-231-10/+10
* elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste2013-07-231-21/+11
* elf-core: Run-time reg context selectionEd Maste2013-07-221-5/+16
* elf-core: Support FreeBSD at compile-timeEd Maste2013-07-171-0/+5
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-0/+170
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-170/+0
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-0/+170
OpenPOWER on IntegriCloud