[all-commits] [llvm/llvm-project] d09c80: Add a breakpoint manager that matches based on Fil...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Fri Apr 21 21:28:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d09c80515d0e7b1f1a81d3f18a3e799565f5e969
      https://github.com/llvm/llvm-project/commit/d09c80515d0e7b1f1a81d3f18a3e799565f5e969
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
    A mlir/include/mlir/Debug/BreakpointManagers/FileLineColLocBreakpointManager.h
    M mlir/include/mlir/Debug/Observers/ActionLogging.h
    M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
    A mlir/lib/Debug/BreakpointManagers/FileLineColLocBreakpointManager.cpp
    M mlir/lib/Debug/CMakeLists.txt
    M mlir/lib/Debug/Observers/ActionLogging.cpp
    M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
    A mlir/test/Pass/action-logging-filter.mlir
    M mlir/unittests/Debug/CMakeLists.txt
    A mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp

  Log Message:
  -----------
  Add a breakpoint manager that matches based on File/Line/Col Locations

This will match the locations attached to the IRunits passed in as context
with an action.

Differential Revision: https://reviews.llvm.org/D144815




More information about the All-commits mailing list