llvm-project/lldb/packages/Python/lldbsuite/test/commands/watchpoints
Michał Górny d970d4d4aa [lldb] [Process/NetBSD] Copy watchpoints to newly-created threads
NetBSD ptrace interface does not populate watchpoints to newly-created
threads.  Solve this via copying the watchpoints from the current thread
when new thread is reported via TRAP_LWP.

Add a test that verifies that when the user does not have permissions
to set watchpoints on NetBSD, the 'watchpoint set' errors out gracefully
and thread monitoring does not crash on being unable to copy watchpoints
to new threads.

Differential Revision: https://reviews.llvm.org/D70023
2019-11-25 20:11:59 +01:00
..
hello_watchlocation [lldb] [Process/NetBSD] Improve threading support 2019-11-25 20:11:58 +01:00
hello_watchpoint [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
multi_watchpoint_slots
multiple_hits [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
multiple_threads [lldb] [Process/NetBSD] Copy watchpoints to newly-created threads 2019-11-25 20:11:59 +01:00
step_over_watchpoint [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
variable_out_of_scope
watchpoint_commands [lldb] [test] Un-XFAIL tests that work on NetBSD 9 2019-11-09 19:40:31 +01:00
watchpoint_disable [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
watchpoint_events [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
watchpoint_on_vectors [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
watchpoint_set_command [lldb] [Process/NetBSD] Improve threading support 2019-11-25 20:11:58 +01:00
watchpoint_size [Windows] Add support of watchpoints to `ProcessWindows` 2019-09-06 05:37:03 +00:00
.categories