OCHyams
61d314024d
[dexter] Check path != None before calling os.path.exists
...
The test optnone-simple-functions.cpp added in D97668 fails on macOS.
os.path.exists raises an exception because we pass it None. Guard against this.
Related revision: https://reviews.llvm.org/D97668
2021-03-15 11:40:05 +00:00
Tom Weaver
c6aa829644
[Dexter] Add DexLimitSteps command and ConditionalController
...
* Adds DexLimitSteps Command.
* Add ConditionalController, a new DebuggerController type.
* 5 regression tests
* documentation
* recommit, fixed accidental adding of unnecessary file
Reviewers: jmorse
Differential Revision: https://reviews.llvm.org/D79786
2020-06-05 12:53:56 +01:00
Tom Weaver
05eabb5204
Revert "[Dexter] Add DexLimitSteps command and ConditionalController"
...
This reverts commit 81e836a5a675f6a3d9d35560fddbbb87fdf66201.
Accidentally committed a diff file.
2020-06-03 12:28:26 +01:00
Tom Weaver
81e836a5a6
[Dexter] Add DexLimitSteps command and ConditionalController
...
* Adds DexLimitSteps Command.
* Add ConditionalController, a new DebuggerController type.
* 5 regression tests
* documentation
Reviewers: jmorse
Differential Revision: https://reviews.llvm.org/D79786
2020-06-02 16:19:43 +01:00