[lldb-dev] Printing non-truncated stdlib collections?

Greg Clayton gclayton at apple.com
Mon Nov 4 10:05:28 PST 2013


(lldb) settings show target.max-children-count
target.max-children-count (int) = 256
(lldb) settings set target.max-children-count 10000


You can then add this line to your ~/.lldbinit file if you want the setting to always be increased.


On Nov 3, 2013, at 7:57 PM, Dun Peal <dunpealer at gmail.com> wrote:

> Hi,
> 
> When I do:
> 
> (lldb) p some_vector
> 
> It seems LLDB only actually prints the first 256 values. How do I get it to print the entire vector?
> 
> Thanks, D.
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list