[Lldb-commits] [PATCH] D112747: Restore process events after a launch that stopped at the entry point

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 28 16:18:09 PDT 2021


clayborg added inline comments.


================
Comment at: lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py:21
+    # The port used by debugserver.
+    PORT = 54637
+
----------------
This hard coded port worries me for buildbot flakiness. Do other tests do this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112747



More information about the lldb-commits mailing list