summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto
2025-09-18[LLDB]Fix buffer-over-flow bug introduced in 157170 (#159588)Vy Nguyen
2025-09-10[lldb][ElfCore] Improve main executable detection in core files (#157170)GeorgeHuyubo
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin
2025-07-28[lldb][AArch64] Add HWCAP3 to register field detection (#145029)David Spickett
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
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
2025-04-23Bug fix in FindModuleUUID (#137075)GeorgeHuyubo
2025-01-28[lldb][AArch64] Add Guarded Control Stack support for Linux core files (#124293)David Spickett
2025-01-07[lldb] Correct address calculation for reading segment data (#120655)GeorgeHuyubo
2024-11-26[LLDB][ThreadELFCore] Set all the properties of ELFLinuxSigInfo to a non buil...Jacob Lalonde
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto
2024-11-22[lldb] Fix ELF core debugging (#117070)Kazuki Sakamoto
2024-11-21[lldb] Fix a warningKazu Hirata
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-11-21[lldb] Fix loading UUIDs from ELF headers. (#117028)Greg Clayton
2024-10-24[lldb][AArch64] Read fpmr register from core files (#110104)David Spickett
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-09-04[lldb][RISCV] Support optionally disabled FPR for riscv64 (#104547)Alexey Merzlyakov
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-08-13[lldb][NFCI] Simplify ProcessElfCore::GetAuxvData() (#102263)Igor Kudrin
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov
2024-05-24Read and store gnu build id from loaded core file (#92492)GeorgeHuyubo
2024-05-14Revert "Read and store gnu build id from loaded core file" (#92181)GeorgeHuyubo
2024-05-14Read and store gnu build id from loaded core file (#92078)GeorgeHuyubo
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan81
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett
2023-11-02[lldb][AArch64] Read SME2's ZT0 register from Linux core files (#70934)David Spickett
2023-11-01[lldb][AArch64] Add SME2's ZT0 register (#70205)David Spickett
2023-10-30[lldb][AArch64][Linux] Rename Is<ext>Enabled to Is<ext>Present (#70303)David Spickett
2023-10-25[lldb][AArch64] Read mte_ctrl register from core files (#69689)David Spickett
2023-10-25[lldb][AArch64] Correct type of 32 bit GPR RegisterValues when using core fil...David Spickett
2023-09-21Reland "[lldb][AArch64] Linux corefile support for SME"David Spickett
2023-09-21Revert "[lldb][AArch64] Linux corefile support for SME"David Spickett
2023-09-21[lldb][AArch64] Linux corefile support for SMEDavid Spickett
2023-09-19[lldb][AArch64] Add SME's Array Storage (ZA) registerDavid Spickett
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett