summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/minidump
AgeCommit message (Expand)Author
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch
2025-07-17[LLDB] Process minidump better error messages (#149206)Jacob Lalonde
2025-06-17[lldb][Minidump Parser] Implement a range data vector for minidump memory ran...Jacob Lalonde
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-12-30[LLDB][Minidump] Make workaround for the Dynamic loader issue (#120166)Jacob Lalonde
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-09-05[LLDB][Minidump] Extend the minidump x86_64 registers to include fs_base and ...Jacob Lalonde
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan81
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-14Add support for arm64 registers in minidump core file saving. (#72315)Greg Clayton
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-06-05Replace deprecated startswith_insensitive with starts_with_insensitiveFangrui Song
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford
2023-03-13Refactor ObjectFilePlaceholder for sharingJeffrey Tan
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-22[LLDB][Minidump] Merge executable module's architecture into target's archite...Zequan Wu
2022-10-12[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-08-07[lldb] Use single-argument static_assert where applicable (NFC)Jonas Devlieghere
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
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-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere
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
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer