[all-commits] [llvm/llvm-project] 61af95: [lldb] Make IR interpretation interruptible
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 2 13:56:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61af957aeaa3ba69a64598966525af6a40280fa0
https://github.com/llvm/llvm-project/commit/61af957aeaa3ba69a64598966525af6a40280fa0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M lldb/source/Expression/IRInterpreter.cpp
M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
Log Message:
-----------
[lldb] Make IR interpretation interruptible
Check the interrupt flag while interpreting IR expressions and allow the
user to interrupt them.
Differential revision: https://reviews.llvm.org/D156822
More information about the All-commits
mailing list