[all-commits] [llvm/llvm-project] 2bfb9e: [Dexter] Add for_hit_count for state nodes

Stephen Tozer via All-commits all-commits at lists.llvm.org
Thu Jun 11 11:00:39 PDT 2026


  Branch: refs/heads/users/SLTozer/dexter-14-for-hitcount
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bfb9e191193371b56df5afe0eed321a5270c3bf
      https://github.com/llvm/llvm-project/commit/2bfb9e191193371b56df5afe0eed321a5270c3bf
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ScriptDebuggerController.py
    M cross-project-tests/debuginfo-tests/dexter/dex/dextIR/StepIR.py
    M cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectWriter.py
    M cross-project-tests/debuginfo-tests/dexter/dex/evaluation/RunMatch.py
    M cross-project-tests/debuginfo-tests/dexter/dex/evaluation/StateMatch.py
    M cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/debugging/where_fn_hit_count.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/debugging/where_for_hit_count.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/debugging/where_hit_count_early_exit.cpp

  Log Message:
  -----------
  [Dexter] Add for_hit_count for state nodes

This patch adds the ability for state nodes to use a `for_hit_count: <int>`
field to limit the number of times that a given state node will be active.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list