mgorny marked an inline comment as done. mgorny added inline comments.
================ Comment at: lldb/test/API/tools/lldb-server/main.cpp:357 +#if !defined(_WIN32) + } else if (consume_front(arg, "stop")) { + raise(SIGSTOP); ---------------- Changing this to `arg == "stop"`, as right now it unintentionally matches stuff like `"stop-me-now"` that other tests use as output. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128780/new/ https://reviews.llvm.org/D128780 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits