commit | 78f2fd84e832c49a496ab712512be058c0c2912b | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Sun Dec 24 10:38:35 2023 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Sun Dec 24 11:15:01 2023 -0500 |
tree | a3a2968753c42b5fe6b940166689a42d9466822d | |
parent | 8b31004bd82d3833d042dc5d456e1279635734ab [diff] |
gdb: remove VALUE_REGNUM, add value::regnum Remove VALUE_REGNUM, replace it with a method on struct value. Set `m_location.reg.regnum` directly from value::allocate_register_lazy, which is fine because allocate_register_lazy is a static creation function for struct value. Change-Id: Id632502357da971617d9dce1e2eab9b56dbcf52d