[lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 Jan 2020 23:03:56 +0000 (15:03 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 Jan 2020 23:07:31 +0000 (15:07 -0800)
commit9902c8e3c6615185a8a00325fa4671c63b61d535
treeabe5d0ce11a5a508b615a9cb6b20e2af466ecf1a
parente1440f594c1409867c4c037b6cda9cdeccdda8fb
[lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI)

Unify the interface for enabling and disabling breakpoints with their
watchpoint counterpart. This allows both to go through
DoHardwareBreakpointAction.

Differential revision: https://reviews.llvm.org/D72981
lldb/tools/debugserver/source/DNBArch.h
lldb/tools/debugserver/source/MacOSX/MachThread.cpp
lldb/tools/debugserver/source/MacOSX/MachThread.h
lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
lldb/tools/debugserver/source/MacOSX/MachThreadList.h