mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
gdb: make frame_register static
It is only used inside frame.c. Change-Id: I44eb46a5992412f8f8b4954b2284b0ef3b549504
This commit is contained in:
committed by
Simon Marchi
parent
55fc1623f9
commit
77d2113f27
@@ -1166,7 +1166,12 @@ frame_register_unwind (frame_info_ptr next_frame, int regnum,
|
||||
release_value (value);
|
||||
}
|
||||
|
||||
void
|
||||
/* Get the value of the register that belongs to this FRAME. This
|
||||
function is a wrapper to the call sequence ``frame_register_unwind
|
||||
(get_next_frame (FRAME))''. As per frame_register_unwind(), if
|
||||
VALUEP is NULL, the registers value is not fetched/computed. */
|
||||
|
||||
static void
|
||||
frame_register (frame_info_ptr frame, int regnum,
|
||||
int *optimizedp, int *unavailablep, enum lval_type *lvalp,
|
||||
CORE_ADDR *addrp, int *realnump, gdb_byte *bufferp)
|
||||
|
||||
Reference in New Issue
Block a user