Change debugserver to use the brk #0 for breakpoints.
authorJason Molenda <jmolenda@apple.com>
Thu, 10 Oct 2019 00:12:05 +0000 (00:12 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 10 Oct 2019 00:12:05 +0000 (00:12 +0000)
commitd6e9e99cec95c83293c68d3b30534e34f53a1923
tree50db62882191086534b85ccc37f1b2d760daf501
parent229c78d3a5d107e1f7436e5afda7b7c80d1da394
Change debugserver to use the brk #0 for breakpoints.

debugserver had been using an instruction that would work
for armv7 or aarch64 processes, but we don't have armv7 code
running on arm64 devices any more so this is unnecessary.

<rdar://problem/56133118>

llvm-svn: 374264
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp