[all-commits] [llvm/llvm-project] 1c90ce: [lldb/Test] Disable hardware check on arm/aarch64
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 24 20:55:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c90ce0c761719ab58361402fb85c0b58680832b
https://github.com/llvm/llvm-project/commit/1c90ce0c761719ab58361402fb85c0b58680832b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
Log Message:
-----------
[lldb/Test] Disable hardware check on arm/aarch64
BreakpointSites know they're backed by hardware based on whether the
"hardware index" is set. This does not appear the to be done for
arm/aarch64.
https://llvm.org/PR44659
More information about the All-commits
mailing list