[Lldb-commits] [PATCH] D127667: [lldb] [llgs] Implement the vKill packet

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 22 23:42:41 PDT 2022


labath added a comment.

Do we need the kill command to be asynchronous (return before the process actually dies) for anything. Could we just make it synchronous instead (call wait inside the process plugin, and return the wait result)?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127667/new/

https://reviews.llvm.org/D127667



More information about the lldb-commits mailing list