================ @@ -32,6 +34,9 @@ void SendContinuedEvent(DAP &dap); void SendProcessExitedEvent(DAP &dap, lldb::SBProcess &process); +void SendInvalidatedEvent( ---------------- walter-erquinigo wrote:
Add documention and mention that `areas` is moved within the function. I also think it might be fine not to use `&&`, get a `llvm::ArrayRef` as argument and create a copy of it inside the implementation. We don't need to over optimize this part and instead it might be better to reduce the number of side effects (i.e. moving areas). https://github.com/llvm/llvm-project/pull/157530 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
