[Lldb-commits] [lldb] [lldb] Remove limit on max memory read size (PR #105765)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 30 14:02:01 PDT 2024


jasonmolenda wrote:

@clayborg what do you think about removing the memory limit from memory read?  I know this is code you originally wrote, and I might not be thinking of a way for someone to do a huge memory read unintentionally.  But it seems like this cap just gets in people's way more than anything else.

(I have complaints about our other safety limits like the 1024 byte c-string formatter cap which is really easy to hit with long strings, but those are more debatable ;)

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


More information about the lldb-commits mailing list