If you are disabling a hardware breakpoint, use z1 not z0.
authorJim Ingham <jingham@apple.com>
Fri, 7 Mar 2014 11:18:02 +0000 (11:18 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 7 Mar 2014 11:18:02 +0000 (11:18 +0000)
commita04ef756d46ea03d0e70fe092b1162a2903a9990
treeb81a4eef3c1264106dd42c3badc8f4f3148e0e2e
parent0ff099f10c52270feac74c54aa250218854bbe42
If you are disabling a hardware breakpoint, use z1 not z0.

<rdar://problem/16256532>

llvm-svn: 203232
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp