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

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

Change-Id: Ie8f35042bfa6e93565fcefaee71b6b3903f0fe9f
Reviewed-By: John Baldwin <jhb@FreeBSD.org>
gdb/dwarf2/expr.c
gdb/frame.c
gdb/frame.h
gdb/i386-tdep.c
gdb/i387-tdep.c
gdb/ia64-tdep.c
gdb/m68k-tdep.c
gdb/mips-tdep.c
gdb/rs6000-tdep.c
gdb/valops.c