summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
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-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-04-23Bug fix in FindModuleUUID (#137075)GeorgeHuyubo
2025-01-07[lldb] Correct address calculation for reading segment data (#120655)GeorgeHuyubo
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][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-11-21[lldb] Fix loading UUIDs from ELF headers. (#117028)Greg Clayton
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-13[lldb][NFCI] Simplify ProcessElfCore::GetAuxvData() (#102263)Igor Kudrin
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-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
2023-07-03[lldb][NFCI] Remove use of ConstString from ProcessElfCoreAlex Langford
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-21[LLDB] Show sub type of signals when debugging a core fileDavid Spickett
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-05-18[lldb][AArch64] Fix corefile memory reads when there are non-address bitsDavid Spickett
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David 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-12-06[lldb] [Process/elf-core] Disable for FreeBSD vmcoresMichał Górny
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-04[nfc] [lldb] Prevent needless copies of DataExtractorJan Kratochvil
2021-06-20[lldb] [Process/elf-core] Fix reading NetBSD/i386 core dumpsMichał Górny
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-12[Process/elf-core] Read PID from FreeBSD prpsinfoMichał Górny
2021-02-08[elf-core] Improve reading memory from core fileDjordje Todorovic