================
@@ -84,14 +84,15 @@ DataBreakpointInfoRequestHandler::Run(
} else {
is_data_ok = false;
response.description =
- "unable to get byte size for expression: " + args.name;
+ "unable to get byte size for expression: " + args.name.str();
----------------
DrSergei wrote:
Maybe better to add `operator+` for `String` and other string-like classes to
avoid some changes
https://github.com/llvm/llvm-project/pull/181261
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits