[Lldb-commits] [PATCH] D120319: Set error message if ValueObjectRegister fails to write back to register

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 23 06:32:20 PST 2022


labath added a comment.

Core files have read-only registers. Would that help? (you could just throw in a SetValueFromCString call into one of the existing core file tests)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120319



More information about the lldb-commits mailing list