[Lldb-commits] [PATCH] D84311: [lldb/test] Put hardware breakpoint tests together, NFC

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 22 05:22:24 PDT 2020


tatyana-krasnukha created this revision.
tatyana-krasnukha added reviewers: JDevlieghere, labath.
tatyana-krasnukha added a project: LLDB.
Herald added a subscriber: lldb-commits.

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

This is a preparatory patch for the D84254 <https://reviews.llvm.org/D84254> which adds one more test with hardware breakpoints.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84311

Files:
  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
  lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
  lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84311.279774.patch
Type: text/x-patch
Size: 4430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200722/c2e3d76f/attachment.bin>


More information about the lldb-commits mailing list