forked from OSchip/llvm-project
7159ab95c7
When dumping raw data from a stream, you might know the offset of a certain record you're interested in, as well as how long that record is. Previously, you had to dump the entire stream and wade through the bytes to find the interesting record. This patch allows you to specify an offset and length on the command line, and it will only dump the requested range. llvm-svn: 301607 |
||
---|---|---|
.. | ||
Inputs | ||
class-layout.test | ||
complex-padding-graphical.test | ||
enum-layout.test | ||
lit.local.cfg | ||
load-address.test | ||
raw-stream-data.test | ||
regex-filter.test | ||
simple-padding-graphical.test |