This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Unify sleep and time outs in GDB remote testcases
ClosedPublic

Authored by JDevlieghere on Jul 15 2020, 1:46 PM.

Details

Summary

Reduce sleep and time outs in GDB remote testcases to one default value for each. Stop passing these values around and always use the default instead.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jul 15 2020, 1:46 PM
labath accepted this revision.Jul 17 2020, 6:39 AM

Sounds like a good idea.

lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
63–64

unwrap this

This revision is now accepted and ready to land.Jul 17 2020, 6:39 AM
aprantl accepted this revision.Jul 17 2020, 10:08 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2020, 11:03 AM