Note this isn't something we made up... In the gdb remote protocol spec, it
says:
The error response returned for some packets includes a two character error
number. That number is not well defined.
I think they are just meant to be useful for debugging a particular gdb-remote
protocol server
> On Jun 30, 2016, at 5:28 AM, Ravitheja Addepally via lldb-dev
> wrote:
>
> Hello,
> The lldb-server sends hard coded values like 0x78 etc in case of error,
> so does the ProcessGDBRemote use these numbers anyway except for just
> detecting error ? ( in my understanding it doesn't seem
Hello,
The lldb-server sends hard coded values like 0x78 etc in case of
error, so does the ProcessGDBRemote use these numbers anyway except for
just detecting error ? ( in my understanding it doesn't seem to use the
value of the number please correct me if i am wrong ). Is there some
special