We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42dcac commit 8b8f21dCopy full SHA for 8b8f21d
lldb/source/Plugins/LanguageRuntime/Swift/LLDBMemoryReader.cpp
@@ -336,9 +336,9 @@ LLDBMemoryReader::resolveRemoteAddress(uint64_t address) const {
336
}
337
338
LLDB_LOGV(log,
339
- "[MemoryReader] Unsuccessfully resolved mapped address {1:x} "
+ "[MemoryReader] Successfully resolved mapped address {1:x} "
340
"into file address {1:x}",
341
- address, address);
+ address, resolved);
342
return resolved;
343
344
0 commit comments