summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
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-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
2022-01-26[lldb] Add option to show memory tags in memory read outputDavid Spickett
2022-01-24[lldb] Ignore non-address bits in "memory find" argumentsDavid Spickett
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-11[lldb] Remove non address bits from memory read argumentsDavid Spickett
2021-12-08[lldb] Add missing space in C string format memory read warningDavid Spickett
2021-11-26[Bug 49018][lldb] Fix incorrect help text for 'memory write' commandVenkata Ramanaiah Nalamothu
2021-11-26[lldb] Fix 'memory write' to not allow specifying values when writing file co...Venkata Ramanaiah Nalamothu
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-06-24[lldb][AArch64] Add "memory tag read" commandDavid Spickett
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-04-06[lldb] Fix bug where memory read --outfile is not truncating the fileJonas Devlieghere
2021-03-17[lldb] Correct unsigned decimal argument check in memory writeDavid Spickett
2021-03-17[lldb] Correct typo in memory read errorDavid Spickett
2021-02-24[lldb] Prevent double new lines behind errors/warning/messages from LLDB comm...Raphael Isemann
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett
2020-11-04[lldb] Remove [US]IntValueIsValidForSize from CommandObjectMemoryPavel Labath
2020-10-05Reland "[lldb] Don't send invalid region addresses to lldb server"David Spickett
2020-09-17Revert "[lldb] Don't send invalid region addresses to lldb server"David Spickett
2020-09-17[lldb] Don't send invalid region addresses to lldb serverDavid Spickett
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-11-05MemoryRegion: Print "don't know" permission values as suchPavel Labath
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-21Add char8_t support (C++20)Jonas Devlieghere
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann
2019-06-12[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-12-19Show the memory region name if there is one in the output of the "memory regi...Greg Clayton
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere