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 1f205ef commit 376bd66Copy full SHA for 376bd66
lldb/source/Plugins/LanguageRuntime/Swift/LLDBMemoryReader.cpp
@@ -330,7 +330,7 @@ LLDBMemoryReader::resolveRemoteAddress(uint64_t address) const {
330
if (!resolved.IsValid()) {
331
LLDB_LOG(log,
332
"[MemoryReader] Could not make a real address out of file address "
333
- "{0:x} and object file {}",
+ "{0:x} and object file {1}",
334
file_address, object_file->GetFileSpec().GetFilename());
335
return {};
336
}
0 commit comments