[Lldb-commits] [PATCH] D122944: [lldb] Prevent object file plugins from messing with the data buffer if they don't match

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 2 04:41:36 PDT 2022


labath added a comment.

It would be better if we could automatically "reset" these variables by having the plugins accept them as values instead of references. Does anyone I actually need the new values of the variables after these functions are done? I know of at least one place <https://github.com/llvm/llvm-project/blob/main/lldb/source/Core/Module.cpp#L1251>, which actively tries to avoid that...


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

https://reviews.llvm.org/D122944



More information about the lldb-commits mailing list