================ @@ -1564,9 +1564,8 @@ class Target : public std::enable_shared_from_this<Target>, /// if none can be found. llvm::Expected<lldb_private::Address> GetEntryPointAddress(); - CompilerType GetRegisterType(const std::string &name, - const lldb_private::RegisterType &type_info, - uint32_t byte_size); + CompilerType GetRegisterType(const lldb_private::RegisterType &type_info, + uint32_t register_byte_size); ---------------- DavidSpickett wrote:
I'm passing a RegisterInfo& around as far as possible now. https://github.com/llvm/llvm-project/pull/213897 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
