summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
AgeCommit message (Expand)Author
2025-05-29Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141...Jacob Lalonde
2025-05-27Revert "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141645)Jacob Lalonde
2025-05-27[LLDB][ELF Core] Support all the Generic (Negative) SI Codes. (#140150)Jacob Lalonde
2024-11-26[LLDB][ThreadELFCore] Set all the properties of ELFLinuxSigInfo to a non buil...Jacob Lalonde
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-08-16[lldb] Add Populate Methods for ELFLinuxPrPsInfo and ELFLinuxPrStatus (#104109)Fred Grim
2023-03-21[LLDB] Show sub type of signals when debugging a core fileDavid Spickett
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-10[windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova
2017-11-28elf-core: Convert remaining register context to use register set mapsPavel Labath
2017-11-23elf-core: Split up parsing code into os-specific functionsPavel Labath
2017-11-16Implement core dump debugging for PPC64lePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-31[LLDB][MIPS] Core Dump Support.Nitesh Jain
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2016-11-24Patch for lldb bug 26322 “core load hangs”Howard Hellyer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-29Add/fix support for i386 elf core filesDimitar Vlahovski
2016-07-22Fixing layout of elf-core file related structuresPavel Labath
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-07-31Report original thread ID for FreeBSD core filesEd Maste
2015-02-05Implement initial Altivec supportJustin Hibbits
2014-04-17elf-core: Strip trailing whitespaceEd Maste
2013-09-25si_errno and friends are macros on NetBSD, so #undef them first.Joerg Sonnenberger
2013-07-23elf-core: Remove now-unused compile-time FreeBSD supportEd Maste
2013-07-23elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste
2013-07-17elf-core: Support FreeBSD at compile-timeEd Maste
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi