[Lldb-commits] [PATCH] D101627: [lldb] More tests for DumpDataExtractor
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 30 06:47:57 PDT 2021
DavidSpickett created this revision.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Using a base address or skipping it with LLDB_INVALID_ADDRESS
- Using a data offset, which does not effect the printed addresses
- Not providing an output stream
- Formatting a double sized HexFloat
- Formatting over multiple lines
Since address printing now has its own test,
I've removed the base address from all the format
type tests.
The multi line tests still use a base address to check that
it's incremented correctly for each new line.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101627
Files:
lldb/unittests/Core/DumpDataExtractorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101627.341886.patch
Type: text/x-patch
Size: 18881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210430/c5a35307/attachment-0001.bin>
More information about the lldb-commits
mailing list