[Lldb-commits] [PATCH] D12968: Fix for lldb-mi crash in Listener code if -exec-abort MI command was invoked without getting process stopped

Kirill Lapshin via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 07:06:57 PDT 2015


KLapshin added a comment.

@labath,

I updated patch against actual source in SVN - i.e. with taking into account your change (Halt*->Stop*).

Regarding matter of this patch - I just tried to make process stop synchronous, see Process::ResumeSynchronous() - same technique was applied month ago.

Agreed what crash may be related to freed memory reuse, but not investigated it yet in deep.


http://reviews.llvm.org/D12968





More information about the lldb-commits mailing list