================
@@ -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();
----------------
ashgti wrote:Done. https://github.com/llvm/llvm-project/pull/181261 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
