(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 <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to