summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a --element-count option to the expression commandEnrico Granata2016-04-251-1/+7
| | | | | | | | | | | | | This option evaluates an expression and, if the result is of pointer type, treats it as if it was an array of that many elements and displays such elements This has a couple subtle points but is mostly as straightforward as it sounds Add a parray N <expr> alias for this new mode Also, extend the --object-description mode to do the moral equivalent of the above but display each element in --object-description mode Add a poarray N <expr> alias for this llvm-svn: 267372
* Fix indentationEnrico Granata2015-11-131-21/+21
| | | | llvm-svn: 253089
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-101-19/+28
| | | | llvm-svn: 252638
* Let Language plugins vend a default DeclPrintingHelper in case a custom one ↵Enrico Granata2015-10-191-0/+236
is not specified for the specific invocation llvm-svn: 250744
OpenPOWER on IntegriCloud