[Lldb-commits] [PATCH] D147482: [lldb] Add an overload to SetModuleLoadAddress that takes an unsigned value
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 6 10:26:35 PDT 2023
JDevlieghere added a comment.
Writing this made me realize we can solve this more elegantly. We can have both overloads and deprecate the one that takes an `int64_t`, mark it as deprecated and not expose it to SWIG.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147482/new/
https://reviews.llvm.org/D147482
More information about the lldb-commits
mailing list