labath added inline comments.

================
Comment at: 
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:4268
+    if (response.IsOKResponse())
+      return SIGKILL;
+
----------------
This is a host signal number (and not really available on windows). Maybe we 
should just return zero or indicate that we don't know the "cause of death" in 
some other way? (Are we sure that there's no way to determine the cause of 
death?)


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

https://reviews.llvm.org/D130341

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to