The current code fails when the the first attempt to read the PID from stderr doesn't match the given regex. This patch changes the code to make up to 10 attempts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py | ||
---|---|---|
66 | I'm not sure I would call this RETRIES since we're just reading more lines from stderr. May MAX_LINES? |
Comment Actions
Forgot the link in the commit message. Landed in 7adf5bd18147b8acdab6e2720b4073e8c35bdf9a
I'm not sure I would call this RETRIES since we're just reading more lines from stderr. May MAX_LINES?