commit | 85b0a2c7137befb9c1ae10c86df7961de0d494a3 | [log] [tgz] |
---|---|---|
author | Yenkai Wang <ykwang@google.com> | Wed May 08 18:26:13 2024 -0600 |
committer | Yenkai Wang <ykwang@google.com> | Thu May 09 14:26:19 2024 -0600 |
tree | 5c16450269e7d732588eaac45f726e3b44610216 | |
parent | 6f40d21849067bad0cf173afdf6c29529baff3cf [diff] |
Revert the read register from 64 bits into 32 bits Renode gdb server calls function GetRegisterUnsafe to get register data when we run command `info registers` from the gdb client. The return data type is UInt64 format for each register. And riscv gdb client will receive double sized packet and report size error. Reverting the register size enables us to use riscv gdb running commands `info threads`, `thread 2` and `info registers` to dump register info on CHERIot SMC core. Bug: 331940020 Bypass-Presubmit-Reason: It is a config change to Sencha project. Matcha is unaffected. Change-Id: I372b21aca0afb9e3dd0662d8beb5632f40e01eef
This project hosts the Renode simulation description, platform definition, and simulation models for customized components.