athierry-oct wrote: > in async mode that event should be propagated so that the process event > listener can fetch the event and so the public state gets correctly reset
@jimingham currently the event is also propagated in sync mode (and this propagated event stays unprocessed forever). Should a condition be added in RunThreadPlan() in order to not propagate it in sync mode? Or should it still be propagated in sync mode but the propagated event should then be consumed from within EvaluateExpression() ? https://github.com/llvm/llvm-project/pull/144919 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
