[lldb] Make process plugins check whether a hardware breakpoint is required
authorTatyana Krasnukha <tatyana@synopsys.com>
Wed, 22 Jul 2020 11:52:52 +0000 (14:52 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Wed, 29 Jul 2020 18:27:23 +0000 (21:27 +0300)
commitb352e62feadd0aabaa7373b6fb40701f00a6aa91
treef403a34e72a95c06562fbf2e25d2a252a442c93c
parentf7ec3e3be70d10a630ac22c64073a845b168c829
[lldb] Make process plugins check whether a hardware breakpoint is required

Remove @skipIfWindows as process should report the error correctly on Windows now.

Differential Revision: https://reviews.llvm.org/D84255
lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py