[Lldb-commits] [PATCH] Fix debuggee termination from ProcessPOSIX::DoDestroy

Piotr Rak piotr.rak at gmail.com
Mon Mar 24 13:08:24 PDT 2014


  Linux part LGTM.

  Especially that linux kernel people would really like to forget about PTRACE_KILL, and it's already deprecated.
  Asserting m_monitor in ProcessPOSIX::DoDestroy looks also correct, if it ever hits, cause should be fixed instead.

http://llvm-reviews.chandlerc.com/D3159



More information about the lldb-commits mailing list