summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* 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-2/+0
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-281-12/+4
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-231-7/+7
* Implement core dump debugging for PPC64lePavel Labath2017-11-161-0/+3
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-36/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-241-1/+34
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-141/+124
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-4/+24
* Fixing layout of elf-core file related structuresPavel Labath2016-07-221-35/+35
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-18/+19
* Report original thread ID for FreeBSD core filesEd Maste2015-07-311-2/+2
* Implement initial Altivec supportJustin Hibbits2015-02-051-0/+2
* elf-core: Strip trailing whitespaceEd Maste2014-04-171-1/+1
* si_errno and friends are macros on NetBSD, so #undef them first.Joerg Sonnenberger2013-09-251-0/+4
* elf-core: Remove now-unused compile-time FreeBSD supportEd Maste2013-07-231-31/+9
* elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste2013-07-231-6/+12
* elf-core: Support FreeBSD at compile-timeEd Maste2013-07-171-0/+22
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-0/+168
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-171/+0
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-0/+171
OpenPOWER on IntegriCloud