[all-commits] [llvm/llvm-project] 14aae6: [Dexter] Add label nodes for line references

Stephen Tozer via All-commits all-commits at lists.llvm.org
Mon Jun 8 03:36:48 PDT 2026


  Branch: refs/heads/users/SLTozer/dexter-6-labels
  Home:   https://github.com/llvm/llvm-project
  Commit: 14aae62077875be3ceb3a46285b4279654da23a4
      https://github.com/llvm/llvm-project/commit/14aae62077875be3ceb3a46285b4279654da23a4
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ScriptDebuggerController.py
    M cross-project-tests/debuginfo-tests/dexter/dex/evaluation/StateMatch.py
    M cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
    M cross-project-tests/debuginfo-tests/dexter/dex/test_script/Script.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/Inputs/header.h
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/invalid_label.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/offset.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/simple_labels.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/source_root_dir.cpp

  Log Message:
  -----------
  [Dexter] Add label nodes for line references

This patch adds a !label node to Dexter scripts, which references lines at
a position in the source program marked with "!dex_label <identifier>". Each
label use can be given a positive or negative offset, and file lookup is
based on the provided --source-root-dir (using the test file's directory if
none is provided).



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