mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"
...and follow ups. As it has caused test failures on Linux Arm and AArch64: https://lab.llvm.org/buildbot/#/builders/96/builds/49126 https://lab.llvm.org/buildbot/#/builders/17/builds/45824 ``` lldb-shell :: Subprocess/clone-follow-child-wp.test lldb-shell :: Subprocess/fork-follow-child-wp.test lldb-shell :: Subprocess/vfork-follow-child-wp.test ``` This reverts commita6c62bf1a4, commita0a1ff3ab4and commitfc6b72523f.
This commit is contained in:
@@ -135,5 +135,5 @@ class TargetWatchpointCreateByAddressPITestCase(TestBase):
|
||||
self.expect(
|
||||
error.GetCString(),
|
||||
exe=False,
|
||||
substrs=["Setting one of the watchpoint resources failed"],
|
||||
substrs=["watch size of %d is not supported" % 365],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user