llvm-capstone/lldb/include
walter erquinigo 7822e5dbf1 [LLDB] Allow expression evaluators to set arbitrary timeouts
59237bb52c changed the behavior of the `SetTimeout` and `GetTimeout` methods of `EvaluateExpressionOptions`, which broke the Mojo REPL and related services (https://docs.modular.com/mojo/) because it relies on having infinite timeouts. That's a necessity because developers often use the REPL for executing extremely long-running numeric jobs. Having said that, `EvaluateExpressionOptions` shouldn't be that opinionated on this matter anyway. Instead, it should be the responsibility of the evaluator to define which timeout to use for each specific case.

Differential Revision: https://reviews.llvm.org/D157764
2023-08-22 17:41:14 -04:00
..
lldb [LLDB] Allow expression evaluators to set arbitrary timeouts 2023-08-22 17:41:14 -04:00
module.modulemap [Modules] Move modulemaps to header search directories. NFC intended. 2023-05-03 13:07:47 -07:00