[all-commits] [llvm/llvm-project] 8fdfc1: [lldb] Add tests for DumpDataExtractor formats
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Apr 30 02:29:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fdfc1d64c51d949b84b2ee824f2ba9b9a3a6bd6
https://github.com/llvm/llvm-project/commit/8fdfc1d64c51d949b84b2ee824f2ba9b9a3a6bd6
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M lldb/unittests/Core/CMakeLists.txt
A lldb/unittests/Core/DumpDataExtractorTest.cpp
Log Message:
-----------
[lldb] Add tests for DumpDataExtractor formats
Covering basic cases where you have 1 item on 1 line.
Apart from eFormatCharArray, where using multiple lines
highlights the difference between it and eFormatVectorOfChar.
Reviewed By: #lldb, teemperor
Differential Revision: https://reviews.llvm.org/D101453
More information about the All-commits
mailing list