diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-12-20 21:40:46 +0000 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-12-24 10:38:06 -0500 |
commit | 8b31004bd82d3833d042dc5d456e1279635734ab (patch) | |
tree | 823716d2383fac78b955dc1b290698db150c001a /gdb/python/py-unwind.c | |
parent | 306f960b492b35798e01acef5e177838bffc362d (diff) | |
download | fsf-binutils-gdb-8b31004bd82d3833d042dc5d456e1279635734ab.zip fsf-binutils-gdb-8b31004bd82d3833d042dc5d456e1279635734ab.tar.gz fsf-binutils-gdb-8b31004bd82d3833d042dc5d456e1279635734ab.tar.bz2 |
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
Diffstat (limited to 'gdb/python/py-unwind.c')
0 files changed, 0 insertions, 0 deletions