This is an archive of the discontinued LLVM Phabricator instance.

[Dexter] Add timeout options
ClosedPublic

Authored by StephenTozer on Mar 1 2023, 5:33 AM.

Details

Summary

Adds a pair of options for Dexter that allow the user to specify a timeout duration. These options are:

  • --timeout-total: Times out if the total run-time of the debugger session exceeds <timeout-total> seconds.
  • --timeout-breakpoint: Times out if the time without hitting a breakpoint exceeds <timeout-breakpoint> seconds.

Diff Detail

Event Timeline

StephenTozer created this revision.Mar 1 2023, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 5:33 AM
StephenTozer requested review of this revision.Mar 1 2023, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 5:33 AM
Orlando accepted this revision.Mar 1 2023, 5:40 AM
This revision is now accepted and ready to land.Mar 1 2023, 5:40 AM
This revision was automatically updated to reflect the committed changes.