[Lldb-commits] [lldb] [lldb] Change the two remaining SInt64 settings in Target to uint (PR #105460)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 20 18:46:42 PDT 2024


jasonmolenda wrote:

I guess the one counter argument to "our limits are far too low" is when you have an array of 2048 integer elements and do `p arr` - well show each element on its own line by default.  Do we really want to dump 2000 lines to their terminal?  Or do we want to show them the first 256 and say "here's some commands you could use if you really want to see this".   That's the one limit I think is most justified of all of these tbh, mostly because of how many lines can be printed for a large array local variable...

https://github.com/llvm/llvm-project/pull/105460


More information about the lldb-commits mailing list