[all-commits] [llvm/llvm-project] 7f069f: Add a breakpoint manager that matches based on Fil...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Apr 21 22:55:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f069f5ef4fee00520ed0c350dca42c3c4b72b61
https://github.com/llvm/llvm-project/commit/7f069f5ef4fee00520ed0c350dca42c3c4b72b61
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.
This is a recommit of d09c80515d0e after fixing the test on Windows.
Differential Revision: https://reviews.llvm.org/D144815
More information about the All-commits
mailing list