aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/minidump
AgeCommit message (Expand)AuthorFilesLines
2026-02-11[lldb][NativeRegisterContext] Rename to x86 for shared files (#180624)Minsoo Choo1-3/+3
2026-01-29[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-4/+5
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch1-1/+1
2025-07-17[LLDB] Process minidump better error messages (#149206)Jacob Lalonde3-10/+36
2025-06-17[lldb][Minidump Parser] Implement a range data vector for minidump memory ran...Jacob Lalonde2-38/+55
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-4/+4
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+2
2024-12-30[LLDB][Minidump] Make workaround for the Dynamic loader issue (#120166)Jacob Lalonde4-2/+28
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde1-2/+10
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde3-8/+37
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-2/+2
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde4-65/+71
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-09-05[LLDB][Minidump] Extend the minidump x86_64 registers to include fs_base and ...Jacob Lalonde2-1/+15
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl3-12/+7
2024-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde4-91/+49
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan812-2/+1
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham1-1/+1
2023-11-14Add support for arm64 registers in minidump core file saving. (#72315)Greg Clayton1-1/+2
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-5/+3
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-06-05Replace deprecated startswith_insensitive with starts_with_insensitiveFangrui Song1-1/+1
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett2-10/+26
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-4/+2
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-2/+4
2023-03-13Refactor ObjectFilePlaceholder for sharingJeffrey Tan2-82/+6
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2-2/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata6-16/+16
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata6-1/+6
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2-9/+9
2022-11-22[LLDB][Minidump] Merge executable module's architecture into target's archite...Zequan Wu1-1/+2
2022-10-12[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett2-2/+2
2022-09-13[lldb] Fixed a number of typosGabriel Ravier1-1/+1
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser2-10/+10
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-4/+4
2022-08-07[lldb] Use single-argument static_assert where applicable (NFC)Jonas Devlieghere1-1/+1
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+2
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich1-2/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+2
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+1
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere2-2/+2
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere1-3/+3
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett2-5/+5
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath2-0/+2