[lldb/test] Put hardware breakpoint tests together, NFC
authorTatyana Krasnukha <tatyana@synopsys.com>
Wed, 22 Jul 2020 11:41:15 +0000 (14:41 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Wed, 29 Jul 2020 18:20:04 +0000 (21:20 +0300)
commitc114352edfe0de69050bbf1cbbc478bcfb524622
tree05b062fd97d826ad42b9ecc62efed37fb9f34d9c
parentdc2867576886247cbe351e7c63618c09ab6af808
[lldb/test] Put hardware breakpoint tests together, NFC

Create a common base class for them to re-use supports_hw_breakpoints function in decorators.

Differential Revision: https://reviews.llvm.org/D84311
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/base.py [new file with mode: 0644]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/Makefile [moved from lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile with 100% similarity]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py [moved from lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py with 89% similarity]
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/main.c [moved from lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/main.c with 100% similarity]