[Lldb-commits] [PATCH] D47991: Improve SBThread's stepping API using SBError parameter.

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 12 12:42:15 PDT 2018


apolyakov added inline comments.


================
Comment at: source/API/SBThread.cpp:816
+    error.SetErrorString("passed a frame from another thread");
+    return;
   }
----------------
I found this place and added `return`.


https://reviews.llvm.org/D47991





More information about the lldb-commits mailing list