aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2020-12-18 16:07:20 +0100
committerMichał Górny <mgorny@moritz.systems>2021-01-02 19:15:12 +0100
commitd5317b41c5857df4d4b2a382abcd58b81d2dcb18 (patch)
tree92eb26c383cf2dad34d28d78d6d0e87e0b91385e /lldb/test/API/python_api
parent54a1c861ca7a9e15d23904e1e702ac7e868882b0 (diff)
downloadllvm-d5317b41c5857df4d4b2a382abcd58b81d2dcb18.zip
llvm-d5317b41c5857df4d4b2a382abcd58b81d2dcb18.tar.gz
llvm-d5317b41c5857df4d4b2a382abcd58b81d2dcb18.tar.bz2
[Process/NetBSD] Copy changes from FreeBSDRemote and reformat
Copy changes, including: - NativeProcessNetBSD::GetLoadedModuleFileSpec() and NativeProcessNetBSD::GetFileLoadAddress() methods - split x86 register sets by CPU extensions - use offset/size-based register reading/writing Differential Revision: https://reviews.llvm.org/D93541
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py b/lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py
index 399c983..fbb8bff 100644
--- a/lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py
+++ b/lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py
@@ -23,7 +23,6 @@ class RegistersIteratorTestCase(TestBase):
'main.cpp', '// Set break point at this line.')
@add_test_categories(['pyapi'])
- @expectedFailureNetBSD
def test_iter_registers(self):
"""Test iterator works correctly for lldbutil.iter_registers()."""
self.build()