aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2022-11-29 22:42:08 -0500
committerSimon Marchi <simon.marchi@efficios.com>2022-12-01 13:29:24 -0500
commit77d2113f27eac3ad9b4dcaa7768b428dd7c59ae8 (patch)
treebbf3ece5c0d65ad1a5aa3b563e83d4e2048e1c5f /gdb/frame.h
parent55fc1623f942fba10362cb199f9356d75ca5835b (diff)
downloadbinutils-77d2113f27eac3ad9b4dcaa7768b428dd7c59ae8.zip
binutils-77d2113f27eac3ad9b4dcaa7768b428dd7c59ae8.tar.gz
binutils-77d2113f27eac3ad9b4dcaa7768b428dd7c59ae8.tar.bz2
gdb: make frame_register static
It is only used inside frame.c. Change-Id: I44eb46a5992412f8f8b4954b2284b0ef3b549504
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 6b841fd..100ab1f 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -511,17 +511,6 @@ extern ULONGEST get_frame_register_unsigned (frame_info_ptr frame,
extern bool read_frame_register_unsigned (frame_info_ptr frame,
int regnum, ULONGEST *val);
-/* 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. */
-
-extern void frame_register (frame_info_ptr frame, int regnum,
- int *optimizedp, int *unavailablep,
- enum lval_type *lvalp,
- CORE_ADDR *addrp, int *realnump,
- gdb_byte *valuep);
-
/* The reverse. Store a register value relative to the specified
frame. Note: this call makes the frame's state undefined. The
register and frame caches must be flushed. */