From fe4d32f6d9542319b6b0e5c3630ed2719e5d4234 Mon Sep 17 00:00:00 2001 From: jimb Date: Wed, 8 Sep 2004 04:56:18 +0000 Subject: [PATCH] * frame.h (frame_register): Doc fix. --- gdb/ChangeLog | 4 ++++ gdb/frame.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a610ad9838..ce1e58ef33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-09-07 Jim Blandy + + * frame.h (frame_register): Doc fix. + 2004-09-07 Andrew Cagney * vx-share/wait.h: Delete #ifdef USG. diff --git a/gdb/frame.h b/gdb/frame.h index ee2934d356..f4b10891b4 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -420,7 +420,7 @@ extern void frame_unwind_unsigned_register (struct frame_info *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_unwind_register + 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. */ -- 2.11.0