================
@@ -3087,8 +3087,8 @@ Target::ReadInstructions(const Address &start_addr,
uint32_t count,
force_live_memory, &load_addr);
if (error.Fail())
- return llvm::createStringError(
- error.AsCString("Target::ReadInstructions failed to read memory at
%s"),
+ return llvm::createStringErrorV(
+ error.AsCString("Target::ReadInstructions failed to read memory at
{}"),
----------------
s-barannikov wrote:
Right, thanks
https://github.com/llvm/llvm-project/pull/204837
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits