[Lldb-commits] [lldb] [lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSupported (PR #82593)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 17:01:43 PST 2024
jasonmolenda wrote:
Going back to this PR, @bulbazord @clayborg and I agreed that having a single method for sending error reply packets, which correctly encode the error string it if is available and extended-error-responses has been enabled, would be worth modifying all the error returns, so I did that. I found an additional bad error response in HandlePacket_D where it did not include hex digits on its error response.
I think we're good to land this now.
https://github.com/llvm/llvm-project/pull/82593
More information about the lldb-commits
mailing list