expose minimized_stack_depth functionality in the CLI/API (#715)

This commit is contained in:
bmc-msft
2021-03-23 10:09:34 -04:00
committed by GitHub
parent 92d8299412
commit 516b1e000e
8 changed files with 52 additions and 0 deletions

View File

@ -311,6 +311,17 @@ libfuzzer_linux = JobTemplate(
),
],
),
UserField(
name="minimized_stack_depth",
help="Number of frames to include in the minimized stack",
type=UserFieldType.Int,
locations=[
UserFieldLocation(
op=UserFieldOperation.replace,
path="/tasks/1/task/minimized_stack_depth",
),
],
),
UserField(
name="tags",
help=TAGS_HELP,