summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemoryTag.cpp
AgeCommit message (Expand)Author
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
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
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-20[lldb] Remove non-address bits from addresses given to memory tag commandsDavid Spickett
2021-07-30[lldb][AArch64] Mark mismatched tags in tag read outputDavid Spickett
2021-07-28[lldb] Add "memory tag write" --end-addr optionDavid Spickett
2021-07-28[lldb] Add "memory tag write" commandDavid Spickett
2021-07-16[lldb][AArch64] Refactor memory tag range handlingDavid Spickett
2021-06-24[lldb][AArch64] Add "memory tag read" commandDavid Spickett