[Lldb-commits] [lldb] [lldb] Call FixUpPointer in WritePointerToMemory (try 2) (PR #153585)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 14 07:46:28 PDT 2025
================
@@ -640,6 +640,13 @@ void IRMemoryMap::WritePointerToMemory(lldb::addr_t process_address,
lldb::addr_t address, Status &error) {
----------------
DavidSpickett wrote:
Also please do rename one of these parameters to be pointer, it's incredibly unclear what is what here. (in another PR ofc, or push directly, it's trivial)
https://github.com/llvm/llvm-project/pull/153585
More information about the lldb-commits
mailing list