labath added a comment.

(Other than the inline comment, this seems fine to me)



================
Comment at: 
lldb/test/API/functionalities/breakpoint/two_hits_one_actual/main.cpp:6
+void usleep_helper(useconds_t usec) {
+  usleep(usec); // Break here in the helper
+}
----------------
usleep doesn't exist on windows. Use std::this_thread::sleep_for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128776

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

Reply via email to