Remove attach-failed-due-to-SIP checks which were not working
authorJason Molenda <jason@molenda.com>
Thu, 16 Apr 2020 22:22:14 +0000 (15:22 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 16 Apr 2020 22:22:14 +0000 (15:22 -0700)
commit7fa342bd2a6be51998c399f145143d8f45da1f4d
tree763d89749fc4205597650ca00e18a1b96aa34243
parent40d139c620f83509fe18acbff5ec358298e99def
Remove attach-failed-due-to-SIP checks which were not working

The SIP debugserver was calling in attach_failed_due_to_sip
haven't worked for a while; remove them.  To check this
properly we'd need debugsever to call out to codesign(1) to
inspect the entitlements, or the equivalant API,
and I'm not interested in adding that at this point.  SIP
is has been the default on macOS for a couple of releases
and it's expected behavior now.

<rdar://problem/59198052>
lldb/tools/debugserver/source/RNBRemote.cpp