summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
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
2025-05-19[lldb] Support riscv32 ELF corefiles (#115408)Jonas Devlieghere
2025-05-10[lldb] Simplify string comparisons (NFC) (#139394)Kazu Hirata
2025-05-06[lldb] fix crash on FreeBSD/powerpc64le (#138331)Piotr Kubaj
2024-11-21[lldb] Fix a warningKazu Hirata
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-16[lldb] Add Populate Methods for ELFLinuxPrPsInfo and ELFLinuxPrStatus (#104109)Fred Grim
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2023-03-21[LLDB] Show sub type of signals when debugging a core fileDavid Spickett
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-06-20[lldb] [Process/elf-core] Fix reading NetBSD/i386 core dumpsMichał Górny
2021-03-31[LLDB] Add support for Arm64/Linux dynamic register setsMuhammad Omair Javaid
2021-03-30[lldb] Remove linux/mips debugging supportPavel Labath
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad Omair Javaid
2020-07-07Combine multiple defs of arm64 register setsMuhammad Omair Javaid
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-01[lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny
2019-03-06Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton
2019-02-11Use std::make_shared in LLDB (NFC)Jonas 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
2018-04-30Reflow paragraphs in comments.Adrian Prantl
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-30Battery of NetBSD support improvementsKamil Rytarowski
2017-03-26[LLDB] OpenBSD supportKamil Rytarowski
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-27Merge Linux and FreeBSD arm register contextsPavel Labath
2017-01-03Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer
2016-11-25Merge Linux and FreeBSD arm64 register contextsPavel Labath
2016-11-24Patch for lldb bug 26322 “core load hangs”Howard Hellyer
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-08Fix printf warnings.Greg Clayton
2016-07-29Add/fix support for i386 elf core filesDimitar Vlahovski
2016-07-22Fixing layout of elf-core file related structuresPavel Labath