polyakov.alex added inline comments.

================
Comment at: tools/lldb-mi/MICmdCmdExec.cpp:384
+  if (nThreadId != UINT64_MAX) {
+    lldb::SBThread sbThread = 
rSessionInfo.GetProcess().GetThreadByID(nThreadId);
+    if (sbThread.IsValid())
----------------
We can't test this branch until we have a way to get thread ID and then store 
it in some variable.


https://reviews.llvm.org/D47797



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

Reply via email to