[Lldb-commits] [lldb] [lldb-dap] Use protocol types for exceptioninfo (PR #165858)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 5 09:06:38 PST 2025


ashgti wrote:

Is this due to using `response.description = {stream.GetData(), stream.GetSize()};` to define the string? Is that not a copy copy of the underlying value? We may need to explicitly copy it then.

https://github.com/llvm/llvm-project/pull/165858


More information about the lldb-commits mailing list