Revert "Use BKPT instead of UDF for arm/thumb breakpoints"
authorTamas Berghammer <tberghammer@google.com>
Tue, 16 Feb 2016 15:14:36 +0000 (15:14 +0000)
committerTamas Berghammer <tberghammer@google.com>
Tue, 16 Feb 2016 15:14:36 +0000 (15:14 +0000)
commitbe379e1590e60dd4adf6f38e7ccafa625f238539
tree18cd81109e3271ae4e714a718078c12145203748
parentaa7429112e7f05114c1d5b54df0135e903146776
Revert "Use BKPT instead of UDF for arm/thumb breakpoints"

This reverts commit 293c18e067d663e0fe93e6f3d800c2a4bfada2b0.

The BKPT instruction generates SIGBUS instead of SIGTRAP in the Linux
kernel on Nexus 6 - 5.1.1 (kernel version 3.10.40). Revert the CL
until we can figure out how can we hanble the SIGBUS or how to get
back a SIGTRAP using the BKPT instruction.

llvm-svn: 260969
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp