[Lldb-commits] [lldb] [lldb] Fix write only file action to truncate the file (PR #112657)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 07:10:48 PDT 2024
labath wrote:
It would be nice to have a test which verifies actual behavior rather than just some flag being set somewhere. For example, you could add to/extend `test/API/python_api/process/io/TestProcessIO.py` so that it writes some initial data to the output file, and then verify that the data has disappeared.
https://github.com/llvm/llvm-project/pull/112657
More information about the lldb-commits
mailing list