[Lldb-commits] [lldb] [lldb-dap] Validate utf8 protocol messages. (PR #181261)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 13 10:27:26 PST 2026
================
@@ -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
More information about the lldb-commits
mailing list