<div dir="ltr">Hello all,<div>       Currently the remote protocol in LLDB does not allow sending Error Strings in response to remote packets, it only allows for "ENN" format where N is a hex integer. In our current ongoing work, we would like to have support for Sending Error Strings from lldb-server. I would like to invite any opinions or suggestions in this matter ?</div><div><br></div><div>A very simple proposal would be to just attach an error string maybe as a Name:Value Pair ? like so -></div><div><br></div><div>EXX;"Error String"</div><div> or</div><div>EXX;M"Error String"</div><div><br></div><div>I guess removing EXX would make it incompatible with gdb-server. Also adding new packets to query errors might not be desired ?</div><div><br></div><div><br></div><div>Regards,</div><div>A Ravi Theja</div><div><br></div><div><br></div></div>