[Lldb-commits] [PATCH] D157764: [LLDB] Allow expression evaluators to set arbitrary timeouts

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 12 09:12:00 PDT 2023


JDevlieghere accepted this revision.
JDevlieghere added a comment.

The motivation behind this change was that the IRInterpreter wasn't interruptible, which means that if you interpret an infinite loop, you'd be stuck forever. I fixed that in 61af957aeaa3 <https://reviews.llvm.org/rG61af957aeaa3ba69a64598966525af6a40280fa0> so I think that's less of a concern today. I'm fine with going back to allowing an infinite timeout as long as there's no code path in LLDB that sets it to zero by default.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157764/new/

https://reviews.llvm.org/D157764



More information about the lldb-commits mailing list