[PATCH] D145063: [Dexter] Add timeout options

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 05:33:01 PST 2023


StephenTozer created this revision.
StephenTozer added reviewers: Orlando, jmorse, CarlosAlbertoEnciso.
Herald added a project: All.
StephenTozer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145063

Files:
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py
  cross-project-tests/debuginfo-tests/dexter/dex/utils/Timeout.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145063.501479.patch
Type: text/x-patch
Size: 6342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230301/c73e0fe1/attachment.bin>


More information about the llvm-commits mailing list