[all-commits] [llvm/llvm-project] 710651: [lldb] Fix bug where memory read --outfile is not ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Apr 6 09:16:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 710651c61dcdb2f969811b9a8c7efb425b5e2918
https://github.com/llvm/llvm-project/commit/710651c61dcdb2f969811b9a8c7efb425b5e2918
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M lldb/source/Commands/CommandObjectMemory.cpp
M lldb/test/API/functionalities/memory/read/TestMemoryRead.py
Log Message:
-----------
[lldb] Fix bug where memory read --outfile is not truncating the file
The memory read --outfile command should truncate the output when unless
--append-outfile. Fix the bug and add a test.
rdar://76062318
Differential revision: https://reviews.llvm.org/D99890
More information about the All-commits
mailing list