A while back in revison 244716 we added support for getting the host OS version info...
authorGreg Clayton <gclayton@apple.com>
Thu, 28 Jan 2016 00:16:11 +0000 (00:16 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 28 Jan 2016 00:16:11 +0000 (00:16 +0000)
commit17499dde46cfbf4c72e507f7f7bb42a6bb27aba9
tree0f26e25027a0162badc055101e509471b2558df8
parent03c03f57ee988b7ce02863de99f9683af1a31209
A while back in revison 244716 we added support for getting the host OS version info from debugserver. We added keys to "qHostInfo" that were "osmajor", "osminor" and "ospatch", but no one ever parsed those, so I am removing them from debugserver. We accidentally also added a "version" key to qHostInfo instead of "os_version". So now we need to support both "version" and "os_version" in qHostInfo since we have debugserver binaries out in the wild that support this old packet type. I have updated debugserver ot use the correct "os_version" for future compatability or correctness.

<rdar://problem/24378699>

llvm-svn: 259003
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/tools/debugserver/source/RNBRemote.cpp