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 commit a6c62bf1a4,
commit a0a1ff3ab4 and commit
fc6b72523f.
This commit is contained in:
David Spickett
2023-11-28 09:39:16 +00:00
parent 1459c627f0
commit b0af8a1ede
48 changed files with 758 additions and 1427 deletions

View File

@@ -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],
)