[Lldb-commits] [PATCH] D12683: Fix debugger shutdown when Python interpreter is loaded

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 7 19:58:54 PDT 2015


ovyalov added a comment.

In http://reviews.llvm.org/D12683#241155, @zturner wrote:

> What were the symptoms of this?  How'd you find it?


I was debugging port forwarding with PlatformAndroid - in particular, whether forwarded ports are cleaned up with ~PlatformAndroidRemoteGDBServer. Turned out, that if there was at least one script command executed - platforms' destructors were never called.


http://reviews.llvm.org/D12683





More information about the lldb-commits mailing list