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

Ilia K via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 18 10:26:39 PDT 2015


ki.stfu added a subscriber: clayborg.
ki.stfu added a comment.

For me it looks like a workaround because here is assumed the SBProcess::Destroy will do all required work.

@clayborg, is it permissible to make a Process::Destroy(force_kill=false) for a running process?

If so, it's a bug in lldb core, or we use SBProcess by the wrong way.


Repository:
  rL LLVM

http://reviews.llvm.org/D12968





More information about the lldb-commits mailing list