summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
AgeCommit message (Expand)Author
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
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-09Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton