[Lldb-commits] [PATCH] D112747: Restore process events after a launch that stopped at the entry point
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 28 16:19:59 PDT 2021
jingham added inline comments.
================
Comment at: lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py:21
+ # The port used by debugserver.
+ PORT = 54637
+
----------------
clayborg wrote:
> This hard coded port worries me for buildbot flakiness. Do other tests do this?
The test I copied it from does...
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