summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
2025-09-10[lldb] Pass execution context to CompilerType::GetByteSize - in CommandObject...Dave Lee
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-06-13[lldb] CommandObjectMemoryFind: Improve expression evaluation error messages ...Michael Buch
2025-06-12[lldb][Commands] Fix memory find for Swift expressions (#143860)Michael Buch
2025-06-12[lldb][Commands][NFC] Extract memory find expression evaluation into helpers ...Michael Buch
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-05-29[nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (#93688)Miro Bucko
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
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...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-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-01[lldb] Fix bug introduced by fdbe7c7faa54Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song
2022-09-23[LLDB] Fix "memory region --all" when there is no ABI pluginDavid Spickett
2022-09-23[LLDB] Properly return errors from "memory region --all"David Spickett
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-24[lldb] Remove redundant member initialization (NFC)Kazu Hirata
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-08[lldb/Commands] Prevent crash due to reading memory from page zero.Chelsea Cassanova
2022-05-19[lldb] Add --show-tags option to "memory find"David Spickett
2022-05-19Reland "[lldb] Add --all option to "memory region""David Spickett
2022-05-18[lldb] Change implementation of memory read --show-tags optionDavid Spickett
2022-05-18Revert "[lldb] Add --all option to "memory region""David Spickett
2022-05-18[lldb] Add --all option to "memory region"David Spickett
2022-04-28[lldb] Add FixAnyAddress to ABI pluginsDavid Spickett
2022-04-19[lldb] Handle empty search string in "memory find"David Spickett
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-01[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere