[Lldb-commits] [lldb] [lldb] Remove limit on max memory read size (PR #105765)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 18:37:31 PDT 2024
jasonmolenda wrote:
(the setting is a UInt64, but Target.cpp reads it and returns a uint32_t, so I only did UINT32_MAX value)
https://github.com/llvm/llvm-project/pull/105765
More information about the lldb-commits
mailing list