================
@@ -395,8 +395,8 @@
lldb_private::formatters::NSSetISyntheticFrontEnd::GetIndexOfChildWithName(
(idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors()))
return llvm::createStringError(
"'SyntheticChildrenFrontEnd::NSSetISyntheticFrontEnd' cannot find "
- "index of child '%s'",
- name.AsCString());
+ "index of child '%s'. (idx='%d')",
----------------
Michael137 wrote:
```suggestion
"index of child '%s'. (idx='%" PRu32 "')",
```
(same goes for the other `idx` logs)
https://github.com/llvm/llvm-project/pull/136693
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits