This revision was automatically updated to reflect the committed changes.
Closed by commit rG61af957aeaa3: [lldb] Make IR interpretation interruptible
(authored by JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D156822?vs=546174&id=546600#toc
Rep
jingham added a comment.
LGTM. Thanks for adding this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156822/new/
https://reviews.llvm.org/D156822
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
Michael137 accepted this revision.
Michael137 added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156822/new/
https://reviews.llvm.org/D156822
___
lldb-commits mailing list
lldb
JDevlieghere created this revision.
JDevlieghere added reviewers: jingham, Michael137, teemperor.
Herald added a project: All.
JDevlieghere requested review of this revision.
Check the interrupt flag while interpreting IR expressions and allow the user
to interrupt them.
https://reviews.llvm.or