llvm-project/lldb/packages/Python/lldbsuite/test/api
Jim Ingham 583bbb1dd4 Change over the broadcaster/listener process to hold shared or weak pointers
to each other.  This should remove some infrequent teardown crashes when the
listener is not the debugger's listener.

Processes now need to take a ListenerSP, not a Listener&.

This required changing over the Process plugin class constructors to take a ListenerSP, instead
of a Listener&.   Other than that there should be no functional change.
 
<rdar://problem/24580184> CrashTracer: [USER] Xcode at …ework: lldb_private::Listener::BroadcasterWillDestruct + 39

llvm-svn: 262863
2016-03-07 21:50:25 +00:00
..
check_public_api_headers Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
listeners Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
multiple-debuggers Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
multithreaded Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00