aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core
AgeCommit message (Expand)AuthorFilesLines
2026-02-11[lldb][NativeRegisterContext] Rename to x86 for shared files (#180624)Minsoo Choo6-37/+37
2026-02-06[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo5-188/+3
2026-02-05[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford1-3/+8
2026-02-05[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo1-4/+0
2026-01-28[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton2-6/+35
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo1-1/+2
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto1-1/+7
2025-09-18[LLDB]Fix buffer-over-flow bug introduced in 157170 (#159588)Vy Nguyen1-1/+1
2025-09-10[lldb][ElfCore] Improve main executable detection in core files (#157170)GeorgeHuyubo2-18/+42
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin3-6/+27
2025-07-28[lldb][AArch64] Add HWCAP3 to register field detection (#145029)David Spickett1-4/+9
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+3
2025-05-29Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141...Jacob Lalonde3-173/+61
2025-05-27Revert "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141645)Jacob Lalonde3-75/+156
2025-05-27[LLDB][ELF Core] Support all the Generic (Negative) SI Codes. (#140150)Jacob Lalonde3-156/+75
2025-05-19[lldb] Support riscv32 ELF corefiles (#115408)Jonas Devlieghere4-1/+145
2025-05-10[lldb] Simplify string comparisons (NFC) (#139394)Kazu Hirata1-2/+2
2025-05-06[lldb] fix crash on FreeBSD/powerpc64le (#138331)Piotr Kubaj1-0/+1
2025-04-23Bug fix in FindModuleUUID (#137075)GeorgeHuyubo1-1/+1
2025-01-28[lldb][AArch64] Add Guarded Control Stack support for Linux core files (#124293)David Spickett3-0/+22
2025-01-07[lldb] Correct address calculation for reading segment data (#120655)GeorgeHuyubo1-1/+8
2024-11-26[LLDB][ThreadELFCore] Set all the properties of ELFLinuxSigInfo to a non buil...Jacob Lalonde1-5/+6
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto2-17/+7
2024-11-22[lldb] Fix ELF core debugging (#117070)Kazuki Sakamoto2-0/+20
2024-11-21[lldb] Fix a warningKazu Hirata1-1/+1
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde3-26/+107
2024-11-21[lldb] Fix loading UUIDs from ELF headers. (#117028)Greg Clayton1-5/+15
2024-10-24[lldb][AArch64] Read fpmr register from core files (#110104)David Spickett3-0/+18
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An4-0/+149
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-09-04[lldb][RISCV] Support optionally disabled FPR for riscv64 (#104547)Alexey Merzlyakov2-13/+15
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl3-11/+9
2024-08-16[lldb] Add Populate Methods for ELFLinuxPrPsInfo and ELFLinuxPrStatus (#104109)Fred Grim2-0/+144
2024-08-13[lldb][NFCI] Simplify ProcessElfCore::GetAuxvData() (#102263)Igor Kudrin1-4/+4
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett2-10/+12
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov4-1/+150
2024-05-24Read and store gnu build id from loaded core file (#92492)GeorgeHuyubo2-0/+81
2024-05-14Revert "Read and store gnu build id from loaded core file" (#92181)GeorgeHuyubo2-61/+0
2024-05-14Read and store gnu build id from loaded core file (#92078)GeorgeHuyubo2-0/+61
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan812-4/+3
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham1-1/+1
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett2-0/+21
2023-11-02[lldb][AArch64] Read SME2's ZT0 register from Linux core files (#70934)David Spickett2-13/+24
2023-11-01[lldb][AArch64] Add SME2's ZT0 register (#70205)David Spickett1-0/+4
2023-10-30[lldb][AArch64][Linux] Rename Is<ext>Enabled to Is<ext>Present (#70303)David Spickett1-6/+6
2023-10-25[lldb][AArch64] Read mte_ctrl register from core files (#69689)David Spickett3-0/+18
2023-10-25[lldb][AArch64] Correct type of 32 bit GPR RegisterValues when using core fil...David Spickett1-5/+3
2023-09-21Reland "[lldb][AArch64] Linux corefile support for SME"David Spickett3-18/+125
2023-09-21Revert "[lldb][AArch64] Linux corefile support for SME"David Spickett3-124/+17