aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-10[lldb] Pass execution context to CompilerType::GetByteSize - in CommandObject...Dave Lee1-3/+4
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-0/+2
2025-06-13[lldb] CommandObjectMemoryFind: Improve expression evaluation error messages ...Michael Buch1-2/+6
2025-06-12[lldb][Commands] Fix memory find for Swift expressions (#143860)Michael Buch1-3/+10
2025-06-12[lldb][Commands][NFC] Extract memory find expression evaluation into helpers ...Michael Buch1-43/+58
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-12/+13
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett1-0/+3
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad1-1/+1
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-8/+8
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-1/+2
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-2/+1
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-1/+2
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-1/+4
2024-05-29[nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (#93688)Miro Bucko1-59/+2
2024-05-14Revert "Read and store gnu build id from loaded core file" (#92181)GeorgeHuyubo1-2/+59
2024-05-14Read and store gnu build id from loaded core file (#92078)GeorgeHuyubo1-59/+2
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-13/+10
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-76/+71
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere1-3/+4
2023-05-01[lldb] Fix bug introduced by fdbe7c7faa54Jonas Devlieghere1-4/+4
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere1-4/+6
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett1-16/+0
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-4/+4
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-11/+11
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song1-1/+1
2022-09-23[LLDB] Fix "memory region --all" when there is no ABI pluginDavid Spickett1-1/+1
2022-09-23[LLDB] Properly return errors from "memory region --all"David Spickett1-3/+0
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-24[lldb] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-1/+1
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-1/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-2/+1
2022-06-08[lldb/Commands] Prevent crash due to reading memory from page zero.Chelsea Cassanova1-1/+4
2022-05-19[lldb] Add --show-tags option to "memory find"David Spickett1-2/+7
2022-05-19Reland "[lldb] Add --all option to "memory region""David Spickett1-50/+145
2022-05-18[lldb] Change implementation of memory read --show-tags optionDavid Spickett1-8/+10
2022-05-18Revert "[lldb] Add --all option to "memory region""David Spickett1-144/+50
2022-05-18[lldb] Add --all option to "memory region"David Spickett1-50/+144
2022-04-28[lldb] Add FixAnyAddress to ABI pluginsDavid Spickett1-1/+1
2022-04-19[lldb] Handle empty search string in "memory find"David Spickett1-3/+8
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-1/+1
2022-04-01[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere1-1/+0