[all-commits] [llvm/llvm-project] ee5617: [Dexter] Add timeout options
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Wed Mar 22 06:51:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee5617dc71b311d69fc048d4a62f59c1e37d1434
https://github.com/llvm/llvm-project/commit/ee5617dc71b311d69fc048d4a62f59c1e37d1434
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py
A cross-project-tests/debuginfo-tests/dexter/dex/utils/Timeout.py
Log Message:
-----------
[Dexter] Add timeout options
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.
Reviewed By: Orlando
Differential Revision: https://reviews.llvm.org/D145063
More information about the All-commits
mailing list