Create a common base class for them to re-use supports_hw_breakpoints function in decorators.
This is a preparatory patch for the D84254 which adds one more test with hardware breakpoints.
Paths
| Differential D84311
[lldb/test] Put hardware breakpoint tests together, NFC ClosedPublic Authored by tatyana-krasnukha on Jul 22 2020, 5:22 AM.
Details Summary Create a common base class for them to re-use supports_hw_breakpoints function in decorators. This is a preparatory patch for the D84254 which adds one more test with hardware breakpoints.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2020, 9:02 AM This revision was landed with ongoing or failed builds.Jul 29 2020, 11:20 AM Closed by commit rGc114352edfe0: [lldb/test] Put hardware breakpoint tests together, NFC (authored by tatyana-krasnukha). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 281680 lldb/test/API/functionalities/breakpoint/hardware_breakpoints/base.py
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
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py
lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/main.c
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile
|