]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: make put_frame_register_bytes take the next frame
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 1 Dec 2023 16:27:24 +0000 (11:27 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 16:04:49 +0000 (16:04 +0000)
commit534dcbcb80957fffe9d9d55b02b5c9db20002bcf
treeeddb01b59b21afecb833e7e9a1e51c273abed0d1
parent584468de6c4c305eac9e89801b82406a3fdb3c3b
gdb: make put_frame_register_bytes take the next frame

Similar to the previous patches, change put_frame_register_bytes to take
the "next frame" instead of "this frame".

Change-Id: I27bcb26573686d99b231230823cff8db6405a788
Reviewed-By: John Baldwin <jhb@FreeBSD.org>
gdb/dwarf2/expr.c
gdb/frame.c
gdb/frame.h
gdb/mips-tdep.c
gdb/valops.c