Re: [lldb-dev] Inquiry about Error codes sent by lldb-server

2016-06-30 Thread Jim Ingham via lldb-dev
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

Re: [lldb-dev] Inquiry about Error codes sent by lldb-server

2016-06-30 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] Inquiry about Error codes sent by lldb-server

2016-06-30 Thread Ravitheja Addepally via lldb-dev
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