diff options
| author | Michał Górny <mgorny@moritz.systems> | 2020-11-10 14:09:26 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@moritz.systems> | 2020-11-10 20:20:44 +0100 |
| commit | f21e704d4a2cc992faff46665b31daad290cc8b8 (patch) | |
| tree | e205600dd7cefbe17ed80599af4dc4955140c704 /lldb/test/API/python_api | |
| parent | 58c586e701889250c08285193dc75d94a7ed302d (diff) | |
| download | llvm-f21e704d4a2cc992faff46665b31daad290cc8b8.zip llvm-f21e704d4a2cc992faff46665b31daad290cc8b8.tar.gz llvm-f21e704d4a2cc992faff46665b31daad290cc8b8.tar.bz2 | |
[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSD
Copy the recent improvements from the FreeBSDRemote plugin, notably:
- moving event reporting setup into SetupTrace() helper
- adding more debug info into SIGTRAP handling
- handling user-generated (and unknown) SIGTRAP events
- adding missing error handling to the generic signal handler
- fixing attaching to processes
- switching watchpoint helpers to use llvm::Error
- minor style and formatting changes
This fixes a number of tests, mostly related to fixed attaching.
Differential Revision: https://reviews.llvm.org/D91167
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/hello_world/TestHelloWorld.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/API/python_api/hello_world/TestHelloWorld.py b/lldb/test/API/python_api/hello_world/TestHelloWorld.py index d52b008..ea8b9a7 100644 --- a/lldb/test/API/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/API/python_api/hello_world/TestHelloWorld.py @@ -74,7 +74,6 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @skipIfiOSSimulator - @expectedFailureNetBSD @skipIfReproducer # File synchronization is not supported during replay. def test_with_attach_to_process_with_id_api(self): """Create target, spawn a process, and attach to it with process id.""" @@ -108,7 +107,6 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @skipIfiOSSimulator @skipIfAsan # FIXME: Hangs indefinitely. - @expectedFailureNetBSD @skipIfReproducer # FIXME: Unexpected packet during (active) replay def test_with_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name.""" |
