labath added a comment.

Shouldn't there be some tests that come along with this patch?



================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp:56
+  ret = NativeProcessNetBSD::PtraceWrapper(PT_SETSTEP, m_process.GetID(),
+                                           nullptr, -GetID());
+  if (ret.Success())
----------------
Is this really meant to be negative?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D64647



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

Reply via email to