labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h:31-34
+  void NewSubprocess(NativeProcessProtocol *parent_process,
+                     std::unique_ptr<NativeProcessProtocol> child_process) {
+    NewSubprocessImpl(parent_process, child_process);
+  }
----------------
Maybe add a quick comment to explain why this is here.


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

https://reviews.llvm.org/D100191

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

Reply via email to