| commit | 8b31004bd82d3833d042dc5d456e1279635734ab | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Wed Dec 20 21:40:46 2023 +0000 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Sun Dec 24 10:38:06 2023 -0500 |
| tree | 823716d2383fac78b955dc1b290698db150c001a | |
| parent | 306f960b492b35798e01acef5e177838bffc362d [diff] |
gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id Remove VALUE_NEXT_FRAME_ID, replace it with a method on struct value. Set `m_location.reg.next_frame_id` directly from value::allocate_register_lazy, which is fine because allocate_register_lazy is a static creation function for struct value. Change-Id: Ic9f0f239c166a88dccfee836f9f51871e67548e6