[all-commits] [llvm/llvm-project] 22ab65: [Dexter] Add label nodes for line references (#202...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Mon Jun 15 05:36:30 PDT 2026


  Branch: refs/heads/users/SLTozer/dexter-6-labels
  Home:   https://github.com/llvm/llvm-project
  Commit: 22ab652472877e1ed53c8f3851880ac2d89946fc
      https://github.com/llvm/llvm-project/commit/22ab652472877e1ed53c8f3851880ac2d89946fc
  Author: SLTozer <5277830+SLTozer at users.noreply.github.com>
  Date:   2026-06-15 (Mon, 15 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 (#202544)

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